@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.533Z") @Stability(value=Stable) public interface CfnVirtualClusterProps 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.*;
CfnVirtualClusterProps cfnVirtualClusterProps = CfnVirtualClusterProps.builder()
.containerProvider(ContainerProviderProperty.builder()
.id("id")
.info(ContainerInfoProperty.builder()
.eksInfo(EksInfoProperty.builder()
.namespace("namespace")
.build())
.build())
.type("type")
.build())
.name("name")
// the properties below are optional
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVirtualClusterProps.Builder
A builder for
CfnVirtualClusterProps |
static class |
CfnVirtualClusterProps.Jsii$Proxy
An implementation for
CfnVirtualClusterProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVirtualClusterProps.Builder |
builder() |
Object |
getContainerProvider()
`AWS::EMRContainers::VirtualCluster.ContainerProvider`.
|
String |
getName()
`AWS::EMRContainers::VirtualCluster.Name`.
|
default List<CfnTag> |
getTags()
`AWS::EMRContainers::VirtualCluster.Tags`.
|
@Stability(value=Stable) @NotNull Object getContainerProvider()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnVirtualClusterProps.Builder builder()
CfnVirtualClusterProps.Builder of CfnVirtualClusterPropsCopyright © 2021. All rights reserved.