aws.appconfig.list_extension_associations
Example SQL Queries
SELECT * FROMaws.appconfig.list_extension_associations;Description
Lists all AppConfig extension associations in the account. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| extension_identifier Input Column The name, the ID, or the Amazon Resource Name (ARN) of the extension. | VARCHAR |
| extension_version_number Input Column The version number for the extension defined in the association. | BIGINT |
| resource_identifier Input Column The ARN of an application, configuration profile, or environment. | 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 |
| extension_arn The system-generated Amazon Resource Name (ARN) for the extension. | VARCHAR |
| id The extension association ID. This ID is used to call other ExtensionAssociation API actions such as GetExtensionAssociation or DeleteExtensionAssociation. | VARCHAR |
| resource_arn The ARNs of applications, configuration profiles, or environments defined in the association. | VARCHAR |