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::Bedrock::ModelImportJob S3DataSource
The Amazon S3 data source of the model to import. For the CreateCustomModel API operation, you must specify the Amazon S3 URI for the Amazon-managed Amazon S3 bucket containing your model artifacts. SageMaker AI creates this bucket when you run your first SageMaker AI training job.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "S3Uri" :String}
YAML
S3Uri:String
Properties
S3Uri-
The URI of the Amazon S3 data source.
Required: Yes
Type: String
Pattern:
^s3://[a-z0-9][-.a-z0-9]{1,61}[a-z0-9](?:/[-!_*'().a-z0-9A-Z]+(?:/[-!_*'().a-z0-9A-Z]+)*)?/?$Minimum:
1Maximum:
1024Update requires: Replacement