AWSEC2LaunchTemplateInstanceMaintenanceOptionsRequest
Objective-C
@interface AWSEC2LaunchTemplateInstanceMaintenanceOptionsRequest
Swift
class AWSEC2LaunchTemplateInstanceMaintenanceOptionsRequest
The maintenance options of your instance.
-
Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.
Declaration
Objective-C
@property (nonatomic) AWSEC2LaunchTemplateAutoRecoveryState autoRecovery;
Swift
var autoRecovery: AWSEC2LaunchTemplateAutoRecoveryState { get set }