/AWS1/CL_FRMSTACKINSTRESRCDR00¶
The structure containing summary information about resource drifts for a stack instance.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_stackid TYPE /AWS1/FRMSTACKID /AWS1/FRMSTACKID¶
The ID of the stack instance.
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_stackresourcedriftstatus TYPE /AWS1/FRMSTACKRESRCDRIFTSTATUS /AWS1/FRMSTACKRESRCDRIFTSTATUS¶
The drift status of the resource in a stack instance.
DELETED: The resource differs from its expected template configuration in that the resource has been deleted.
MODIFIED: One or more resource properties differ from their expected template values.
IN_SYNC: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED: CloudFormation doesn't currently return this value.
iv_timestamp TYPE /AWS1/FRMTIMESTAMP /AWS1/FRMTIMESTAMP¶
Time at which the stack instance drift detection operation was initiated.
Optional arguments:¶
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.
it_physicalresourceidcontext TYPE /AWS1/CL_FRMPHYSICALRESRCIDC00=>TT_PHYSICALRESOURCEIDCONTEXT TT_PHYSICALRESOURCEIDCONTEXT¶
Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.
it_propertydifferences TYPE /AWS1/CL_FRMPROPERTYDIFFERENCE=>TT_PROPERTYDIFFERENCES TT_PROPERTYDIFFERENCES¶
Status of the actual configuration of the resource compared to its expected configuration. These will be present only for resources whose
StackInstanceResourceDriftStatusisMODIFIED.
Queryable Attributes¶
StackId¶
The ID of the stack instance.
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 |
PhysicalResourceIdContext¶
Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHYSICALRESOURCEIDCTX() |
Getter for PHYSICALRESOURCEIDCONTEXT, with configurable defa |
ASK_PHYSICALRESOURCEIDCTX() |
Getter for PHYSICALRESOURCEIDCONTEXT w/ exceptions if field |
HAS_PHYSICALRESOURCEIDCTX() |
Determine if PHYSICALRESOURCEIDCONTEXT 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 |
PropertyDifferences¶
Status of the actual configuration of the resource compared to its expected configuration. These will be present only for resources whose
StackInstanceResourceDriftStatusisMODIFIED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPERTYDIFFERENCES() |
Getter for PROPERTYDIFFERENCES, with configurable default |
ASK_PROPERTYDIFFERENCES() |
Getter for PROPERTYDIFFERENCES w/ exceptions if field has no |
HAS_PROPERTYDIFFERENCES() |
Determine if PROPERTYDIFFERENCES has a value |
StackResourceDriftStatus¶
The drift status of the resource in a stack instance.
DELETED: The resource differs from its expected template configuration in that the resource has been deleted.
MODIFIED: One or more resource properties differ from their expected template values.
IN_SYNC: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED: CloudFormation doesn't currently return this value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STACKRESOURCEDRIFTSTATUS() |
Getter for STACKRESOURCEDRIFTSTATUS, with configurable defau |
ASK_STACKRESOURCEDRIFTSTATUS() |
Getter for STACKRESOURCEDRIFTSTATUS w/ exceptions if field h |
HAS_STACKRESOURCEDRIFTSTATUS() |
Determine if STACKRESOURCEDRIFTSTATUS has a value |
Timestamp¶
Time at which the stack instance drift detection operation was initiated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_STACKINSTRESOURCEDRIFTSSUMS¶
TYPES TT_STACKINSTRESOURCEDRIFTSSUMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FRMSTACKINSTRESRCDR00 WITH DEFAULT KEY
.