extension
Gets an individual extension
resource
Overview
Name | extension |
Type | Resource |
Description | extension |
Id | awscc.appconfig.extension |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
arn,
version_number,
name,
description,
actions,
parameters,
latest_version_number,
tags
FROM awscc.appconfig.extension
WHERE data__Identifier = '<Id>';
Permissions
To operate on the extension
resource, the following permissions are required:
Read
appconfig:GetExtension
Update
appconfig:UpdateExtension,
appconfig:TagResource,
appconfig:UntagResource
Delete
appconfig:DeleteExtension,
appconfig:UntagResource