Skip to content

/AWS1/CL_CWEPTREVSRCACCOUNT

The Amazon Web Services account that a partner event source has been offered to.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ACCOUNT TYPE /AWS1/CWEACCOUNTID /AWS1/CWEACCOUNTID

The Amazon Web Services account ID that the partner event source was offered to.

IV_CREATIONTIME TYPE /AWS1/CWETIMESTAMP /AWS1/CWETIMESTAMP

The date and time the event source was created.

IV_EXPIRATIONTIME TYPE /AWS1/CWETIMESTAMP /AWS1/CWETIMESTAMP

The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.

IV_STATE TYPE /AWS1/CWEEVENTSOURCESTATE /AWS1/CWEEVENTSOURCESTATE

The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.


Queryable Attributes

Account

The Amazon Web Services account ID that the partner event source was offered to.

Accessible with the following methods

Method Description
GET_ACCOUNT() Getter for ACCOUNT, with configurable default
ASK_ACCOUNT() Getter for ACCOUNT w/ exceptions if field has no value
HAS_ACCOUNT() Determine if ACCOUNT has a value

CreationTime

The date and time the event source was created.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

ExpirationTime

The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.

Accessible with the following methods

Method Description
GET_EXPIRATIONTIME() Getter for EXPIRATIONTIME, with configurable default
ASK_EXPIRATIONTIME() Getter for EXPIRATIONTIME w/ exceptions if field has no valu
HAS_EXPIRATIONTIME() Determine if EXPIRATIONTIME has a value

State

The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_PARTNEREVSRCACCOUNTLIST

TYPES TT_PARTNEREVSRCACCOUNTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWEPTREVSRCACCOUNT WITH DEFAULT KEY
.