interface S3LocationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.CfnDataSource.S3LocationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnDataSource_S3LocationProperty |
![]() | software.amazon.awscdk.services.bedrock.CfnDataSource.S3LocationProperty |
![]() | aws_cdk.aws_bedrock.CfnDataSource.S3LocationProperty |
![]() | aws-cdk-lib » aws_bedrock » CfnDataSource » S3LocationProperty |
An Amazon S3 location.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const s3LocationProperty: bedrock.CfnDataSource.S3LocationProperty = {
uri: 'uri',
};
Properties
Name | Type | Description |
---|---|---|
uri | string | The location's URI. |
uri
Type:
string
The location's URI.
For example, s3://my-bucket/chunk-processor/
.