Fargate Profile Args
data class FargateProfileArgs(val clusterName: Output<String>? = null, val fargateProfileName: Output<String>? = null, val podExecutionRoleArn: Output<String>? = null, val selectors: Output<List<FargateProfileSelectorArgs>>? = null, val subnets: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<FargateProfileArgs>
Resource Schema for AWS::EKS::FargateProfile
Properties
Link copied to clipboard
Name of the Cluster
Link copied to clipboard
Name of FargateProfile
Link copied to clipboard
The IAM policy arn for pods
Link copied to clipboard
The selectors to match for a Pod
to use this Fargate profile. Each selector must have an associated Kubernetes namespace
. Optionally, you can also specify labels
for a namespace
. You may specify up to five selectors in a Fargate profile.