Skip to content

/AWS1/CL_FRMSTACKRESOURCESUMM

Contains high-level information about the specified stack resource.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_logicalresourceid TYPE /AWS1/FRMLOGICALRESOURCEID /AWS1/FRMLOGICALRESOURCEID

The logical name of the resource specified in the template.

iv_resourcetype TYPE /AWS1/FRMRESOURCETYPE /AWS1/FRMRESOURCETYPE

Type of resource. (For more information, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.)

iv_lastupdatedtimestamp TYPE /AWS1/FRMTIMESTAMP /AWS1/FRMTIMESTAMP

Time the status was updated.

iv_resourcestatus TYPE /AWS1/FRMRESOURCESTATUS /AWS1/FRMRESOURCESTATUS

Current status of the resource.

Optional arguments:

iv_physicalresourceid TYPE /AWS1/FRMPHYSICALRESOURCEID /AWS1/FRMPHYSICALRESOURCEID

The name or unique identifier that corresponds to a physical instance ID of the resource.

iv_resourcestatusreason TYPE /AWS1/FRMRESOURCESTATUSREASON /AWS1/FRMRESOURCESTATUSREASON

Success/failure message associated with the resource.

io_driftinformation TYPE REF TO /AWS1/CL_FRMSTACKRESRCDRIFTI01 /AWS1/CL_FRMSTACKRESRCDRIFTI01

Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detect unmanaged configuration changes to stacks and resources with drift detection.

io_moduleinfo TYPE REF TO /AWS1/CL_FRMMODULEINFO /AWS1/CL_FRMMODULEINFO

Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.


Queryable Attributes

LogicalResourceId

The logical name of the resource specified in the template.

Accessible with the following methods

Method Description
GET_LOGICALRESOURCEID() Getter for LOGICALRESOURCEID, with configurable default
ASK_LOGICALRESOURCEID() Getter for LOGICALRESOURCEID w/ exceptions if field has no v
HAS_LOGICALRESOURCEID() Determine if LOGICALRESOURCEID has a value

PhysicalResourceId

The name or unique identifier that corresponds to a physical instance ID of the resource.

Accessible with the following methods

Method Description
GET_PHYSICALRESOURCEID() Getter for PHYSICALRESOURCEID, with configurable default
ASK_PHYSICALRESOURCEID() Getter for PHYSICALRESOURCEID w/ exceptions if field has no
HAS_PHYSICALRESOURCEID() Determine if PHYSICALRESOURCEID has a value

ResourceType

Type of resource. (For more information, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.)

Accessible with the following methods

Method Description
GET_RESOURCETYPE() Getter for RESOURCETYPE, with configurable default
ASK_RESOURCETYPE() Getter for RESOURCETYPE w/ exceptions if field has no value
HAS_RESOURCETYPE() Determine if RESOURCETYPE has a value

LastUpdatedTimestamp

Time the status was updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDTIMESTAMP() Getter for LASTUPDATEDTIMESTAMP, with configurable default
ASK_LASTUPDATEDTIMESTAMP() Getter for LASTUPDATEDTIMESTAMP w/ exceptions if field has n
HAS_LASTUPDATEDTIMESTAMP() Determine if LASTUPDATEDTIMESTAMP has a value

ResourceStatus

Current status of the resource.

Accessible with the following methods

Method Description
GET_RESOURCESTATUS() Getter for RESOURCESTATUS, with configurable default
ASK_RESOURCESTATUS() Getter for RESOURCESTATUS w/ exceptions if field has no valu
HAS_RESOURCESTATUS() Determine if RESOURCESTATUS has a value

ResourceStatusReason

Success/failure message associated with the resource.

Accessible with the following methods

Method Description
GET_RESOURCESTATUSREASON() Getter for RESOURCESTATUSREASON, with configurable default
ASK_RESOURCESTATUSREASON() Getter for RESOURCESTATUSREASON w/ exceptions if field has n
HAS_RESOURCESTATUSREASON() Determine if RESOURCESTATUSREASON has a value

DriftInformation

Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detect unmanaged configuration changes to stacks and resources with drift detection.

Accessible with the following methods

Method Description
GET_DRIFTINFORMATION() Getter for DRIFTINFORMATION

ModuleInfo

Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.

Accessible with the following methods

Method Description
GET_MODULEINFO() Getter for MODULEINFO

Public Local Types In This Class

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

TT_STACKRESOURCESUMMARIES

TYPES TT_STACKRESOURCESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_FRMSTACKRESOURCESUMM WITH DEFAULT KEY
.