Interface CfnFlowVersionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowVersionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.109.0 (build c221850)",
date="2025-03-14T03:24:54.321Z")
@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 class
A builder forCfnFlowVersionProps
static final class
An implementation forCfnFlowVersionProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic CfnFlowVersionProps.Builder
builder()
default String
The 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.Builder
ofCfnFlowVersionProps
-