Skip to content

/AWS1/CL_FRMRESOURCELOCATION

The location of the resource in a stack template.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_stackname TYPE /AWS1/FRMSTACKNAME /AWS1/FRMSTACKNAME

The name associated with the stack.

iv_logicalresourceid TYPE /AWS1/FRMLOGICALRESOURCEID /AWS1/FRMLOGICALRESOURCEID

The logical name of the resource specified in the 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

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