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