interface EnaSrdUdpSpecificationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.EC2.CfnInstance.EnaSrdUdpSpecificationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnInstance_EnaSrdUdpSpecificationProperty | 
|  Java | software.amazon.awscdk.services.ec2.CfnInstance.EnaSrdUdpSpecificationProperty | 
|  Python | aws_cdk.aws_ec2.CfnInstance.EnaSrdUdpSpecificationProperty | 
|  TypeScript | aws-cdk-lib»aws_ec2»CfnInstance»EnaSrdUdpSpecificationProperty | 
ENA Express is compatible with both TCP and UDP transport protocols.
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const enaSrdUdpSpecificationProperty: ec2.CfnInstance.EnaSrdUdpSpecificationProperty = {
  enaSrdUdpEnabled: false,
};
Properties
| Name | Type | Description | 
|---|---|---|
| ena | boolean | IResolvable | Indicates whether UDP traffic to and from the instance uses ENA Express. | 
enaSrdUdpEnabled?
Type:
boolean | IResolvable
(optional)
Indicates whether UDP traffic to and from the instance uses ENA Express.
To specify this setting, you must first enable ENA Express.
