AWSEC2AttachmentEnaSrdSpecification
Objective-C
@interface AWSEC2AttachmentEnaSrdSpecification
Swift
class AWSEC2AttachmentEnaSrdSpecification
Describes the ENA Express configuration for the network interface that’s attached to the instance.
-
Indicates whether ENA Express is enabled for the network interface that’s attached to the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enaSrdEnabled;
Swift
var enaSrdEnabled: NSNumber? { get set }
-
ENA Express configuration for UDP network traffic.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2AttachmentEnaSrdUdpSpecification *_Nullable enaSrdUdpSpecification;
Swift
var enaSrdUdpSpecification: AWSEC2AttachmentEnaSrdUdpSpecification? { get set }