/AWS1/CL_XDDGETCLUSTPLYOUTPUT¶
GetClusterPolicyOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_policy TYPE /AWS1/XDDPOLICYDOCUMENT /AWS1/XDDPOLICYDOCUMENT¶
The resource-based policy document attached to the cluster, returned as a JSON string.
iv_policyversion TYPE /AWS1/XDDPOLICYVERSION /AWS1/XDDPOLICYVERSION¶
The version of the policy document. This version number is incremented each time the policy is updated.
Queryable Attributes¶
policy¶
The resource-based policy document attached to the cluster, returned as a JSON string.
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 |
policyVersion¶
The version of the policy document. This version number is incremented each time the policy is updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYVERSION() |
Getter for POLICYVERSION, with configurable default |
ASK_POLICYVERSION() |
Getter for POLICYVERSION w/ exceptions if field has no value |
HAS_POLICYVERSION() |
Determine if POLICYVERSION has a value |