interface S3LocationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrockagentcore.CfnBrowserCustom.S3LocationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnBrowserCustom_S3LocationProperty |
![]() | software.amazon.awscdk.services.bedrockagentcore.CfnBrowserCustom.S3LocationProperty |
![]() | aws_cdk.aws_bedrockagentcore.CfnBrowserCustom.S3LocationProperty |
![]() | aws-cdk-lib » aws_bedrockagentcore » CfnBrowserCustom » S3LocationProperty |
S3 Location Configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const s3LocationProperty: bedrockagentcore.CfnBrowserCustom.S3LocationProperty = {
bucket: 'bucket',
prefix: 'prefix',
};
Properties
Name | Type | Description |
---|---|---|
bucket | string | |
prefix | string |
bucket
Type:
string
prefix
Type:
string