AWS::EKS::FargateProfile Selector - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EKS::FargateProfile Selector

An object representing an AWS Fargate profile selector.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Labels" : [ Label, ... ], "Namespace" : String }

YAML

Labels: - Label Namespace: String

Properties

Labels

The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.

Required: No

Type: Array of Label

Update requires: Replacement

Namespace

The Kubernetes namespace that the selector should match.

Required: Yes

Type: String

Minimum: 1

Update requires: Replacement