Interface CfnNodePropsMixin.NodeInterfaceMappingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNodePropsMixin.NodeInterfaceMappingProperty.Jsii$Proxy
- Enclosing class:
CfnNodePropsMixin
@Stability(Stable)
public static interface CfnNodePropsMixin.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.cfnpropertymixins.services.medialive.*;
NodeInterfaceMappingProperty nodeInterfaceMappingProperty = NodeInterfaceMappingProperty.builder()
.logicalInterfaceName("logicalInterfaceName")
.networkInterfaceMode("networkInterfaceMode")
.physicalInterfaceName("physicalInterfaceName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNodePropsMixin.NodeInterfaceMappingPropertystatic final classAn implementation forCfnNodePropsMixin.NodeInterfaceMappingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogicalInterfaceName
The logical name for this interface.- See Also:
-
getNetworkInterfaceMode
The network interface mode.- See Also:
-
getPhysicalInterfaceName
The physical interface name.- See Also:
-
builder
-