license-manager-linux-subscriptions:GetServiceSettings

Read

license-manager-linux-subscriptions:GetServiceSettings is a Read access-level action in the license-manager-linux-subscriptions service. Grants permission to get the service settings for Linux subscriptions in AWS License Manager

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows license-manager-linux-subscriptions:GetServiceSettings. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowLicensemanagerlinuxsubscriptionsGetServiceSettings",
      "Effect": "Allow",
      "Action": "license-manager-linux-subscriptions:GetServiceSettings",
      "Resource": "*"
    }
  ]
}

Related actions in license-manager-linux-subscriptions

View all license-manager-linux-subscriptions actions →