@Stability(value=Stable) public static final class CfnFargateProfile.Builder extends Object implements software.amazon.jsii.Builder<CfnFargateProfile>
CfnFargateProfile.| Modifier and Type | Method and Description |
|---|---|
CfnFargateProfile |
build() |
CfnFargateProfile.Builder |
clusterName(String clusterName)
`AWS::EKS::FargateProfile.ClusterName`.
|
static CfnFargateProfile.Builder |
create(Construct scope,
String id) |
CfnFargateProfile.Builder |
fargateProfileName(String fargateProfileName)
`AWS::EKS::FargateProfile.FargateProfileName`.
|
CfnFargateProfile.Builder |
podExecutionRoleArn(String podExecutionRoleArn)
`AWS::EKS::FargateProfile.PodExecutionRoleArn`.
|
CfnFargateProfile.Builder |
selectors(IResolvable selectors)
`AWS::EKS::FargateProfile.Selectors`.
|
CfnFargateProfile.Builder |
selectors(List<? extends Object> selectors)
`AWS::EKS::FargateProfile.Selectors`.
|
CfnFargateProfile.Builder |
subnets(List<String> subnets)
`AWS::EKS::FargateProfile.Subnets`.
|
CfnFargateProfile.Builder |
tags(List<? extends CfnTag> tags)
`AWS::EKS::FargateProfile.Tags`.
|
@Stability(value=Stable) public static CfnFargateProfile.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnFargateProfile.LabelProperty.Builder.@Stability(value=Stable) public CfnFargateProfile.Builder clusterName(String clusterName)
clusterName - `AWS::EKS::FargateProfile.ClusterName`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-fargateprofile.html#cfn-eks-fargateprofile-clustername@Stability(value=Stable) public CfnFargateProfile.Builder podExecutionRoleArn(String podExecutionRoleArn)
podExecutionRoleArn - `AWS::EKS::FargateProfile.PodExecutionRoleArn`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-fargateprofile.html#cfn-eks-fargateprofile-podexecutionrolearn@Stability(value=Stable) public CfnFargateProfile.Builder selectors(IResolvable selectors)
selectors - `AWS::EKS::FargateProfile.Selectors`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-fargateprofile.html#cfn-eks-fargateprofile-selectors@Stability(value=Stable) public CfnFargateProfile.Builder selectors(List<? extends Object> selectors)
selectors - `AWS::EKS::FargateProfile.Selectors`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-fargateprofile.html#cfn-eks-fargateprofile-selectors@Stability(value=Stable) public CfnFargateProfile.Builder fargateProfileName(String fargateProfileName)
fargateProfileName - `AWS::EKS::FargateProfile.FargateProfileName`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-fargateprofile.html#cfn-eks-fargateprofile-fargateprofilename@Stability(value=Stable) public CfnFargateProfile.Builder subnets(List<String> subnets)
subnets - `AWS::EKS::FargateProfile.Subnets`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-fargateprofile.html#cfn-eks-fargateprofile-subnets@Stability(value=Stable) public CfnFargateProfile.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::EKS::FargateProfile.Tags`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-fargateprofile.html#cfn-eks-fargateprofile-tags@Stability(value=Stable) public CfnFargateProfile build()
build in interface software.amazon.jsii.Builder<CfnFargateProfile>Copyright © 2020. All rights reserved.