Updates the classification types for the specified S3 resources. If memberAccountId isn't specified, the action updates the classification types of the S3 resources associated with Amazon Macie for the current master account. If memberAccountId is specified, the action updates the classification types of the S3 resources associated with Amazon Macie for the specified member account.
macie_update_s3_resources(memberAccountId, s3ResourcesUpdate)
The AWS ID of the Amazon Macie member account whose S3 resources' classification types you want to update.
[required] The S3 resources whose classification types you want to update.
svc$update_s3_resources( memberAccountId = "string", s3ResourcesUpdate = list( list( bucketName = "string", prefix = "string", classificationTypeUpdate = list( oneTime = "FULL"|"NONE", continuous = "FULL" ) ) ) )