Skip to content

/AWS1/CL_BCDGETRESPOLICYRSP

GetResourcePolicyResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_resourcearn TYPE /AWS1/BCDDASHBOARDARN /AWS1/BCDDASHBOARDARN

The ARN of the dashboard for which the resource-based policy was retrieved.

iv_policydocument TYPE /AWS1/BCDGENERICSTRING /AWS1/BCDGENERICSTRING

The JSON policy document that represents the dashboard's resource-based policy.


Queryable Attributes

resourceArn

The ARN of the dashboard for which the resource-based policy was retrieved.

Accessible with the following methods

Method Description
GET_RESOURCEARN() Getter for RESOURCEARN, with configurable default
ASK_RESOURCEARN() Getter for RESOURCEARN w/ exceptions if field has no value
HAS_RESOURCEARN() Determine if RESOURCEARN has a value

policyDocument

The JSON policy document that represents the dashboard's resource-based 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