This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::TrainingJob TrainingRepositoryAuthConfig
An object containing authentication information for a private Docker registry.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "TrainingRepositoryCredentialsProviderArn" :String}
YAML
TrainingRepositoryCredentialsProviderArn:String
Properties
TrainingRepositoryCredentialsProviderArn-
The Amazon Resource Name (ARN) of an AWS Lambda function used to give SageMaker access credentials to your private Docker registry.
Required: Yes
Type: String
Pattern:
.*Minimum:
1Maximum:
2048Update requires: Replacement