get_mpa_team_association
Check if an operation requires Multi-Party Approval, identify the approving team, and verify if the association is still settling. Use before gated imports or auditing dual control.
Instructions
Call this to check whether an operation is under Multi-Party Approval, which team approves it, and whether a change to that association is still settling.
Use it before an import that may be gated, and when auditing dual control.
Returns MpaTeamAssociation with: Action — the protected operation MpaTeamArn — the approving team AssociationState — ACTIVE, UPDATE_PENDING, or DELETE_PENDING MpaStatus — present when an approval session is in flight, carrying MpaSessionArn, Status (PENDING / APPROVED / FAILED / CANCELLED) and InitiationDate
Args: action: The operation to inspect, e.g. IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes |