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 |
A storage location in an S3 bucket.
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 | An object URI starting with s3:// . |
uri
Type:
string
An object URI starting with s3://
.