S3Bucket Association Classification Type Args
data class S3BucketAssociationClassificationTypeArgs(val continuous: Output<String>? = null, val oneTime: Output<String>? = null) : ConvertibleToJava<S3BucketAssociationClassificationTypeArgs>
Properties
Link copied to clipboard
A string value indicating that Macie perform a one-time classification of all of the existing objects in the bucket. The only valid value is the default value, FULL
.
Link copied to clipboard
A string value indicating whether or not Macie performs a one-time classification of all of the existing objects in the bucket. Valid values are NONE
and FULL
. Defaults to NONE
indicating that Macie only classifies objects that are added after the association was created.