This is the new AWS 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 ClusterRestrictedInstanceGroup
The ClusterRestrictedInstanceGroup property type specifies Property description not available. for an AWS::SageMaker::Cluster.
Syntax
To declare this entity in your AWS 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:IntegerEnvironmentConfig:EnvironmentConfigExecutionRole:StringInstanceCount:IntegerInstanceGroupName:StringInstanceStorageConfigs:- ClusterInstanceStorageConfigInstanceType:StringOnStartDeepHealthChecks:- StringOverrideVpcConfig:VpcConfigThreadsPerCore:IntegerTrainingPlanArn:String
Properties
CurrentCountProperty description not available.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption
EnvironmentConfigProperty description not available.
Required: Yes
Type: EnvironmentConfig
Update requires: No interruption
ExecutionRoleProperty description not available.
Required: Yes
Type: String
Pattern:
^arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$Minimum:
20Maximum:
2048Update requires: Replacement
InstanceCountProperty description not available.
Required: Yes
Type: Integer
Minimum:
0Update requires: No interruption
InstanceGroupNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9])*$Minimum:
1Maximum:
63Update requires: Replacement
InstanceStorageConfigsProperty description not available.
Required: No
Type: Array of ClusterInstanceStorageConfig
Maximum:
1Update requires: No interruption
InstanceTypeProperty description not available.
Required: Yes
Type: String
Update requires: Replacement
OnStartDeepHealthChecksProperty description not available.
Required: No
Type: Array of String
Update requires: No interruption
OverrideVpcConfigProperty description not available.
Required: No
Type: VpcConfig
Update requires: Replacement
ThreadsPerCoreProperty description not available.
Required: No
Type: Integer
Minimum:
1Maximum:
2Update requires: Replacement
TrainingPlanArnProperty description not available.
Required: No
Type: String
Pattern:
^arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:training-plan/.*$Minimum:
50Maximum:
2048Update requires: No interruption