interface S3LocationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnDataSourcePropsMixin.S3LocationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnDataSourcePropsMixin_S3LocationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.S3LocationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnDataSourcePropsMixin.S3LocationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » 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 { aws_bedrock as bedrock } from '@aws-cdk/cfn-property-mixins';
const s3LocationProperty: bedrock.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