AWS::Bedrock::DataSource S3DataSourceConfiguration - Amazon CloudFormation
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).

AWS::Bedrock::DataSource S3DataSourceConfiguration

Contains information about the S3 configuration of the data source.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "BucketArn" : String, "BucketOwnerAccountId" : String, "InclusionPrefixes" : [ String, ... ] }

YAML

BucketArn: String BucketOwnerAccountId: String InclusionPrefixes: - String

Properties

BucketArn

The Amazon Resource Name (ARN) of the bucket that contains the data source.

Required: Yes

Type: String

Pattern: ^arn:aws(|-cn|-us-gov):s3:::[a-z0-9][a-z0-9.-]{1,61}[a-z0-9]$

Minimum: 1

Maximum: 2048

Update requires: No interruption

BucketOwnerAccountId

The bucket account owner ID for the S3 bucket.

Required: No

Type: String

Pattern: ^[0-9]{12}$

Minimum: 12

Maximum: 12

Update requires: No interruption

InclusionPrefixes

A list of S3 prefixes that define the object containing the data sources. For more information, see Organizing objects using prefixes.

Required: No

Type: Array of String

Minimum: 1 | 1

Maximum: 300 | 1

Update requires: No interruption