Interface CfnService.EksSourceProperty

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

@Stability(Stable) public static interface CfnService.EksSourceProperty 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.resiliencehubv2.*;
 EksSourceProperty eksSourceProperty = EksSourceProperty.builder()
         .clusterArn("clusterArn")
         .namespaces(List.of("namespaces"))
         .build();
 

See Also: