AWS::EKS::FargateProfile Selector - AWS CloudFormation

AWS::EKS::FargateProfile Selector

An object representing an AWS Fargate profile selector.

Syntax

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