class Aws::Macie2::Types::EnableMacieRequest

Enables Amazon Macie and specifies the configuration settings for a Macie account.

@note When making an API call, you may pass EnableMacieRequest

data as a hash:

    {
      client_token: "__string",
      finding_publishing_frequency: "FIFTEEN_MINUTES", # accepts FIFTEEN_MINUTES, ONE_HOUR, SIX_HOURS
      status: "PAUSED", # accepts PAUSED, ENABLED
    }

@!attribute [rw] client_token

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] finding_publishing_frequency

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 called Amazon
CloudWatch Events). For more information, see [Monitoring and
processing findings][1] in the *Amazon Macie User Guide*. Valid
values are:

[1]: https://docs.aws.amazon.com/macie/latest/user/findings-monitor.html
@return [String]

@!attribute [rw] status

The status of an Amazon Macie account. Valid values are:
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/EnableMacieRequest AWS API Documentation

Constants

SENSITIVE