Show / Hide Table of Contents

Class DefaultKmsKeyState

Inheritance
System.Object
InputArgs
ResourceArgs
DefaultKmsKeyState
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.Ebs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DefaultKmsKeyState : ResourceArgs

Constructors

View Source

DefaultKmsKeyState()

Declaration
public DefaultKmsKeyState()

Properties

View Source

KeyArn

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