Class InventoryDestinationBucketArgs
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.S3.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class InventoryDestinationBucketArgs : ResourceArgs
Constructors
View SourceInventoryDestinationBucketArgs()
Declaration
public InventoryDestinationBucketArgs()
Properties
View SourceAccountId
The ID of the account that owns the destination bucket. Recommended to be set to prevent problems if the destination bucket ownership changes.
Declaration
public Input<string> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BucketArn
The Amazon S3 bucket ARN of the destination.
Declaration
public Input<string> BucketArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Encryption
Contains the type of server-side encryption to use to encrypt the inventory (documented below).
Declaration
public Input<InventoryDestinationBucketEncryptionArgs> Encryption { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InventoryDestinationBucketEncryptionArgs> |
Format
Declaration
public Input<string> Format { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Prefix
The prefix that is prepended to all inventory results.
Declaration
public Input<string> Prefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |