Show / Hide Table of Contents

Class DefaultKmsKeyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DefaultKmsKeyArgs
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 DefaultKmsKeyArgs : ResourceArgs

Constructors

View Source

DefaultKmsKeyArgs()

Declaration
public DefaultKmsKeyArgs()

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.