AWSEC2InstanceEventWindow
Objective-C
@interface AWSEC2InstanceEventWindow
Swift
class AWSEC2InstanceEventWindow
The event window.
-
One or more targets associated with the event window.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2InstanceEventWindowAssociationTarget *_Nullable associationTarget;
Swift
var associationTarget: AWSEC2InstanceEventWindowAssociationTarget? { get set }
-
The cron expression defined for the event window.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable cronExpression;
Swift
var cronExpression: String? { get set }
-
The ID of the event window.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceEventWindowId;
Swift
var instanceEventWindowId: String? { get set }
-
The name of the event window.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The current state of the event window.
Declaration
Objective-C
@property (nonatomic) AWSEC2InstanceEventWindowState state;
Swift
var state: AWSEC2InstanceEventWindowState { get set }
-
One or more time ranges defined for the event window.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2InstanceEventWindowTimeRange *> *_Nullable timeRanges;
Swift
var timeRanges: [AWSEC2InstanceEventWindowTimeRange]? { get set }