paws.security.identity (version 0.1.0)

macie_associate_s3_resources: Associates specified S3 resources with Amazon Macie for monitoring and data classification

Description

Associates specified S3 resources with Amazon Macie for monitoring and data classification. If memberAccountId isn't specified, the action associates specified S3 resources with Macie for the current master account. If memberAccountId is specified, the action associates specified S3 resources with Macie for the specified member account.

Usage

macie_associate_s3_resources(memberAccountId, s3Resources)

Arguments

memberAccountId

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

s3Resources

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

Request syntax

svc$associate_s3_resources(
  memberAccountId = "string",
  s3Resources = list(
    list(
      bucketName = "string",
      prefix = "string",
      classificationType = list(
        oneTime = "FULL"|"NONE",
        continuous = "FULL"
      )
    )
  )
)