AWSEC2AttachmentEnaSrdUdpSpecification
Objective-C
@interface AWSEC2AttachmentEnaSrdUdpSpecification
Swift
class AWSEC2AttachmentEnaSrdUdpSpecification
Describes the ENA Express configuration for UDP traffic on the network interface that’s attached to the instance.
-
Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enaSrdUdpEnabled;
Swift
var enaSrdUdpEnabled: NSNumber? { get set }