Interface FlowReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FlowReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:51:51.397Z")
@Stability(Stable)
public interface FlowReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Flow resource.
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.appflow.*; FlowReference flowReference = FlowReference.builder() .flowArn("flowArn") .flowName("flowName") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forFlowReference
static final class
An implementation forFlowReference
-
Method Summary
Modifier and TypeMethodDescriptionstatic FlowReference.Builder
builder()
The ARN of the Flow resource.The FlowName of the Flow resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFlowArn
The ARN of the Flow resource. -
getFlowName
The FlowName of the Flow resource. -
builder
- Returns:
- a
FlowReference.Builder
ofFlowReference
-