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.
macie_disassociate_s3_resources(memberAccountId, associatedS3Resources)
The ID of the Amazon Macie member account whose resources you want to remove from being monitored by Amazon Macie.
[required] The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie.
svc$disassociate_s3_resources( memberAccountId = "string", associatedS3Resources = list( list( bucketName = "string", prefix = "string" ) ) )