/AWS1/CL_SMIRESOURCEPOLICY¶
The resource policy that allows Incident Manager to perform actions on resources on your behalf.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_policydocument TYPE /AWS1/SMIPOLICY /AWS1/SMIPOLICY¶
The JSON blob that describes the policy.
iv_policyid TYPE /AWS1/SMIPOLICYID /AWS1/SMIPOLICYID¶
The ID of the resource policy.
iv_ramresourceshareregion TYPE /AWS1/SMISTRING /AWS1/SMISTRING¶
The Amazon Web Services Region that policy allows resources to be used in.
Queryable Attributes¶
policyDocument¶
The JSON blob that describes the policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYDOCUMENT() |
Getter for POLICYDOCUMENT, with configurable default |
ASK_POLICYDOCUMENT() |
Getter for POLICYDOCUMENT w/ exceptions if field has no valu |
HAS_POLICYDOCUMENT() |
Determine if POLICYDOCUMENT has a value |
policyId¶
The ID of the resource policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYID() |
Getter for POLICYID, with configurable default |
ASK_POLICYID() |
Getter for POLICYID w/ exceptions if field has no value |
HAS_POLICYID() |
Determine if POLICYID has a value |
ramResourceShareRegion¶
The Amazon Web Services Region that policy allows resources to be used in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RAMRESOURCESHAREREGION() |
Getter for RAMRESOURCESHAREREGION, with configurable default |
ASK_RAMRESOURCESHAREREGION() |
Getter for RAMRESOURCESHAREREGION w/ exceptions if field has |
HAS_RAMRESOURCESHAREREGION() |
Determine if RAMRESOURCESHAREREGION 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_RESOURCEPOLICYLIST¶
TYPES TT_RESOURCEPOLICYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SMIRESOURCEPOLICY WITH DEFAULT KEY
.