@Stability(value=Stable)
public static interface CfnCluster.ProviderProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getKeyArn()
Amazon Resource Name (ARN) or alias of the KMS key.
|
@Stability(value=Stable) @Nullable default 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 .
@Stability(value=Stable) static CfnCluster.ProviderProperty.Builder builder()
Copyright © 2022. All rights reserved.