Class InventoryDestinationBucketEncryptionArgs
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 InventoryDestinationBucketEncryptionArgs : ResourceArgs
Constructors
View SourceInventoryDestinationBucketEncryptionArgs()
Declaration
public InventoryDestinationBucketEncryptionArgs()
Properties
View SourceSseKms
Specifies to use server-side encryption with AWS KMS-managed keys to encrypt the inventory file (documented below).
Declaration
public Input<InventoryDestinationBucketEncryptionSseKmsArgs> SseKms { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InventoryDestinationBucketEncryptionSseKmsArgs> |
SseS3
Specifies to use server-side encryption with Amazon S3-managed keys (SSE-S3) to encrypt the inventory file.
Declaration
public Input<InventoryDestinationBucketEncryptionSseS3Args> SseS3 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InventoryDestinationBucketEncryptionSseS3Args> |