attribute_group
Gets an individual attribute_group
resource
Overview
Name | attribute_group |
Type | Resource |
Description | attribute_group |
Id | awscc.servicecatalogappregistry.attribute_group |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
name | string | The name of the attribute group. |
description | string | The description of the attribute group. |
attributes | object | |
tags | object | |
region | string | AWS 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