class Aws::GuardDuty::Types::UpdateDetectorRequest
@note When making an API call, you may pass UpdateDetectorRequest
data as a hash: { detector_id: "DetectorId", # required enable: false, finding_publishing_frequency: "FIFTEEN_MINUTES", # accepts FIFTEEN_MINUTES, ONE_HOUR, SIX_HOURS data_sources: { s3_logs: { enable: false, # required }, }, }
@!attribute [rw] detector_id
The unique ID of the detector to update. @return [String]
@!attribute [rw] enable
Specifies whether the detector is enabled or not enabled. @return [Boolean]
@!attribute [rw] finding_publishing_frequency
An enum value that specifies how frequently findings are exported, such as to CloudWatch Events. @return [String]
@!attribute [rw] data_sources
Describes which data sources will be updated. @return [Types::DataSourceConfigurations]
@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateDetectorRequest AWS API Documentation
Constants
- SENSITIVE