AWS::EKS::FargateProfile Selector - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::EKS::FargateProfile Selector

An object representing an Amazon Fargate profile selector.

Syntax

To declare this entity in your Amazon 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