Show / Hide Table of Contents

Interface CfnInstancePropsMixin.IEnaSrdUdpSpecificationProperty

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

Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnInstancePropsMixin.IEnaSrdUdpSpecificationProperty
Syntax (vb)
Public Interface 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

Properties

EnaSrdUdpEnabled

Indicates whether UDP traffic to and from the instance uses ENA Express.

Properties

EnaSrdUdpEnabled

Indicates whether UDP traffic to and from the instance uses ENA Express.

object? EnaSrdUdpEnabled { get; }
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

Back to top Generated by DocFX