FargateProfile

class FargateProfile : KotlinCustomResource

Resource Schema for AWS::EKS::FargateProfile

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the cluster, such as arn:aws:eks:us-west-2:666666666666:fargateprofile/myCluster/myFargateProfile/1cb1a11a-1dc1-1d11-cf11-1111f11fa111 .

Link copied to clipboard
val clusterName: Output<String>

Name of the Cluster

Link copied to clipboard

Name of FargateProfile

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The IAM policy arn for pods

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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.

Link copied to clipboard
val subnets: Output<List<String>>?

The IDs of subnets to launch a Pod into. A Pod running on Fargate isn't assigned a public IP address, so only private subnets (with no direct route to an Internet Gateway) are accepted for this parameter.

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>