Show / Hide Table of Contents

Class S3BucketAssociationClassificationTypeArgs

Inheritance
System.Object
InputArgs
ResourceArgs
S3BucketAssociationClassificationTypeArgs
Inherited Members
ResourceArgs.Empty
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 Source

S3BucketAssociationClassificationTypeArgs()

Declaration
public S3BucketAssociationClassificationTypeArgs()

Properties

View Source

Continuous

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.