Launch Template Network Interface Ena Srd Specification Args
data class LaunchTemplateNetworkInterfaceEnaSrdSpecificationArgs(val enaSrdEnabled: Output<Boolean>? = null, val enaSrdUdpSpecification: Output<LaunchTemplateNetworkInterfaceEnaSrdSpecificationEnaSrdUdpSpecificationArgs>? = null) : ConvertibleToJava<LaunchTemplateNetworkInterfaceEnaSrdSpecificationArgs>
Constructors
Link copied to clipboard
constructor(enaSrdEnabled: Output<Boolean>? = null, enaSrdUdpSpecification: Output<LaunchTemplateNetworkInterfaceEnaSrdSpecificationEnaSrdUdpSpecificationArgs>? = null)
Properties
Link copied to clipboard
Whether to enable ENA Express. ENA Express uses AWS Scalable Reliable Datagram (SRD) technology to improve the performance of TCP traffic.
Link copied to clipboard
val enaSrdUdpSpecification: Output<LaunchTemplateNetworkInterfaceEnaSrdSpecificationEnaSrdUdpSpecificationArgs>? = null
Configuration for ENA Express UDP optimization. See details below.