S3BucketAssociationClassificationType

data class S3BucketAssociationClassificationType(val continuous: String? = null, val oneTime: String? = null)

Constructors

Link copied to clipboard
constructor(continuous: String? = null, oneTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val continuous: String? = null

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
val oneTime: String? = null

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.