Class InventoryDestinationBucketEncryptionSseKmsGetArgs
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 InventoryDestinationBucketEncryptionSseKmsGetArgs : ResourceArgs
Constructors
View SourceInventoryDestinationBucketEncryptionSseKmsGetArgs()
Declaration
public InventoryDestinationBucketEncryptionSseKmsGetArgs()
Properties
View SourceKeyId
The ARN of the KMS customer master key (CMK) used to encrypt the inventory file.
Declaration
public Input<string> KeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |