@Stability(value=Stable)
public static interface CfnVirtualCluster.ContainerInfoProperty
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.*;
ContainerInfoProperty containerInfoProperty = ContainerInfoProperty.builder()
.eksInfo(EksInfoProperty.builder()
.namespace("namespace")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVirtualCluster.ContainerInfoProperty.Builder
A builder for
CfnVirtualCluster.ContainerInfoProperty |
static class |
CfnVirtualCluster.ContainerInfoProperty.Jsii$Proxy
An implementation for
CfnVirtualCluster.ContainerInfoProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnVirtualCluster.ContainerInfoProperty.Builder |
builder() |
Object |
getEksInfo()
The information about the EKS cluster.
|
@Stability(value=Stable) @NotNull Object getEksInfo()
@Stability(value=Stable) static CfnVirtualCluster.ContainerInfoProperty.Builder builder()
Copyright © 2022. All rights reserved.