CfnTemplateProviderDetail - Amazon SageMaker
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).

CfnTemplateProviderDetail

Details about a CloudFormation template provider configuration and associated provisioning information.

Contents

TemplateName

The unique identifier of the template within the project.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 32.

Pattern: (?=.{1,32}$)[a-zA-Z0-9](-*[a-zA-Z0-9])*

Required: Yes

TemplateURL

The Amazon S3 URL of the CloudFormation template.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1024.

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

Required: Yes

Parameters

An array of CloudFormation stack parameters.

Type: Array of CfnStackParameter objects

Array Members: Minimum number of 0 items. Maximum number of 180 items.

Required: No

RoleARN

The IAM role used by CloudFormation to create the stack.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+

Required: No

StackDetail

Information about the CloudFormation stack created by the template provider.

Type: CfnStackDetail object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: