AWSEC2InstanceEventWindowAssociationTarget

Objective-C

@interface AWSEC2InstanceEventWindowAssociationTarget

Swift

class AWSEC2InstanceEventWindowAssociationTarget

One or more targets associated with the event window.

  • The IDs of the Dedicated Hosts associated with the event window.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable dedicatedHostIds;

    Swift

    var dedicatedHostIds: [String]? { get set }
  • The IDs of the instances associated with the event window.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable instanceIds;

    Swift

    var instanceIds: [String]? { get set }
  • The instance tags associated with the event window. Any instances associated with the tags will be associated with the event window.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Tag *> *_Nullable tags;

    Swift

    var tags: [AWSEC2Tag]? { get set }