

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::MediaLive::Node NodeInterfaceMapping
<a name="aws-properties-medialive-node-nodeinterfacemapping"></a>

<a name="aws-properties-medialive-node-nodeinterfacemapping-description"></a>The `NodeInterfaceMapping` property type specifies Property description not available. for an [AWS::MediaLive::Node](aws-resource-medialive-node.md).

## Syntax
<a name="aws-properties-medialive-node-nodeinterfacemapping-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-node-nodeinterfacemapping-syntax.json"></a>

```
{
  "[LogicalInterfaceName](#cfn-medialive-node-nodeinterfacemapping-logicalinterfacename)" : {{String}},
  "[NetworkInterfaceMode](#cfn-medialive-node-nodeinterfacemapping-networkinterfacemode)" : {{String}},
  "[PhysicalInterfaceName](#cfn-medialive-node-nodeinterfacemapping-physicalinterfacename)" : {{String}}
}
```

### YAML
<a name="aws-properties-medialive-node-nodeinterfacemapping-syntax.yaml"></a>

```
  [LogicalInterfaceName](#cfn-medialive-node-nodeinterfacemapping-logicalinterfacename): {{String}}
  [NetworkInterfaceMode](#cfn-medialive-node-nodeinterfacemapping-networkinterfacemode): {{String}}
  [PhysicalInterfaceName](#cfn-medialive-node-nodeinterfacemapping-physicalinterfacename): {{String}}
```

## Properties
<a name="aws-properties-medialive-node-nodeinterfacemapping-properties"></a>

`LogicalInterfaceName`  <a name="cfn-medialive-node-nodeinterfacemapping-logicalinterfacename"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`NetworkInterfaceMode`  <a name="cfn-medialive-node-nodeinterfacemapping-networkinterfacemode"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Allowed values*: `NAT | BRIDGE`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`PhysicalInterfaceName`  <a name="cfn-medialive-node-nodeinterfacemapping-physicalinterfacename"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)