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

A Kubernetes taint that can be applied to cluster nodes.

Syntax

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