aws.appconfig.get_extension
Example SQL Queries
SELECT * FROMaws.appconfig.get_extensionWHERE"extension_identifier" = 'VALUE';Description
Returns information about an AppConfig extension.
Table Definition
| Column Name | Column Data Type |
|---|---|
| extension_identifier Required Input Column The name, the ID, or the Amazon Resource Name (ARN) of the extension. | VARCHAR |
| version_number Input Column The extension version number. | BIGINT |
| _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 |
| actions The actions defined in the extension. | MAP(VARCHAR, STRUCT( |
| 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 |
| name The extension name. | VARCHAR |
| parameters The parameters accepted by the extension. You specify parameter values when you associate the extension to an AppConfig resource by using the CreateExtensionAssociation API action. For Lambda extension actions, these parameters are included in the Lambda request object. | MAP(VARCHAR, STRUCT( |