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:
Properties
Effect-
The effect of the taint. Valid values are
NoSchedule,PreferNoSchedule, andNoExecute.Required: Yes
Type: String
Allowed values:
NoSchedule | PreferNoSchedule | NoExecuteUpdate 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:
1Maximum:
317Update 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:
1Maximum:
63Update requires: No interruption