extensions_list_only
Lists extensions
in a region or regions, for all properties use extensions
Overview
Name | extensions_list_only |
Type | Resource |
Description | Resource Type definition for AWS::AppConfig::Extension |
Id | aws.appconfig.extensions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
version_number | integer | |
name | string | Name of the extension. |
description | string | Description of the extension. |
actions | object | |
parameters | object | |
latest_version_number | integer | |
tags | array | An array of key-value tags to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all extensions
in a region.
SELECT
region,
id
FROM aws.appconfig.extensions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the extensions_list_only
resource, see extensions