AWSEC2EnaSrdSpecificationRequest
Objective-C
@interface AWSEC2EnaSrdSpecificationRequest
Swift
class AWSEC2EnaSrdSpecificationRequest
Launch instances with ENA Express settings configured from your launch template.
-
Specifies whether ENA Express is enabled for the network interface when you launch an instance from your launch template.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enaSrdEnabled;
Swift
var enaSrdEnabled: NSNumber? { get set }
-
Contains ENA Express settings for UDP network traffic in your launch template.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2EnaSrdUdpSpecificationRequest *_Nullable enaSrdUdpSpecification;
Swift
var enaSrdUdpSpecification: AWSEC2EnaSrdUdpSpecificationRequest? { get set }