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 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: