Class CfnNetworkInterfaceAttachment.EnaSrdUdpSpecificationProperty
ENA Express is compatible with both TCP and UDP transport protocols.
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnNetworkInterfaceAttachment.EnaSrdUdpSpecificationProperty : CfnNetworkInterfaceAttachment.IEnaSrdUdpSpecificationProperty
Syntax (vb)
Public Class CfnNetworkInterfaceAttachment.EnaSrdUdpSpecificationProperty Implements CfnNetworkInterfaceAttachment.IEnaSrdUdpSpecificationProperty
Remarks
When it's enabled, TCP traffic automatically uses it. However, some UDP-based applications are designed to handle network packets that are out of order, without a need for retransmission, such as live video broadcasting or other near-real-time applications. For UDP traffic, you can specify whether to use ENA Express, based on your application environment needs.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var enaSrdUdpSpecificationProperty = new EnaSrdUdpSpecificationProperty {
EnaSrdUdpEnabled = false
};
Synopsis
Constructors
| EnaSrdUdpSpecificationProperty() | ENA Express is compatible with both TCP and UDP transport protocols. |
Properties
| EnaSrdUdpEnabled | Indicates whether UDP traffic to and from the instance uses ENA Express. |
Constructors
EnaSrdUdpSpecificationProperty()
ENA Express is compatible with both TCP and UDP transport protocols.
public EnaSrdUdpSpecificationProperty()
Remarks
When it's enabled, TCP traffic automatically uses it. However, some UDP-based applications are designed to handle network packets that are out of order, without a need for retransmission, such as live video broadcasting or other near-real-time applications. For UDP traffic, you can specify whether to use ENA Express, based on your application environment needs.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var enaSrdUdpSpecificationProperty = new EnaSrdUdpSpecificationProperty {
EnaSrdUdpEnabled = false
};
Properties
EnaSrdUdpEnabled
Indicates whether UDP traffic to and from the instance uses ENA Express.
public object? EnaSrdUdpEnabled { get; set; }
Property Value
Remarks
To specify this setting, you must first enable ENA Express.
Type union: either bool or IResolvable