@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.373Z") @Stability(value=Stable) public interface CfnFargateProfileProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFargateProfileProps.Builder
A builder for
CfnFargateProfileProps |
static class |
CfnFargateProfileProps.Jsii$Proxy
An implementation for
CfnFargateProfileProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnFargateProfileProps.Builder |
builder() |
String |
getClusterName()
`AWS::EKS::FargateProfile.ClusterName`.
|
default String |
getFargateProfileName()
`AWS::EKS::FargateProfile.FargateProfileName`.
|
String |
getPodExecutionRoleArn()
`AWS::EKS::FargateProfile.PodExecutionRoleArn`.
|
Object |
getSelectors()
`AWS::EKS::FargateProfile.Selectors`.
|
default List<String> |
getSubnets()
`AWS::EKS::FargateProfile.Subnets`.
|
default List<CfnTag> |
getTags()
`AWS::EKS::FargateProfile.Tags`.
|
@Stability(value=Stable) @NotNull String getClusterName()
@Stability(value=Stable) @NotNull String getPodExecutionRoleArn()
@Stability(value=Stable) @NotNull Object getSelectors()
@Stability(value=Stable) @Nullable default String getFargateProfileName()
@Stability(value=Stable) @Nullable default List<String> getSubnets()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnFargateProfileProps.Builder builder()
CfnFargateProfileProps.Builder of CfnFargateProfilePropsCopyright © 2021. All rights reserved.