iq:ApproveProposal

Write

iq:ApproveProposal is a Write access-level action in the iq service. Grants permission to approve a proposal

Resource types

ARNs that iq:ApproveProposal can be scoped to in an IAM policy.

arn:${Partition}:iq:${Region}::proposal/${ConversationId}/${ProposalId}
proposal

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows iq:ApproveProposal. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowIqApproveProposal",
      "Effect": "Allow",
      "Action": "iq:ApproveProposal",
      "Resource": "*"
    }
  ]
}

Related actions in iq

View all iq actions →