Show / Hide Table of Contents

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 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 readonly string Continuous
Field Value
Type Description
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 readonly string OneTime
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.