AWSEC2EnaSrdUdpSpecificationRequest

Objective-C

@interface AWSEC2EnaSrdUdpSpecificationRequest

Swift

class AWSEC2EnaSrdUdpSpecificationRequest

Configures ENA Express for UDP network traffic from your launch template.

  • Indicates whether UDP traffic uses ENA Express for your instance. To ensure that UDP traffic can use ENA Express when you launch an instance, you must also set EnaSrdEnabled in the EnaSrdSpecificationRequest to true in your launch template.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable enaSrdUdpEnabled;

    Swift

    var enaSrdUdpEnabled: NSNumber? { get set }