/AWS1/CL_VPSUPDSTATICPLYDEFN¶
Contains information about an update to a static policy.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_statement TYPE /AWS1/VPSPOLICYSTATEMENT /AWS1/VPSPOLICYSTATEMENT¶
Specifies the Cedar policy language text to be added to or replaced on the static policy.
You can change only the following elements from the original content:
The
actionreferenced by the policy.Any conditional clauses, such as
whenorunlessclauses.You can't change the following elements:
Changing from
StaticPolicytoTemplateLinkedPolicy.The effect (
permitorforbid) of the policy.The
principalreferenced by the policy.The
resourcereferenced by the policy.
Optional arguments:¶
iv_description TYPE /AWS1/VPSSTATICPOLICYDESC /AWS1/VPSSTATICPOLICYDESC¶
Specifies the description to be added to or replaced on the static policy.
Queryable Attributes¶
description¶
Specifies the description to be added to or replaced on 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¶
Specifies the Cedar policy language text to be added to or replaced on the static policy.
You can change only the following elements from the original content:
The
actionreferenced by the policy.Any conditional clauses, such as
whenorunlessclauses.You can't change the following elements:
Changing from
StaticPolicytoTemplateLinkedPolicy.The effect (
permitorforbid) of the policy.The
principalreferenced by the policy.The
resourcereferenced by the policy.
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 |