Skip to content

/AWS1/CL_FRMSTACKRESOURCEDET

Contains detailed 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, go to Amazon Web Services Resource 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_STACKNAME TYPE /AWS1/FRMSTACKNAME /AWS1/FRMSTACKNAME

The name associated with the stack.

IV_STACKID TYPE /AWS1/FRMSTACKID /AWS1/FRMSTACKID

Unique identifier of the stack.

IV_PHYSICALRESOURCEID TYPE /AWS1/FRMPHYSICALRESOURCEID /AWS1/FRMPHYSICALRESOURCEID

The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

IV_RESOURCESTATUSREASON TYPE /AWS1/FRMRESOURCESTATUSREASON /AWS1/FRMRESOURCESTATUSREASON

Success/failure message associated with the resource.

IV_DESCRIPTION TYPE /AWS1/FRMDESCRIPTION /AWS1/FRMDESCRIPTION

User defined description associated with the resource.

IV_METADATA TYPE /AWS1/FRMMETADATA /AWS1/FRMMETADATA

The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the CloudFormation User Guide.

IO_DRIFTINFORMATION TYPE REF TO /AWS1/CL_FRMSTACKRESRCDRIFTI00 /AWS1/CL_FRMSTACKRESRCDRIFTI00

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 Detecting Unregulated Configuration Changes to Stacks and Resources.

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

StackName

The name associated with the stack.

Accessible with the following methods

Method Description
GET_STACKNAME() Getter for STACKNAME, with configurable default
ASK_STACKNAME() Getter for STACKNAME w/ exceptions if field has no value
HAS_STACKNAME() Determine if STACKNAME has a value

StackId

Unique identifier of the stack.

Accessible with the following methods

Method Description
GET_STACKID() Getter for STACKID, with configurable default
ASK_STACKID() Getter for STACKID w/ exceptions if field has no value
HAS_STACKID() Determine if STACKID has a value

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 a resource supported by CloudFormation.

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, go to Amazon Web Services Resource 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

Description

User defined description associated with the resource.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

Metadata

The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the CloudFormation User Guide.

Accessible with the following methods

Method Description
GET_METADATA() Getter for METADATA, with configurable default
ASK_METADATA() Getter for METADATA w/ exceptions if field has no value
HAS_METADATA() Determine if METADATA 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 Detecting Unregulated Configuration Changes to Stacks and Resources.

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