Show / Hide Table of Contents

Class CfnFlowVersionPropsMixin.FlowNodeOutputProperty

Contains configurations for an output from a node.

Inheritance
object
CfnFlowVersionPropsMixin.FlowNodeOutputProperty
Implements
CfnFlowVersionPropsMixin.IFlowNodeOutputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Bedrock
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFlowVersionPropsMixin.FlowNodeOutputProperty : CfnFlowVersionPropsMixin.IFlowNodeOutputProperty
Syntax (vb)
Public Class CfnFlowVersionPropsMixin.FlowNodeOutputProperty Implements CfnFlowVersionPropsMixin.IFlowNodeOutputProperty
Remarks

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

             var flowNodeOutputProperty = new FlowNodeOutputProperty {
                 Name = "name",
                 Type = "type"
             };

Synopsis

Constructors

FlowNodeOutputProperty()

Contains configurations for an output from a node.

Properties

Name

A name for the output that you can reference.

Type

The data type of the output.

Constructors

FlowNodeOutputProperty()

Contains configurations for an output from a node.

public FlowNodeOutputProperty()
Remarks

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

             var flowNodeOutputProperty = new FlowNodeOutputProperty {
                 Name = "name",
                 Type = "type"
             };

Properties

Name

A name for the output that you can reference.

public string? Name { get; set; }
Property Value

string

Remarks

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

Type

The data type of the output.

public string? Type { get; set; }
Property Value

string

Remarks

If the output doesn't match this type at runtime, a validation error will be thrown.

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

Implements

CfnFlowVersionPropsMixin.IFlowNodeOutputProperty
Back to top Generated by DocFX