Interface CfnFlowVersionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowVersionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:05.999Z")
@Stability(Stable)
public interface CfnFlowVersionProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnFlowVersion.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.bedrock.*;
CfnFlowVersionProps cfnFlowVersionProps = CfnFlowVersionProps.builder()
.flowArn("flowArn")
// the properties below are optional
.description("description")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlowVersionPropsstatic final classAn implementation forCfnFlowVersionProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnFlowVersionProps.Builderbuilder()default StringThe description of the flow version.The Amazon Resource Name (ARN) of the flow that the version belongs to.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFlowArn
The Amazon Resource Name (ARN) of the flow that the version belongs to.- See Also:
-
getDescription
The description of the flow version.- See Also:
-
builder
- Returns:
- a
CfnFlowVersionProps.BuilderofCfnFlowVersionProps
-