/AWS1/CL_CWEDESCREBUSRESPONSE¶
DescribeEventBusResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/CWESTRING /AWS1/CWESTRING¶
The name of the event bus. Currently, this is always
default.
iv_arn TYPE /AWS1/CWESTRING /AWS1/CWESTRING¶
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
iv_policy TYPE /AWS1/CWESTRING /AWS1/CWESTRING¶
The policy that enables the external account to send events to your account.
Queryable Attributes¶
Name¶
The name of the event bus. Currently, this is always
default.
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 |
Arn¶
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
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 |
Policy¶
The policy that enables the external account to send events to your account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICY() |
Getter for POLICY, with configurable default |
ASK_POLICY() |
Getter for POLICY w/ exceptions if field has no value |
HAS_POLICY() |
Determine if POLICY has a value |