/AWS1/CL_AGWACCOUNT¶
Represents an AWS account that is associated with API Gateway.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_cloudwatchrolearn TYPE /AWS1/AGWSTRING /AWS1/AGWSTRING¶
The ARN of an Amazon CloudWatch role for the current Account.
io_throttlesettings TYPE REF TO /AWS1/CL_AGWTHROTTLESETTINGS /AWS1/CL_AGWTHROTTLESETTINGS¶
Specifies the API request limits configured for the current Account.
it_features TYPE /AWS1/CL_AGWLISTOFSTRING_W=>TT_LISTOFSTRING TT_LISTOFSTRING¶
A list of features supported for the account. When usage plans are enabled, the features list will include an entry of
"UsagePlans".
iv_apikeyversion TYPE /AWS1/AGWSTRING /AWS1/AGWSTRING¶
The version of the API keys used for the account.
Queryable Attributes¶
cloudwatchRoleArn¶
The ARN of an Amazon CloudWatch role for the current Account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDWATCHROLEARN() |
Getter for CLOUDWATCHROLEARN, with configurable default |
ASK_CLOUDWATCHROLEARN() |
Getter for CLOUDWATCHROLEARN w/ exceptions if field has no v |
HAS_CLOUDWATCHROLEARN() |
Determine if CLOUDWATCHROLEARN has a value |
throttleSettings¶
Specifies the API request limits configured for the current Account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THROTTLESETTINGS() |
Getter for THROTTLESETTINGS |
features¶
A list of features supported for the account. When usage plans are enabled, the features list will include an entry of
"UsagePlans".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEATURES() |
Getter for FEATURES, with configurable default |
ASK_FEATURES() |
Getter for FEATURES w/ exceptions if field has no value |
HAS_FEATURES() |
Determine if FEATURES has a value |
apiKeyVersion¶
The version of the API keys used for the account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APIKEYVERSION() |
Getter for APIKEYVERSION, with configurable default |
ASK_APIKEYVERSION() |
Getter for APIKEYVERSION w/ exceptions if field has no value |
HAS_APIKEYVERSION() |
Determine if APIKEYVERSION has a value |