@Stability(value=Stable)
public static interface CfnVirtualCluster.EksInfoProperty
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.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() |
String |
getNamespace()
The namespaces of the EKS cluster.
|
@Stability(value=Stable) @NotNull String getNamespace()
Minimum : 1
Maximum : 63
Pattern : [a-z0-9]([-a-z0-9]*[a-z0-9])?
@Stability(value=Stable) static CfnVirtualCluster.EksInfoProperty.Builder builder()
Copyright © 2022. All rights reserved.