AWS::SageMaker::Cluster ClusterKubernetesTaint - 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).

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

AWS::SageMaker::Cluster ClusterKubernetesTaint

A Kubernetes taint that can be applied to cluster nodes.

Syntax

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

JSON

{ "Effect" : String, "Key" : String, "Value" : String }

YAML

Effect: String Key: String Value: String

Properties

Effect

The effect of the taint. Valid values are NoSchedule, PreferNoSchedule, and NoExecute.

Required: Yes

Type: String

Allowed values: NoSchedule | PreferNoSchedule | NoExecute

Update requires: No interruption

Key

The key of the taint.

Required: Yes

Type: String

Pattern: ([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?[A-Za-z0-9]([-A-Za-z0-9_.]*[A-Za-z0-9])?

Minimum: 1

Maximum: 317

Update requires: No interruption

Value

The value of the taint.

Required: No

Type: String

Pattern: (([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?

Minimum: 1

Maximum: 63

Update requires: No interruption