aws.appconfig.get_extension_association
Example SQL Queries
SELECT * FROMaws.appconfig.get_extension_associationWHERE"extension_association_id" = 'VALUE';Description
Returns information about an AppConfig extension association. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| extension_association_id Required Input Column The extension association ID to get. | 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 system-generated Amazon Resource Name (ARN) for the extension. | VARCHAR |
| extension_arn The ARN of the extension defined in the association. | VARCHAR |
| extension_version_number The version number for the extension defined in the association. | BIGINT |
| id The system-generated ID for the association. | VARCHAR |
| parameters The parameter names and values defined in the association. | MAP(VARCHAR, VARCHAR) |
| resource_arn The ARNs of applications, configuration profiles, or environments defined in the association. | VARCHAR |