AWS::SageMaker::Project CfnTemplateProviderDetail - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 }

Properties

Parameters

An array of CloudFormation stack parameters.

Required: No

Type: Array of CfnStackParameter

Minimum: 0

Maximum: 180

Update 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: 20

Maximum: 2048

Update 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: 1

Maximum: 32

Update requires: Replacement

TemplateURL

The Amazon S3 URL of the CloudFormation template.

Required: Yes

Type: String

Pattern: (?=.{1,1024}$)(https)://([^/]+)/(.+)

Minimum: 1

Maximum: 1024

Update requires: Replacement