interface S3LocationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnDataSourcePropsMixin.S3LocationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnDataSourcePropsMixin_S3LocationProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnDataSourcePropsMixin.S3LocationProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnDataSourcePropsMixin.S3LocationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnDataSourcePropsMixin » S3LocationProperty |
A storage location in an Amazon S3 bucket.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const s3LocationProperty: bedrock_mixins.CfnDataSourcePropsMixin.S3LocationProperty = {
uri: 'uri',
};
Properties
| Name | Type | Description |
|---|---|---|
| uri? | string | An object URI starting with s3:// . |
uri?
Type:
string
(optional)
An object URI starting with s3:// .

.NET
Go
Java
Python
TypeScript