Show / Hide Table of Contents

Class CfnFlowVersion.RetrievalFlowNodeServiceConfigurationProperty

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

Inheritance
object
CfnFlowVersion.RetrievalFlowNodeServiceConfigurationProperty
Implements
CfnFlowVersion.IRetrievalFlowNodeServiceConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFlowVersion.RetrievalFlowNodeServiceConfigurationProperty : CfnFlowVersion.IRetrievalFlowNodeServiceConfigurationProperty
Syntax (vb)
Public Class CfnFlowVersion.RetrievalFlowNodeServiceConfigurationProperty Implements CfnFlowVersion.IRetrievalFlowNodeServiceConfigurationProperty
Remarks

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

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

Synopsis

Constructors

RetrievalFlowNodeServiceConfigurationProperty()

Contains configurations for the service to use for retrieving 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.

Constructors

RetrievalFlowNodeServiceConfigurationProperty()

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

public RetrievalFlowNodeServiceConfigurationProperty()
Remarks

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

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

Properties

S3

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

public object? S3 { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnFlowVersion.IRetrievalFlowNodeS3ConfigurationProperty

Implements

CfnFlowVersion.IRetrievalFlowNodeServiceConfigurationProperty
Back to top Generated by DocFX