/AWS1/CL_FRMCHANGE¶
The Change structure describes the changes CloudFormation will perform if you
execute the change set.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/FRMCHANGETYPE /AWS1/FRMCHANGETYPE¶
The type of entity that CloudFormation changes.
ResourceThis change is for a resource.
iv_hookinvocationcount TYPE /AWS1/FRMHOOKINVOCATIONCOUNT /AWS1/FRMHOOKINVOCATIONCOUNT¶
Is either
null, if no Hooks invoke for the resource, or contains the number of Hooks that will invoke for the resource.
io_resourcechange TYPE REF TO /AWS1/CL_FRMRESOURCECHANGE /AWS1/CL_FRMRESOURCECHANGE¶
A
ResourceChangestructure that describes the resource and action that CloudFormation will perform.
Queryable Attributes¶
Type¶
The type of entity that CloudFormation changes.
ResourceThis change is for a resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
HookInvocationCount¶
Is either
null, if no Hooks invoke for the resource, or contains the number of Hooks that will invoke for the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOOKINVOCATIONCOUNT() |
Getter for HOOKINVOCATIONCOUNT, with configurable default |
ASK_HOOKINVOCATIONCOUNT() |
Getter for HOOKINVOCATIONCOUNT w/ exceptions if field has no |
HAS_HOOKINVOCATIONCOUNT() |
Determine if HOOKINVOCATIONCOUNT has a value |
ResourceChange¶
A
ResourceChangestructure that describes the resource and action that CloudFormation will perform.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCECHANGE() |
Getter for RESOURCECHANGE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CHANGES¶
TYPES TT_CHANGES TYPE STANDARD TABLE OF REF TO /AWS1/CL_FRMCHANGE WITH DEFAULT KEY
.