Interface CfnCluster.ProviderProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCluster.ProviderProperty.Jsii$Proxy
Enclosing class:
CfnCluster

@Stability(Stable) public static interface CfnCluster.ProviderProperty extends software.amazon.jsii.JsiiSerializable
Identifies the AWS Key Management Service ( AWS KMS ) key used to encrypt the secrets.

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.legacy.*;
 ProviderProperty providerProperty = ProviderProperty.builder()
         .keyArn("keyArn")
         .build();