/AWS1/CL_ARTRESOURCEPOLICY¶
An CodeArtifact resource policy that contains a resource ARN, document details, and a revision.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcearn TYPE /AWS1/ARTARN /AWS1/ARTARN¶
The ARN of the resource associated with the resource policy
iv_revision TYPE /AWS1/ARTPOLICYREVISION /AWS1/ARTPOLICYREVISION¶
The current revision of the resource policy.
iv_document TYPE /AWS1/ARTPOLICYDOCUMENT /AWS1/ARTPOLICYDOCUMENT¶
The resource policy formatted in JSON.
Queryable Attributes¶
resourceArn¶
The ARN of the resource associated with the resource policy
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 |
revision¶
The current revision of the resource policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISION() |
Getter for REVISION, with configurable default |
ASK_REVISION() |
Getter for REVISION w/ exceptions if field has no value |
HAS_REVISION() |
Determine if REVISION has a value |
document¶
The resource policy formatted in JSON.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENT() |
Getter for DOCUMENT, with configurable default |
ASK_DOCUMENT() |
Getter for DOCUMENT w/ exceptions if field has no value |
HAS_DOCUMENT() |
Determine if DOCUMENT has a value |