Show / Hide Table of Contents

Class CfnInstancePropsMixin.EnaSrdUdpSpecificationProperty

ENA Express is compatible with both TCP and UDP transport protocols.

Inheritance
object
CfnInstancePropsMixin.EnaSrdUdpSpecificationProperty
Implements
CfnInstancePropsMixin.IEnaSrdUdpSpecificationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-enasrdudpspecification.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-enasrdudpspecification.html

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

object

Remarks

To specify this setting, you must first enable ENA Express.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-enasrdudpspecification.html#cfn-ec2-instance-enasrdudpspecification-enasrdudpenabled

Type union: either bool or IResolvable

Implements

CfnInstancePropsMixin.IEnaSrdUdpSpecificationProperty
Back to top Generated by DocFX