Interface CfnFlowPropsMixin.InputConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowPropsMixin.InputConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFlowPropsMixin
@Stability(Stable)
public static interface CfnFlowPropsMixin.InputConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The transport parameters that are associated with an incoming media stream.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.*;
InputConfigurationProperty inputConfigurationProperty = InputConfigurationProperty.builder()
.inputPort(123)
.interface(InterfaceProperty.builder()
.name("name")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlowPropsMixin.InputConfigurationPropertystatic final classAn implementation forCfnFlowPropsMixin.InputConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInputPort
The port that the flow listens on for an incoming media stream.- See Also:
-
getInterfaceValue
The VPC interface where the media stream comes in from.Returns union: either
IResolvableorCfnFlowPropsMixin.InterfaceProperty- See Also:
-
builder
-