Interface CfnFlow.IRetrievalFlowNodeS3ConfigurationProperty
Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFlow.IRetrievalFlowNodeS3ConfigurationProperty
Syntax (vb)
Public Interface CfnFlow.IRetrievalFlowNodeS3ConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Bedrock;
var retrievalFlowNodeS3ConfigurationProperty = new RetrievalFlowNodeS3ConfigurationProperty {
BucketName = "bucketName"
};
Synopsis
Properties
| BucketName | The name of the Amazon S3 bucket from which to retrieve data. |
Properties
BucketName
The name of the Amazon S3 bucket from which to retrieve data.
string BucketName { get; }