

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::GroundStation::DataflowEndpointGroupV2 RangedConnectionDetails
<a name="aws-properties-groundstation-dataflowendpointgroupv2-rangedconnectiondetails"></a>

Ingress address of AgentEndpoint with a port range and an optional mtu.

## Syntax
<a name="aws-properties-groundstation-dataflowendpointgroupv2-rangedconnectiondetails-syntax"></a>

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

### JSON
<a name="aws-properties-groundstation-dataflowendpointgroupv2-rangedconnectiondetails-syntax.json"></a>

```
{
  "[Mtu](#cfn-groundstation-dataflowendpointgroupv2-rangedconnectiondetails-mtu)" : Integer,
  "[SocketAddress](#cfn-groundstation-dataflowendpointgroupv2-rangedconnectiondetails-socketaddress)" : RangedSocketAddress
}
```

### YAML
<a name="aws-properties-groundstation-dataflowendpointgroupv2-rangedconnectiondetails-syntax.yaml"></a>

```
  [Mtu](#cfn-groundstation-dataflowendpointgroupv2-rangedconnectiondetails-mtu): Integer
  [SocketAddress](#cfn-groundstation-dataflowendpointgroupv2-rangedconnectiondetails-socketaddress): 
    RangedSocketAddress
```

## Properties
<a name="aws-properties-groundstation-dataflowendpointgroupv2-rangedconnectiondetails-properties"></a>

`Mtu`  <a name="cfn-groundstation-dataflowendpointgroupv2-rangedconnectiondetails-mtu"></a>
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.  
*Required*: No  
*Type*: Integer  
*Minimum*: `1400`  
*Maximum*: `1500`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`SocketAddress`  <a name="cfn-groundstation-dataflowendpointgroupv2-rangedconnectiondetails-socketaddress"></a>
A ranged socket address.  
*Required*: Yes  
*Type*: [RangedSocketAddress](aws-properties-groundstation-dataflowendpointgroupv2-rangedsocketaddress.md)  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)