v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14249771.4 KB

Retrieves an attribute group by its ARN, ID, or name. The attribute group can be specified by its ARN, ID, or name.

get/attribute-groups/{attributeGroup}

Path parameters

attributeGroupstring required

The name, ID, or ARN of the attribute group that holds the attributes to describe the application.

Response

Success

idstring

The identifier of the attribute group.

arnstring

The Amazon resource name (ARN) that specifies the attribute group across services.

namestring

The name of the attribute group.

descriptionstring

The description of the attribute group that the user provides.

attributesstring

A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.

creationTimestring date-time

The ISO-8601 formatted timestamp of the moment the attribute group was created.

lastUpdateTimestring date-time

The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.

tagsobject

Key-value pairs associated with the attribute group.

createdBystring

The service principal that created the attribute group.