Interface CfnInput.MediaConnectFlowRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInput.MediaConnectFlowRequestProperty.Jsii$Proxy
- Enclosing class:
CfnInput
@Stability(Stable)
public static interface CfnInput.MediaConnectFlowRequestProperty
extends software.amazon.jsii.JsiiSerializable
Settings that apply only if the input is a MediaConnect input.
The parent of this entity is Input.
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.medialive.*; MediaConnectFlowRequestProperty mediaConnectFlowRequestProperty = MediaConnectFlowRequestProperty.builder() .flowArn("flowArn") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnInput.MediaConnectFlowRequestProperty
static final class
An implementation forCfnInput.MediaConnectFlowRequestProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFlowArn
The ARN of one or two MediaConnect flows that are the sources for this MediaConnect input.- See Also:
-
builder
-