/AWS1/CL_SQTGETAUTOMGMTCONFRSP¶
GetAutoManagementConfigurationResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_optinlevel TYPE /AWS1/SQTOPTINLEVEL /AWS1/SQTOPTINLEVEL¶
Information on the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.
iv_optintype TYPE /AWS1/SQTOPTINTYPE /AWS1/SQTOPTINTYPE¶
Information on the opt-in type for Automatic Management. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.
iv_notificationarn TYPE /AWS1/SQTAMAZONRESOURCENAME /AWS1/SQTAMAZONRESOURCENAME¶
The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications.
iv_optinstatus TYPE /AWS1/SQTOPTINSTATUS /AWS1/SQTOPTINSTATUS¶
Status on whether Automatic Management is started or stopped.
it_exclusionlist TYPE /AWS1/CL_SQTQUOTAINFO=>TT_EXCLUSIONQUOTALIST TT_EXCLUSIONQUOTALIST¶
List of Amazon Web Services services excluded from Automatic Management. You won't be notified of Service Quotas utilization for Amazon Web Services services added to the Automatic Management exclusion list.
Queryable Attributes¶
OptInLevel¶
Information on the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTINLEVEL() |
Getter for OPTINLEVEL, with configurable default |
ASK_OPTINLEVEL() |
Getter for OPTINLEVEL w/ exceptions if field has no value |
HAS_OPTINLEVEL() |
Determine if OPTINLEVEL has a value |
OptInType¶
Information on the opt-in type for Automatic Management. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTINTYPE() |
Getter for OPTINTYPE, with configurable default |
ASK_OPTINTYPE() |
Getter for OPTINTYPE w/ exceptions if field has no value |
HAS_OPTINTYPE() |
Determine if OPTINTYPE has a value |
NotificationArn¶
The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTIFICATIONARN() |
Getter for NOTIFICATIONARN, with configurable default |
ASK_NOTIFICATIONARN() |
Getter for NOTIFICATIONARN w/ exceptions if field has no val |
HAS_NOTIFICATIONARN() |
Determine if NOTIFICATIONARN has a value |
OptInStatus¶
Status on whether Automatic Management is started or stopped.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTINSTATUS() |
Getter for OPTINSTATUS, with configurable default |
ASK_OPTINSTATUS() |
Getter for OPTINSTATUS w/ exceptions if field has no value |
HAS_OPTINSTATUS() |
Determine if OPTINSTATUS has a value |
ExclusionList¶
List of Amazon Web Services services excluded from Automatic Management. You won't be notified of Service Quotas utilization for Amazon Web Services services added to the Automatic Management exclusion list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCLUSIONLIST() |
Getter for EXCLUSIONLIST, with configurable default |
ASK_EXCLUSIONLIST() |
Getter for EXCLUSIONLIST w/ exceptions if field has no value |
HAS_EXCLUSIONLIST() |
Determine if EXCLUSIONLIST has a value |