Show / Hide Table of Contents

Interface CfnFlowPropsMixin.IRetrievalFlowNodeServiceConfigurationProperty

Contains configurations for the service to use for retrieving data to return as the output from the node.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFlowPropsMixin.IRetrievalFlowNodeServiceConfigurationProperty
Syntax (vb)
Public Interface CfnFlowPropsMixin.IRetrievalFlowNodeServiceConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-retrievalflownodeserviceconfiguration.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.Mixins.Preview.AWS.Bedrock.Mixins;

             var retrievalFlowNodeServiceConfigurationProperty = new RetrievalFlowNodeServiceConfigurationProperty {
                 S3 = new RetrievalFlowNodeS3ConfigurationProperty {
                     BucketName = "bucketName"
                 }
             };

Synopsis

Properties

S3

Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.

Properties

S3

Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.

object? S3 { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnFlowPropsMixin.IRetrievalFlowNodeS3ConfigurationProperty

Back to top Generated by DocFX