Class: Aws::Macie2::Types::EnableMacieRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::EnableMacieRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Enables Amazon Macie and specifies the configuration settings for a Macie account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
**A suitable default value is auto-generated.** You should normally not need to pass this option.
-
#finding_publishing_frequency ⇒ String
The frequency with which Amazon Macie publishes updates to policy findings for an account.
-
#status ⇒ String
The status of an Amazon Macie account.
Instance Attribute Details
#client_token ⇒ String
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2267 2268 2269 2270 2271 2272 2273 |
# File 'lib/aws-sdk-macie2/types.rb', line 2267 class EnableMacieRequest < Struct.new( :client_token, :finding_publishing_frequency, :status) SENSITIVE = [] include Aws::Structure end |
#finding_publishing_frequency ⇒ String
The frequency with which Amazon Macie publishes updates to policy findings for an account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events). For more information, see [Monitoring and processing findings] in the *Amazon Macie User Guide*. Valid values are:
[1]: docs.aws.amazon.com/macie/latest/user/findings-monitor.html
2267 2268 2269 2270 2271 2272 2273 |
# File 'lib/aws-sdk-macie2/types.rb', line 2267 class EnableMacieRequest < Struct.new( :client_token, :finding_publishing_frequency, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of an Amazon Macie account. Valid values are:
2267 2268 2269 2270 2271 2272 2273 |
# File 'lib/aws-sdk-macie2/types.rb', line 2267 class EnableMacieRequest < Struct.new( :client_token, :finding_publishing_frequency, :status) SENSITIVE = [] include Aws::Structure end |