payment-cryptography:DisassociateMpaTeam

Write

payment-cryptography:DisassociateMpaTeam is a Write access-level action in the payment-cryptography service. Grants permission to disassociate an MPA approval team from a payment cryptography action

Resource types

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

arn:${Partition}:mpa:${Region}:${Account}:approval-team/${ApprovalTeamId}
approval-team

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by tags assigned to a key for the specified operation

Dependent actions

To use payment-cryptography:DisassociateMpaTeam you may also need to grant:

Example IAM policy

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

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

Related actions in payment-cryptography

View all payment-cryptography actions →