Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-retrievalflownodes3configuration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-retrievalflownodes3configuration.html#cfn-bedrock-flow-retrievalflownodes3configuration-bucketname

Back to top Generated by DocFX