Class S3BucketAssociationClassificationTypeArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class S3BucketAssociationClassificationTypeArgs : ResourceArgs
Constructors
View SourceS3BucketAssociationClassificationTypeArgs()
Declaration
public S3BucketAssociationClassificationTypeArgs()
Properties
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 Input<string> Continuous { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> OneTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |