license-manager-user-subscriptions:ListInstances is a List access-level action in the license-manager-user-subscriptions service. Grants permission to list all the instances launched with license manager user subscription products
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows license-manager-user-subscriptions:ListInstances. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowLicensemanagerusersubscriptionsListInstances",
"Effect": "Allow",
"Action": "license-manager-user-subscriptions:ListInstances",
"Resource": "*"
}
]
}