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::Project CfnTemplateProviderDetail
Details about a CloudFormation template provider configuration and associated provisioning information.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Parameters" :[ CfnStackParameter, ... ], "RoleARN" :String, "TemplateName" :String, "TemplateURL" :String}
YAML
Parameters:- CfnStackParameterRoleARN:StringTemplateName:StringTemplateURL:String
Properties
Parameters-
An array of CloudFormation stack parameters.
Required: No
Type: Array of CfnStackParameter
Minimum:
0Maximum:
180Update requires: Replacement
RoleARN-
The IAM role used by CloudFormation to create the stack.
Required: No
Type: String
Pattern:
arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+Minimum:
20Maximum:
2048Update requires: Replacement
TemplateName-
The unique identifier of the template within the project.
Required: Yes
Type: String
Pattern:
(?=.{1,32}$)[a-zA-Z0-9](-*[a-zA-Z0-9])*Minimum:
1Maximum:
32Update requires: Replacement
TemplateURL-
The Amazon S3 URL of the CloudFormation template.
Required: Yes
Type: String
Pattern:
(?=.{1,1024}$)(https)://([^/]+)/(.+)Minimum:
1Maximum:
1024Update requires: Replacement