Show / Hide Table of Contents

Class S3BucketAssociationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
S3BucketAssociationArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class S3BucketAssociationArgs : ResourceArgs

Constructors

View Source

S3BucketAssociationArgs()

Declaration
public S3BucketAssociationArgs()

Properties

View Source

BucketName

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

ClassificationType

The configuration of how Amazon Macie classifies the S3 objects.

Declaration
public Input<S3BucketAssociationClassificationTypeArgs> ClassificationType { get; set; }
Property Value
Type Description
Input<S3BucketAssociationClassificationTypeArgs>
View Source

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

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