chime:GetVoiceProfile

Read

chime:GetVoiceProfile is a Read access-level action in the chime service. Grants permission to get a voice profile

Resource types

ARNs that chime:GetVoiceProfile can be scoped to in an IAM policy.

arn:${Partition}:chime:${Region}:${AccountId}:voice-profile/${VoiceProfileId}
voice-profile

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowChimeGetVoiceProfile",
      "Effect": "Allow",
      "Action": "chime:GetVoiceProfile",
      "Resource": "*"
    }
  ]
}

Related actions in chime

View all chime actions →