braket:GetDevice

Read

braket:GetDevice is a Read access-level action in the braket service. Grants permission to retrieve information about the devices available in Amazon Braket

Resource types

ARNs that braket:GetDevice can be scoped to in an IAM policy.

arn:${Partition}:braket:*:*:device/${DeviceType}/${Provider}/${DeviceId}
device

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowBraketGetDevice",
      "Effect": "Allow",
      "Action": "braket:GetDevice",
      "Resource": "*"
    }
  ]
}

Related actions in braket

View all braket actions →