aws.servicecatalog_appregistry.list_attribute_groups_for_application
Example SQL Queries
SELECT * FROMaws.servicecatalog_appregistry.list_attribute_groups_for_applicationWHERE"application" = 'VALUE';Description
Lists the details of all attribute groups associated with a specific application. The results display in pages.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application Required Input Column The name or ID of the application. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon resource name (ARN) that specifies the attribute group. | VARCHAR |
| created_by The service principal that created the attribute group. | VARCHAR |
| id The unique identifier of the attribute group. | VARCHAR |
| name This field is no longer supported. We recommend you don't use the field when using ListAttributeGroupsForApplication. The name of the attribute group. | VARCHAR |