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::BedrockAgentCore::Dataset S3Source
Amazon S3 location of a JSONL file containing dataset examples.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "S3Uri" :String}
YAML
S3Uri:String
Properties
S3Uri-
Amazon S3 URI of the JSONL file (for example,
s3://my-bucket/path/to/examples.jsonl).Required: Yes
Type: String
Pattern:
^s3://[a-z0-9][a-z0-9.\-]{1,61}[a-z0-9]/.{1,1024}$Update requires: Replacement