/AWS1/CL_VPSGETPLYSTOREALIAS01¶
GetPolicyStoreAliasOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_aliasname TYPE /AWS1/VPSALIAS /AWS1/VPSALIAS¶
The name of the policy store alias.
iv_policystoreid TYPE /AWS1/VPSPOLICYSTOREID /AWS1/VPSPOLICYSTOREID¶
The ID of the policy store associated with the alias.
iv_aliasarn TYPE /AWS1/VPSRESOURCEARN /AWS1/VPSRESOURCEARN¶
The Amazon Resource Name (ARN) of the policy store alias.
iv_createdat TYPE /AWS1/VPSTIMESTAMPFORMAT /AWS1/VPSTIMESTAMPFORMAT¶
The date and time the policy store alias was created.
iv_state TYPE /AWS1/VPSALIASSTATE /AWS1/VPSALIASSTATE¶
The state of the policy store alias. Policy Store Aliases in the Active state can be used normally. When a policy store alias is deleted, it enters the PendingDeletion state. Policy Store Aliases in the PendingDeletion cannot be used, and creating a policy store alias with the same alias name will fail.
Queryable Attributes¶
aliasName¶
The name of the policy store alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIASNAME() |
Getter for ALIASNAME, with configurable default |
ASK_ALIASNAME() |
Getter for ALIASNAME w/ exceptions if field has no value |
HAS_ALIASNAME() |
Determine if ALIASNAME has a value |
policyStoreId¶
The ID of the policy store associated with the alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYSTOREID() |
Getter for POLICYSTOREID, with configurable default |
ASK_POLICYSTOREID() |
Getter for POLICYSTOREID w/ exceptions if field has no value |
HAS_POLICYSTOREID() |
Determine if POLICYSTOREID has a value |
aliasArn¶
The Amazon Resource Name (ARN) of the policy store alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIASARN() |
Getter for ALIASARN, with configurable default |
ASK_ALIASARN() |
Getter for ALIASARN w/ exceptions if field has no value |
HAS_ALIASARN() |
Determine if ALIASARN has a value |
createdAt¶
The date and time the policy store alias was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
state¶
The state of the policy store alias. Policy Store Aliases in the Active state can be used normally. When a policy store alias is deleted, it enters the PendingDeletion state. Policy Store Aliases in the PendingDeletion cannot be used, and creating a policy store alias with the same alias name will fail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |