CfnFlowVersionMixinProps
- class aws_cdk.mixins_preview.aws_bedrock.mixins.CfnFlowVersionMixinProps(*, description=None, flow_arn=None)
Bases:
objectProperties for CfnFlowVersionPropsMixin.
- Parameters:
description (
Optional[str]) – The description of the flow version.flow_arn (
Optional[str]) – The Amazon Resource Name (ARN) of the flow that the version belongs to.
- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flowversion.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_bedrock import mixins as bedrock_mixins cfn_flow_version_mixin_props = bedrock_mixins.CfnFlowVersionMixinProps( description="description", flow_arn="flowArn" )
Attributes
- description
The description of the flow version.
- flow_arn
The Amazon Resource Name (ARN) of the flow that the version belongs to.