/AWS1/CL_CWFCREATESCOPEOUTPUT¶
CreateScopeOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_scopeid TYPE /AWS1/CWFSCOPEID /AWS1/CWFSCOPEID¶
The identifier for the scope that includes the resources you want to get metrics for. A scope ID is an internally-generated identifier that includes all the resources for a specific root account.
iv_status TYPE /AWS1/CWFSCOPESTATUS /AWS1/CWFSCOPESTATUS¶
The status for a scope. The status can be one of the following:
SUCCEEDED,IN_PROGRESS,FAILED,DEACTIVATING, orDEACTIVATED.A status of
DEACTIVATINGmeans that you've requested a scope to be deactivated and Network Flow Monitor is in the process of deactivating the scope. A status ofDEACTIVATEDmeans that the deactivating process is complete.
iv_scopearn TYPE /AWS1/CWFARN /AWS1/CWFARN¶
The Amazon Resource Name (ARN) of the scope.
Optional arguments:¶
it_tags TYPE /AWS1/CL_CWFTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags for a scope.
Queryable Attributes¶
scopeId¶
The identifier for the scope that includes the resources you want to get metrics for. A scope ID is an internally-generated identifier that includes all the resources for a specific root account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCOPEID() |
Getter for SCOPEID, with configurable default |
ASK_SCOPEID() |
Getter for SCOPEID w/ exceptions if field has no value |
HAS_SCOPEID() |
Determine if SCOPEID has a value |
status¶
The status for a scope. The status can be one of the following:
SUCCEEDED,IN_PROGRESS,FAILED,DEACTIVATING, orDEACTIVATED.A status of
DEACTIVATINGmeans that you've requested a scope to be deactivated and Network Flow Monitor is in the process of deactivating the scope. A status ofDEACTIVATEDmeans that the deactivating process is complete.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
scopeArn¶
The Amazon Resource Name (ARN) of the scope.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCOPEARN() |
Getter for SCOPEARN, with configurable default |
ASK_SCOPEARN() |
Getter for SCOPEARN w/ exceptions if field has no value |
HAS_SCOPEARN() |
Determine if SCOPEARN has a value |
tags¶
The tags for a scope.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |