S3BucketAssociationClassificationTypeArgs

data class S3BucketAssociationClassificationTypeArgs(val continuous: Output<String>? = null, val oneTime: Output<String>? = null) : ConvertibleToJava<S3BucketAssociationClassificationTypeArgs>

Constructors

constructor(continuous: Output<String>? = null, oneTime: Output<String>? = null)

Properties

Link copied to clipboard
val continuous: Output<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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): S3BucketAssociationClassificationTypeArgs