aws.appconfig.list_extensions
Example SQL Queries
SELECT * FROMaws.appconfig.list_extensions;Description
Lists all custom and Amazon Web Services authored AppConfig extensions in the account. For more information about extensions, see Extending workflows in the AppConfig User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Input Column The extension name. | 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 |
| description Information about the extension. | VARCHAR |
| id The system-generated ID of the extension. | VARCHAR |
| version_number The extension version number. | BIGINT |