Skip to content

/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.

  • Resource This 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 ResourceChange structure that describes the resource and action that CloudFormation will perform.


Queryable Attributes

Type

The type of entity that CloudFormation changes.

  • Resource This 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 ResourceChange structure 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
.