servicecatalog:GetAttributeGroup

Read

servicecatalog:GetAttributeGroup is a Read access-level action in the servicecatalog service. Grants permission to get an attribute group

Resource types

ARNs that servicecatalog:GetAttributeGroup can be scoped to in an IAM policy.

arn:${Partition}:servicecatalog:${Region}:${Account}:/attribute-groups/${AttributeGroupId}
AttributeGroup

Condition keys

Keys you can use in the Condition block of a policy that grants servicecatalog:GetAttributeGroup.

aws:ResourceTag/${TagKey} String

Filters access by tag key-value pairs attached to the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowServicecatalogGetAttributeGroup",
      "Effect": "Allow",
      "Action": "servicecatalog:GetAttributeGroup",
      "Resource": "*"
    }
  ]
}

Related actions in servicecatalog

View all servicecatalog actions →