sagemaker:ListUltraServersByReservedCapacity

List

sagemaker:ListUltraServersByReservedCapacity is a List access-level action in the sagemaker service. Grants permission to list all UltraServers in a specified Reserved Capacity

Resource types

ARNs that sagemaker:ListUltraServersByReservedCapacity can be scoped to in an IAM policy.

arn:${Partition}:sagemaker:${Region}:${Account}:reserved-capacity/${RandomString}
reserved-capacity

Condition keys

Keys you can use in the Condition block of a policy that grants sagemaker:ListUltraServersByReservedCapacity.

aws:ResourceTag/${TagKey} String

Filters access by a tag key and value pair

sagemaker:ResourceTag/${TagKey} String

Filters access by a tag key and value pair

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowSagemakerListUltraServersByReservedCapacity",
      "Effect": "Allow",
      "Action": "sagemaker:ListUltraServersByReservedCapacity",
      "Resource": "*"
    }
  ]
}

Related actions in sagemaker

View all sagemaker actions →