Class S3BucketAssociationArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class S3BucketAssociationArgs : ResourceArgs
Constructors
View SourceS3BucketAssociationArgs()
Declaration
public S3BucketAssociationArgs()
Properties
View SourceBucketName
The name of the S3 bucket that you want to associate with Amazon Macie.
Declaration
public Input<string> BucketName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClassificationType
The configuration of how Amazon Macie classifies the S3 objects.
Declaration
public Input<S3BucketAssociationClassificationTypeArgs> ClassificationType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<S3BucketAssociationClassificationTypeArgs> |
MemberAccountId
The ID of the Amazon Macie member account whose S3 resources you want to associate with Macie. If member_account_id isn't specified, the action associates specified S3 resources with Macie for the current master account.
Declaration
public Input<string> MemberAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Prefix
Object key prefix identifying one or more S3 objects to which the association applies.
Declaration
public Input<string> Prefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |