Skip to main content

attribute_group

Gets an individual attribute_group resource

Overview

Nameattribute_group
TypeResource
Descriptionattribute_group
Idawscc.servicecatalogappregistry.attribute_group

Fields

NameDatatypeDescription
idstring
arnstring
namestringThe name of the attribute group.
descriptionstringThe description of the attribute group.
attributesobject
tagsobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
arn,
name,
description,
attributes,
tags
FROM awscc.servicecatalogappregistry.attribute_group
WHERE data__Identifier = '<Id>';

Permissions

To operate on the attribute_group resource, the following permissions are required:

Read

servicecatalog:GetAttributeGroup

Update

servicecatalog:GetAttributeGroup,
servicecatalog:UpdateAttributeGroup,
servicecatalog:ListTagsForResource,
servicecatalog:TagResource,
servicecatalog:UntagResource

Delete

servicecatalog:DeleteAttributeGroup