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::ModelInvocationJob ModelInvocationJobS3InputDataConfig
Contains the configuration of the S3 location of the input data.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "S3BucketOwner" :String, "S3Uri" :String}
YAML
S3BucketOwner:StringS3Uri:String
Properties
S3BucketOwner-
The ID of the AWS account that owns the S3 bucket containing the input data.
Required: No
Type: String
Pattern:
^[0-9]{12}$Update requires: No interruption
S3Uri-
The S3 location of the input data.
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: No interruption