Skip to content

/AWS1/CL_NWFPROXYMETADATA

High-level information about a proxy, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a proxy. You can retrieve all objects for a proxy by calling DescribeProxy.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/NWFRESOURCENAME /AWS1/NWFRESOURCENAME

The descriptive name of the proxy. You can't change the name of a proxy after you create it.

iv_arn TYPE /AWS1/NWFRESOURCEARN /AWS1/NWFRESOURCEARN

The Amazon Resource Name (ARN) of a proxy.


Queryable Attributes

Name

The descriptive name of the proxy. You can't change the name of a proxy after you create it.

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 a proxy.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_PROXIES

TYPES TT_PROXIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWFPROXYMETADATA WITH DEFAULT KEY
.