Class ClusterEncryptionConfigProviderArgs
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.Eks.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterEncryptionConfigProviderArgs : ResourceArgs
Constructors
View SourceClusterEncryptionConfigProviderArgs()
Declaration
public ClusterEncryptionConfigProviderArgs()
Properties
View SourceKeyArn
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> |