Skip to main content

extension

Gets an individual extension resource

Overview

Nameextension
TypeResource
Descriptionextension
Idawscc.appconfig.extension

Fields

NameDatatypeDescription
idstring
arnstring
version_numberinteger
namestringName of the extension.
descriptionstringDescription of the extension.
actionsobject
parametersobject
latest_version_numberinteger
tagsarrayAn array of key-value tags to apply to this resource.
regionstringAWS 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