@Stability(value=Stable)
public static interface CfnCluster.OutpostConfigProperty
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.*;
OutpostConfigProperty outpostConfigProperty = OutpostConfigProperty.builder()
.controlPlaneInstanceType("controlPlaneInstanceType")
.outpostArns(List.of("outpostArns"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.OutpostConfigProperty.Builder
A builder for
CfnCluster.OutpostConfigProperty |
static class |
CfnCluster.OutpostConfigProperty.Jsii$Proxy
An implementation for
CfnCluster.OutpostConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.OutpostConfigProperty.Builder |
builder() |
String |
getControlPlaneInstanceType()
`CfnCluster.OutpostConfigProperty.ControlPlaneInstanceType`.
|
List<String> |
getOutpostArns()
`CfnCluster.OutpostConfigProperty.OutpostArns`.
|
@Stability(value=Stable) @NotNull String getControlPlaneInstanceType()
@Stability(value=Stable) @NotNull List<String> getOutpostArns()
@Stability(value=Stable) static CfnCluster.OutpostConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.