payment-cryptography:DeleteAlias

Write

payment-cryptography:DeleteAlias is a Write access-level action in the payment-cryptography service. Grants permission to delete the specified alias

Resource types

ARNs that payment-cryptography:DeleteAlias can be scoped to in an IAM policy.

arn:${Partition}:payment-cryptography:${Region}:${Account}:alias/${Alias}
alias

Condition keys

Keys you can use in the Condition block of a policy that grants payment-cryptography:DeleteAlias.

payment-cryptography:ResourceAliases ArrayOfString

Filters access by aliases associated with a key for the specified operation

Example IAM policy

A minimal policy that allows payment-cryptography:DeleteAlias. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowPaymentcryptographyDeleteAlias",
      "Effect": "Allow",
      "Action": "payment-cryptography:DeleteAlias",
      "Resource": "*"
    }
  ]
}

Related actions in payment-cryptography

View all payment-cryptography actions →