aws.servicecatalog_appregistry.list_associated_resources
Example SQL Queries
SELECT * FROMaws.servicecatalog_appregistry.list_associated_resourcesWHERE"application" = 'VALUE';Description
Lists all of the resources that are associated with the specified application. Results are paginated.
If you share an application, and a consumer account associates a tag query to the application, all of the users who can access the application can also view the tag values in all accounts that are associated with it using this API.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application Required Input Column The name, ID, or ARN 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 resource across services. | VARCHAR |
| name The name of the resource. | VARCHAR |
| options Determines whether an application tag is applied or skipped. | VARCHAR[] |
Show child fields
| |
| resource_details The details related to the resource. | STRUCT( |
Show child fields
| |
| resource_type Provides information about the Service Catalog App Registry resource type. | VARCHAR |