Class DefaultKmsKeyArgs
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.Ebs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DefaultKmsKeyArgs : ResourceArgs
Constructors
View SourceDefaultKmsKeyArgs()
Declaration
public DefaultKmsKeyArgs()
Properties
View SourceKeyArn
The ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use to encrypt the EBS volume.
Declaration
public Input<string> KeyArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |