InterfaceMapping
- class aws_cdk.aws_medialive_alpha.InterfaceMapping(*, logical_interface_name, network_id)
Bases:
object(experimental) A mapping between a logical interface name and a network ID.
- Parameters:
logical_interface_name (
str) – (experimental) The logical interface name.network_id (
str) – (experimental) The network ID to map to.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_medialive_alpha as medialive_alpha interface_mapping = medialive_alpha.InterfaceMapping( logical_interface_name="logicalInterfaceName", network_id="networkId" )
Attributes
- logical_interface_name
(experimental) The logical interface name.
- Stability:
experimental
- network_id
(experimental) The network ID to map to.
- Stability:
experimental