paws.security.identity (version 0.1.0)

macie_disassociate_s3_resources: Removes specified S3 resources from being monitored by Amazon Macie

Description

Removes specified S3 resources from being monitored by Amazon Macie. If memberAccountId isn't specified, the action removes specified S3 resources from Macie for the current master account. If memberAccountId is specified, the action removes specified S3 resources from Macie for the specified member account.

Usage

macie_disassociate_s3_resources(memberAccountId, associatedS3Resources)

Arguments

memberAccountId

The ID of the Amazon Macie member account whose resources you want to remove from being monitored by Amazon Macie.

associatedS3Resources

[required] The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie.

Request syntax

svc$disassociate_s3_resources(
  memberAccountId = "string",
  associatedS3Resources = list(
    list(
      bucketName = "string",
      prefix = "string"
    )
  )
)