public static interface CfnCluster.ProviderProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.eks.*; ProviderProperty providerProperty = ProviderProperty.builder() .keyArn("keyArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCluster.ProviderProperty.Builder
A builder for
CfnCluster.ProviderProperty |
static class |
CfnCluster.ProviderProperty.Jsii$Proxy
An implementation for
CfnCluster.ProviderProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCluster.ProviderProperty.Builder |
builder() |
default java.lang.String |
getKeyArn()
Amazon Resource Name (ARN) or alias of the KMS key.
|
default java.lang.String getKeyArn()
The KMS key must be symmetric, created in the same region as the cluster, and if the KMS key was created in a different account, the user must have access to the KMS key. For more information, see Allowing Users in Other Accounts to Use a KMS key in the AWS Key Management Service Developer Guide .
static CfnCluster.ProviderProperty.Builder builder()