CfnFargateProfileProps¶
-
class
aws_cdk.aws_eks_legacy.
CfnFargateProfileProps
(*, cluster_name, pod_execution_role_arn, selectors, fargate_profile_name=None, subnets=None, tags=None)¶ Bases:
object
Properties for defining a
AWS::EKS::FargateProfile
.- Parameters
cluster_name (
str
) –AWS::EKS::FargateProfile.ClusterName
.pod_execution_role_arn (
str
) –AWS::EKS::FargateProfile.PodExecutionRoleArn
.selectors (
Union
[IResolvable
,List
[Union
[IResolvable
,SelectorProperty
]]]) –AWS::EKS::FargateProfile.Selectors
.fargate_profile_name (
Optional
[str
]) –AWS::EKS::FargateProfile.FargateProfileName
.subnets (
Optional
[List
[str
]]) –AWS::EKS::FargateProfile.Subnets
.tags (
Optional
[List
[CfnTag
]]) –AWS::EKS::FargateProfile.Tags
.
- Link
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-fargateprofile.html
Attributes
-
cluster_name
¶ AWS::EKS::FargateProfile.ClusterName
.
-
fargate_profile_name
¶ AWS::EKS::FargateProfile.FargateProfileName
.
-
pod_execution_role_arn
¶ AWS::EKS::FargateProfile.PodExecutionRoleArn
.
-
selectors
¶ AWS::EKS::FargateProfile.Selectors
.
-
subnets
¶ AWS::EKS::FargateProfile.Subnets
.- Link
- Return type
Optional
[List
[str
]]
AWS::EKS::FargateProfile.Tags
.- Link
- Return type
Optional
[List
[CfnTag
]]