@Stability(value=Stable)
public static interface CfnCluster.ControlPlanePlacementProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.eks.*;
ControlPlanePlacementProperty controlPlanePlacementProperty = ControlPlanePlacementProperty.builder()
.groupName("groupName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.ControlPlanePlacementProperty.Builder
A builder for
CfnCluster.ControlPlanePlacementProperty |
static class |
CfnCluster.ControlPlanePlacementProperty.Jsii$Proxy
An implementation for
CfnCluster.ControlPlanePlacementProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.ControlPlanePlacementProperty.Builder |
builder() |
default String |
getGroupName()
`CfnCluster.ControlPlanePlacementProperty.GroupName`.
|
@Stability(value=Stable) @Nullable default String getGroupName()
@Stability(value=Stable) static CfnCluster.ControlPlanePlacementProperty.Builder builder()
Copyright © 2022. All rights reserved.