Class S3BucketAssociationClassificationType
Inheritance
System.Object
S3BucketAssociationClassificationType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Macie.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class S3BucketAssociationClassificationType
Fields
View SourceContinuous
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.
Declaration
public readonly string Continuous
Field Value
| Type | Description |
|---|---|
| System.String |
OneTime
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.
Declaration
public readonly string OneTime
Field Value
| Type | Description |
|---|---|
| System.String |