Deletes the specified policy store alias
Source:R/verifiedpermissions_operations.R
verifiedpermissions_delete_policy_store_alias.RdDeletes the specified policy store alias.
See https://www.paws-r-sdk.com/docs/verifiedpermissions_delete_policy_store_alias/ for full documentation.
Arguments
- aliasName
[required] Specifies the name of the policy store alias that you want to delete.
The alias name must always be prefixed with
policy-store-alias/.- deletionMode
Specifies the deletion mode for the policy store alias. The valid values are:
SoftDelete – The policy store alias enters the
PendingDeletionstate. This is the default behavior when nodeletionModeis specified.HardDelete – The policy store alias is immediately deleted, bypassing the
PendingDeletionstate.