

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::Cluster ClusterNetworkSettings
<a name="aws-properties-medialive-cluster-clusternetworksettings"></a>

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

## Syntax
<a name="aws-properties-medialive-cluster-clusternetworksettings-syntax"></a>

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

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

```
{
  "[DefaultRoute](#cfn-medialive-cluster-clusternetworksettings-defaultroute)" : {{String}},
  "[InterfaceMappings](#cfn-medialive-cluster-clusternetworksettings-interfacemappings)" : {{[ InterfaceMapping, ... ]}}
}
```

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

```
  [DefaultRoute](#cfn-medialive-cluster-clusternetworksettings-defaultroute): {{String}}
  [InterfaceMappings](#cfn-medialive-cluster-clusternetworksettings-interfacemappings): {{
    - InterfaceMapping}}
```

## Properties
<a name="aws-properties-medialive-cluster-clusternetworksettings-properties"></a>

`DefaultRoute`  <a name="cfn-medialive-cluster-clusternetworksettings-defaultroute"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InterfaceMappings`  <a name="cfn-medialive-cluster-clusternetworksettings-interfacemappings"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [InterfaceMapping](aws-properties-medialive-cluster-interfacemapping.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)