Interface CfnVirtualClusterPropsMixin.ContainerInfoProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualClusterPropsMixin.ContainerInfoProperty.Jsii$Proxy
- Enclosing class:
CfnVirtualClusterPropsMixin
@Stability(Stable)
public static interface CfnVirtualClusterPropsMixin.ContainerInfoProperty
extends software.amazon.jsii.JsiiSerializable
The information about the container used for a job run or a managed endpoint.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.emrcontainers.*;
ContainerInfoProperty containerInfoProperty = ContainerInfoProperty.builder()
.eksInfo(EksInfoProperty.builder()
.namespace("namespace")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVirtualClusterPropsMixin.ContainerInfoPropertystatic final classAn implementation forCfnVirtualClusterPropsMixin.ContainerInfoProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEksInfo
The information about the Amazon EKS cluster.Returns union: either
IResolvableorCfnVirtualClusterPropsMixin.EksInfoProperty- See Also:
-
builder
-