Class CfnInstancePropsMixin.EnaSrdUdpSpecificationProperty
ENA Express is compatible with both TCP and UDP transport protocols.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnInstancePropsMixin.EnaSrdUdpSpecificationProperty : CfnInstancePropsMixin.IEnaSrdUdpSpecificationProperty
Syntax (vb)
Public Class CfnInstancePropsMixin.EnaSrdUdpSpecificationProperty Implements CfnInstancePropsMixin.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.Mixins.Preview.AWS.EC2.Mixins;
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.Mixins.Preview.AWS.EC2.Mixins;
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