/AWS1/CL_CWEDESCREVSRCRESPONSE¶
DescribeEventSourceResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/CWESTRING /AWS1/CWESTRING¶
The ARN of the partner event source.
iv_createdby TYPE /AWS1/CWESTRING /AWS1/CWESTRING¶
The name of the SaaS partner that created the event source.
iv_creationtime TYPE /AWS1/CWETIMESTAMP /AWS1/CWETIMESTAMP¶
The date and time that the event source was created.
iv_expirationtime TYPE /AWS1/CWETIMESTAMP /AWS1/CWETIMESTAMP¶
The date and time that the event source will expire if you do not create a matching event bus.
iv_name TYPE /AWS1/CWESTRING /AWS1/CWESTRING¶
The name of the partner event source.
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¶
Arn¶
The ARN of the partner event source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
CreatedBy¶
The name of the SaaS partner that created the event source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
CreationTime¶
The date and time that 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 you do not create a matching event bus.
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 |
Name¶
The name of the partner event source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME 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 |