Interface CfnFlow.InputConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlow.InputConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFlow
@Stability(Stable)
public static interface CfnFlow.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.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 forCfnFlow.InputConfigurationPropertystatic final classAn implementation forCfnFlow.InputConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The port that the flow listens on for an incoming media stream.The VPC interface where the media stream comes in from.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
IResolvableorCfnFlow.InterfaceProperty- See Also:
-
builder
-