You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie::Types::AssociateS3ResourcesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AssociateS3ResourcesRequest as input to an Aws::Client method, you can use a vanilla 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
      },
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#member_account_idString

The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie Classic.

Returns:

  • (String)

    The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie Classic.

#s3_resourcesArray<Types::S3ResourceClassification>

The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.

Returns:

  • (Array<Types::S3ResourceClassification>)

    The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.