Skip to content

/AWS1/CL_RE2SERVICEVIEW

Contains the configuration and properties of a Resource Explorer service view.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_serviceviewarn TYPE /AWS1/RE2STRING /AWS1/RE2STRING

The Amazon Resource Name (ARN) of the service view.

Optional arguments:

io_filters TYPE REF TO /AWS1/CL_RE2SEARCHFILTER /AWS1/CL_RE2SEARCHFILTER

Filters

it_includedproperties TYPE /AWS1/CL_RE2INCLUDEDPROPERTY=>TT_INCLUDEDPROPERTYLIST TT_INCLUDEDPROPERTYLIST

A list of additional resource properties that are included in this view for search and filtering purposes.

iv_streamingaccessforservice TYPE /AWS1/RE2STRING /AWS1/RE2STRING

The Amazon Web Services service that has streaming access to this view's data.

iv_scopetype TYPE /AWS1/RE2STRING /AWS1/RE2STRING

The scope type of the service view, which determines what resources are included.


Queryable Attributes

ServiceViewArn

The Amazon Resource Name (ARN) of the service view.

Accessible with the following methods

Method Description
GET_SERVICEVIEWARN() Getter for SERVICEVIEWARN, with configurable default
ASK_SERVICEVIEWARN() Getter for SERVICEVIEWARN w/ exceptions if field has no valu
HAS_SERVICEVIEWARN() Determine if SERVICEVIEWARN has a value

Filters

Filters

Accessible with the following methods

Method Description
GET_FILTERS() Getter for FILTERS

IncludedProperties

A list of additional resource properties that are included in this view for search and filtering purposes.

Accessible with the following methods

Method Description
GET_INCLUDEDPROPERTIES() Getter for INCLUDEDPROPERTIES, with configurable default
ASK_INCLUDEDPROPERTIES() Getter for INCLUDEDPROPERTIES w/ exceptions if field has no
HAS_INCLUDEDPROPERTIES() Determine if INCLUDEDPROPERTIES has a value

StreamingAccessForService

The Amazon Web Services service that has streaming access to this view's data.

Accessible with the following methods

Method Description
GET_STRMGACCESSFORSERVICE() Getter for STREAMINGACCESSFORSERVICE, with configurable defa
ASK_STRMGACCESSFORSERVICE() Getter for STREAMINGACCESSFORSERVICE w/ exceptions if field
HAS_STRMGACCESSFORSERVICE() Determine if STREAMINGACCESSFORSERVICE has a value

ScopeType

The scope type of the service view, which determines what resources are included.

Accessible with the following methods

Method Description
GET_SCOPETYPE() Getter for SCOPETYPE, with configurable default
ASK_SCOPETYPE() Getter for SCOPETYPE w/ exceptions if field has no value
HAS_SCOPETYPE() Determine if SCOPETYPE has a value