Show / Hide Table of Contents

Class InventoryDestinationBucketEncryptionSseKmsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InventoryDestinationBucketEncryptionSseKmsArgs
Inherited Members
ResourceArgs.Empty
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 InventoryDestinationBucketEncryptionSseKmsArgs : ResourceArgs

Constructors

View Source

InventoryDestinationBucketEncryptionSseKmsArgs()

Declaration
public InventoryDestinationBucketEncryptionSseKmsArgs()

Properties

View Source

KeyId

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.