public static interface CfnVirtualCluster.EksInfoProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVirtualCluster.EksInfoProperty.Builder
A builder for
CfnVirtualCluster.EksInfoProperty |
static class |
CfnVirtualCluster.EksInfoProperty.Jsii$Proxy
An implementation for
CfnVirtualCluster.EksInfoProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVirtualCluster.EksInfoProperty.Builder |
builder() |
java.lang.String |
getNamespace()
The namespaces of the EKS cluster.
|
java.lang.String getNamespace()
Minimum : 1
Maximum : 63
Pattern : [a-z0-9]([-a-z0-9]*[a-z0-9])?
static CfnVirtualCluster.EksInfoProperty.Builder builder()