class Aws::Macie::Types::AssociateS3ResourcesRequest

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

data as a hash:

    {
      member_account_id: "AWSAccountId",
      s3_resources: [ # required
        {
          bucket_name: "BucketName", # required
          prefix: "Prefix",
          classification_type: { # required
            one_time: "FULL", # required, accepts FULL, NONE
            continuous: "FULL", # required, accepts FULL
          },
        },
      ],
    }

@!attribute [rw] member_account_id

The ID of the Amazon Macie Classic member account whose resources
you want to associate with Macie Classic.
@return [String]

@!attribute [rw] s3_resources

The S3 resources that you want to associate with Amazon Macie
Classic for monitoring and data classification.
@return [Array<Types::S3ResourceClassification>]

@see docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/AssociateS3ResourcesRequest AWS API Documentation

Constants

SENSITIVE