Interface CfnNode.NodeInterfaceMappingProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnNode.NodeInterfaceMappingProperty.Jsii$Proxy
Enclosing class:
CfnNode

@Stability(Stable) public static interface CfnNode.NodeInterfaceMappingProperty extends software.amazon.jsii.JsiiSerializable
Node interface mapping.

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.*;
 NodeInterfaceMappingProperty nodeInterfaceMappingProperty = NodeInterfaceMappingProperty.builder()
         .logicalInterfaceName("logicalInterfaceName")
         .networkInterfaceMode("networkInterfaceMode")
         .physicalInterfaceName("physicalInterfaceName")
         .build();
 

See Also: