Skip to content

/AWS1/CL_BDAGETRESPOLICYRSP

GetResourcePolicyResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_resourcearn TYPE /AWS1/BDARESOURCEARN /AWS1/BDARESOURCEARN

The ARN of the knowledge base that the resource policy is associated with.

iv_policy TYPE /AWS1/BDARESOURCEPOLICY /AWS1/BDARESOURCEPOLICY

The JSON-formatted resource policy associated with the knowledge base.

iv_revisionid TYPE /AWS1/BDAREVISIONID /AWS1/BDAREVISIONID

The revision identifier of the resource policy.


Queryable Attributes

resourceArn

The ARN of the knowledge base that the resource policy is associated with.

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

policy

The JSON-formatted resource policy associated with the knowledge base.

Accessible with the following methods

Method Description
GET_POLICY() Getter for POLICY, with configurable default
ASK_POLICY() Getter for POLICY w/ exceptions if field has no value
HAS_POLICY() Determine if POLICY has a value

revisionId

The revision identifier of the resource policy.

Accessible with the following methods

Method Description
GET_REVISIONID() Getter for REVISIONID, with configurable default
ASK_REVISIONID() Getter for REVISIONID w/ exceptions if field has no value
HAS_REVISIONID() Determine if REVISIONID has a value