Interface CfnVirtualCluster.EksInfoProperty

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

@Stability(Stable) public static interface CfnVirtualCluster.EksInfoProperty extends software.amazon.jsii.JsiiSerializable
The information about the Amazon EKS cluster.

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.emrcontainers.*;
 EksInfoProperty eksInfoProperty = EksInfoProperty.builder()
         .namespace("namespace")
         .build();