ts:GetTool

Read

ts:GetTool is a Read access-level action in the ts service. Grants permission to get details about specific tool within AWS Diagnostic tools

Resource types

ARNs that ts:GetTool can be scoped to in an IAM policy.

arn:${Partition}:ts::aws:tool/${ToolId}
tool

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowTsGetTool",
      "Effect": "Allow",
      "Action": "ts:GetTool",
      "Resource": "*"
    }
  ]
}

Related actions in ts

View all ts actions →