interface FlowVersionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.FlowVersionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#FlowVersionReference |
![]() | software.amazon.awscdk.services.bedrock.FlowVersionReference |
![]() | aws_cdk.aws_bedrock.FlowVersionReference |
![]() | aws-cdk-lib » aws_bedrock » FlowVersionReference |
A reference to a FlowVersion resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const flowVersionReference: bedrock.FlowVersionReference = {
flowArn: 'flowArn',
version: 'version',
};
Properties
Name | Type | Description |
---|---|---|
flow | string | The FlowArn of the FlowVersion resource. |
version | string | The Version of the FlowVersion resource. |
flowArn
Type:
string
The FlowArn of the FlowVersion resource.
version
Type:
string
The Version of the FlowVersion resource.