/AWS1/CL_VPSSTATICPOLICYDEFN¶
Contains information about a static policy.
This data type is used as a field that is part of the PolicyDefinitionDetail type.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_statement TYPE /AWS1/VPSPOLICYSTATEMENT /AWS1/VPSPOLICYSTATEMENT¶
The policy content of the static policy, written in the Cedar policy language.
Optional arguments:¶
iv_description TYPE /AWS1/VPSSTATICPOLICYDESC /AWS1/VPSSTATICPOLICYDESC¶
The description of the static policy.
Queryable Attributes¶
description¶
The description of the static policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
statement¶
The policy content of the static policy, written in the Cedar policy language.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEMENT() |
Getter for STATEMENT, with configurable default |
ASK_STATEMENT() |
Getter for STATEMENT w/ exceptions if field has no value |
HAS_STATEMENT() |
Determine if STATEMENT has a value |