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