Class InventoryDestinationBucket
Inheritance
System.Object
InventoryDestinationBucket
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class InventoryDestinationBucket
Fields
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 readonly string AccountId
Field Value
| Type | Description |
|---|---|
| System.String |
BucketArn
The Amazon S3 bucket ARN of the destination.
Declaration
public readonly string BucketArn
Field Value
| Type | Description |
|---|---|
| System.String |
Encryption
Contains the type of server-side encryption to use to encrypt the inventory (documented below).
Declaration
public readonly InventoryDestinationBucketEncryption Encryption
Field Value
| Type | Description |
|---|---|
| InventoryDestinationBucketEncryption |
Format
Declaration
public readonly string Format
Field Value
| Type | Description |
|---|---|
| System.String |
Prefix
The prefix that is prepended to all inventory results.
Declaration
public readonly string Prefix
Field Value
| Type | Description |
|---|---|
| System.String |