Show / Hide Table of Contents

Class ClusterEncryptionConfigProviderArgs

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

Constructors

View Source

ClusterEncryptionConfigProviderArgs()

Declaration
public ClusterEncryptionConfigProviderArgs()

Properties

View Source

KeyArn

Amazon Resource Name (ARN) of the Key Management Service (KMS) customer master key (CMK). The CMK must be symmetric, created in the same region as the cluster, and if the CMK was created in a different account, the user must have access to the CMK. For more information, see Allowing Users in Other Accounts to Use a CMK in the AWS Key Management Service Developer Guide.

Declaration
public Input<string> KeyArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.