/AWS1/CL_FRMRESDRIFTIGNOREDA00¶
The ResourceDriftIgnoredAttribute data type.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_path TYPE /AWS1/FRMRESOURCEPROPERTYPATH /AWS1/FRMRESOURCEPROPERTYPATH¶
Path of the resource attribute for which drift was ignored.
iv_reason TYPE /AWS1/FRMDRIFTIGNOREDREASON /AWS1/FRMDRIFTIGNOREDREASON¶
Reason why drift was ignored for the attribute, can have 3 possible values:
WRITE_ONLY_PROPERTY– Property is not included in read response for the resource’s live state.
MANAGED_BY_AWS– Property is managed by an Amazon Web Services service and is expected to be dynamically modified.
SENSITIVE_PROPERTY– Property has a sensitive value, such as an Amazon Web Services Secrets Manager value.
Queryable Attributes¶
Path¶
Path of the resource attribute for which drift was ignored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PATH() |
Getter for PATH, with configurable default |
ASK_PATH() |
Getter for PATH w/ exceptions if field has no value |
HAS_PATH() |
Determine if PATH has a value |
Reason¶
Reason why drift was ignored for the attribute, can have 3 possible values:
WRITE_ONLY_PROPERTY– Property is not included in read response for the resource’s live state.
MANAGED_BY_AWS– Property is managed by an Amazon Web Services service and is expected to be dynamically modified.
SENSITIVE_PROPERTY– Property has a sensitive value, such as an Amazon Web Services Secrets Manager value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON 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_RESOURCEDRIFTIGNOREDATTRS¶
TYPES TT_RESOURCEDRIFTIGNOREDATTRS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FRMRESDRIFTIGNOREDA00 WITH DEFAULT KEY
.