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 ClusterRestrictedInstanceGroup
The ClusterRestrictedInstanceGroup
property type specifies Property description not available. for an AWS::SageMaker::Cluster.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CurrentCount" :
Integer
, "EnvironmentConfig" :EnvironmentConfig
, "ExecutionRole" :String
, "InstanceCount" :Integer
, "InstanceGroupName" :String
, "InstanceStorageConfigs" :[ ClusterInstanceStorageConfig, ... ]
, "InstanceType" :String
, "OnStartDeepHealthChecks" :[ String, ... ]
, "OverrideVpcConfig" :VpcConfig
, "ThreadsPerCore" :Integer
, "TrainingPlanArn" :String
}
YAML
CurrentCount:
Integer
EnvironmentConfig:EnvironmentConfig
ExecutionRole:String
InstanceCount:Integer
InstanceGroupName:String
InstanceStorageConfigs:- ClusterInstanceStorageConfig
InstanceType:String
OnStartDeepHealthChecks:- String
OverrideVpcConfig:VpcConfig
ThreadsPerCore:Integer
TrainingPlanArn:String
Properties
CurrentCount
Property description not available.
Required: No
Type: Integer
Minimum:
0
Update requires: No interruption
EnvironmentConfig
Property description not available.
Required: Yes
Type: EnvironmentConfig
Update requires: No interruption
ExecutionRole
Property description not available.
Required: Yes
Type: String
Pattern:
^arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$
Minimum:
20
Maximum:
2048
Update requires: Replacement
InstanceCount
Property description not available.
Required: Yes
Type: Integer
Minimum:
0
Update requires: No interruption
InstanceGroupName
Property description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9])*$
Minimum:
1
Maximum:
63
Update requires: Replacement
InstanceStorageConfigs
Property description not available.
Required: No
Type: Array of ClusterInstanceStorageConfig
Maximum:
1
Update requires: No interruption
InstanceType
Property description not available.
Required: Yes
Type: String
Update requires: Replacement
OnStartDeepHealthChecks
Property description not available.
Required: No
Type: Array of String
Update requires: No interruption
OverrideVpcConfig
Property description not available.
Required: No
Type: VpcConfig
Update requires: Replacement
ThreadsPerCore
Property description not available.
Required: No
Type: Integer
Minimum:
1
Maximum:
2
Update requires: Replacement
TrainingPlanArn
Property description not available.
Required: No
Type: String
Pattern:
^arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:training-plan/.*$
Minimum:
50
Maximum:
2048
Update requires: No interruption