Skip to content

/AWS1/CL_GGSRESOURCE

Information about a resource.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_ID TYPE /AWS1/GGS__STRING /AWS1/GGS__STRING

The resource ID, used to refer to a resource in the Lambda function configuration. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''. This must be unique within a Greengrass group.

IV_NAME TYPE /AWS1/GGS__STRING /AWS1/GGS__STRING

The descriptive resource name, which is displayed on the AWS IoT Greengrass console. Max length 128 characters with pattern ''[a-zA-Z0-9:_-]+''. This must be unique within a Greengrass group.

IO_RESOURCEDATACONTAINER TYPE REF TO /AWS1/CL_GGSRESRCDATACONTAINER /AWS1/CL_GGSRESRCDATACONTAINER

A container of data for all resource types.


Queryable Attributes

Id

The resource ID, used to refer to a resource in the Lambda function configuration. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''. This must be unique within a Greengrass group.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

Name

The descriptive resource name, which is displayed on the AWS IoT Greengrass console. Max length 128 characters with pattern ''[a-zA-Z0-9:_-]+''. This must be unique within a Greengrass group.

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

ResourceDataContainer

A container of data for all resource types.

Accessible with the following methods

Method Description
GET_RESOURCEDATACONTAINER() Getter for RESOURCEDATACONTAINER

Public Local Types In This Class

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

TT___LISTOFRESOURCE

TYPES TT___LISTOFRESOURCE TYPE STANDARD TABLE OF REF TO /AWS1/CL_GGSRESOURCE WITH DEFAULT KEY
.