Interface FlowSourceReference
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- FlowSourceReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
           date="2025-10-29T11:15:43.390Z")
@Stability(Stable)
public interface FlowSourceReference
extends software.amazon.jsii.JsiiSerializable
A reference to a FlowSource 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.mediaconnect.*;
 FlowSourceReference flowSourceReference = FlowSourceReference.builder()
         .sourceArn("sourceArn")
         .build();
 - 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forFlowSourceReferencestatic final classAn implementation forFlowSourceReference
- 
Method SummaryModifier and TypeMethodDescriptionstatic FlowSourceReference.Builderbuilder()The SourceArn of the FlowSource resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getSourceArnThe SourceArn of the FlowSource resource.
- 
builder- Returns:
- a FlowSourceReference.BuilderofFlowSourceReference
 
 
-