Skip to content

/AWS1/CL_EC2INSTEVTWINDOWASS00

One or more targets associated with the specified event window. Only one type of target (instance ID, instance tag, or Dedicated Host ID) can be associated with an event window.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_INSTANCEIDS TYPE /AWS1/CL_EC2INSTANCEIDLIST_W=>TT_INSTANCEIDLIST TT_INSTANCEIDLIST

The IDs of the instances to associate with the event window. If the instance is on a Dedicated Host, you can't specify the Instance ID parameter; you must use the Dedicated Host ID parameter.

IT_INSTANCETAGS TYPE /AWS1/CL_EC2TAG=>TT_TAGLIST TT_TAGLIST

The instance tags to associate with the event window. Any instances associated with the tags will be associated with the event window.

IT_DEDICATEDHOSTIDS TYPE /AWS1/CL_EC2DEDICATEDHOSTIDL00=>TT_DEDICATEDHOSTIDLIST TT_DEDICATEDHOSTIDLIST

The IDs of the Dedicated Hosts to associate with the event window.


Queryable Attributes

InstanceIds

The IDs of the instances to associate with the event window. If the instance is on a Dedicated Host, you can't specify the Instance ID parameter; you must use the Dedicated Host ID parameter.

Accessible with the following methods

Method Description
GET_INSTANCEIDS() Getter for INSTANCEIDS, with configurable default
ASK_INSTANCEIDS() Getter for INSTANCEIDS w/ exceptions if field has no value
HAS_INSTANCEIDS() Determine if INSTANCEIDS has a value

InstanceTags

The instance tags to associate with the event window. Any instances associated with the tags will be associated with the event window.

Accessible with the following methods

Method Description
GET_INSTANCETAGS() Getter for INSTANCETAGS, with configurable default
ASK_INSTANCETAGS() Getter for INSTANCETAGS w/ exceptions if field has no value
HAS_INSTANCETAGS() Determine if INSTANCETAGS has a value

DedicatedHostIds

The IDs of the Dedicated Hosts to associate with the event window.

Accessible with the following methods

Method Description
GET_DEDICATEDHOSTIDS() Getter for DEDICATEDHOSTIDS, with configurable default
ASK_DEDICATEDHOSTIDS() Getter for DEDICATEDHOSTIDS w/ exceptions if field has no va
HAS_DEDICATEDHOSTIDS() Determine if DEDICATEDHOSTIDS has a value