Class DefaultKmsKeyState
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 DefaultKmsKeyState : ResourceArgs
Constructors
View SourceDefaultKmsKeyState()
Declaration
public DefaultKmsKeyState()
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> |