interface RetrievalFlowNodeS3ConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.aws_bedrock.CfnFlowVersion.RetrievalFlowNodeS3ConfigurationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnFlowVersion_RetrievalFlowNodeS3ConfigurationProperty | 
|  Java | software.amazon.awscdk.services.bedrock.CfnFlowVersion.RetrievalFlowNodeS3ConfigurationProperty | 
|  Python | aws_cdk.aws_bedrock.CfnFlowVersion.RetrievalFlowNodeS3ConfigurationProperty | 
|  TypeScript | aws-cdk-lib»aws_bedrock»CfnFlowVersion»RetrievalFlowNodeS3ConfigurationProperty | 
Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.
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 retrievalFlowNodeS3ConfigurationProperty: bedrock.CfnFlowVersion.RetrievalFlowNodeS3ConfigurationProperty = {
  bucketName: 'bucketName',
};
Properties
| Name | Type | Description | 
|---|---|---|
| bucket | string | The name of the Amazon S3 bucket from which to retrieve data. | 
bucketName
Type:
string
The name of the Amazon S3 bucket from which to retrieve data.
