v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1443136141.7 KB

Returns information about an AppConfig extension.

get/extensions/{ExtensionIdentifier}

Path parameters

ExtensionIdentifierstring required

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

Query parameters

version_numberinteger

The extension version number. If no version number was defined, AppConfig uses the highest version.

Response

Success

Idstring

The system-generated ID of the extension.

Namestring

The extension name.

VersionNumberinteger

The extension version number.

Arnstring

The system-generated Amazon Resource Name (ARN) for the extension.

Descriptionstring

Information about the extension.

Actionsobject

The actions defined in the extension.

Parametersobject

The parameters accepted by the extension. You specify parameter values when you associate the extension to an AppConfig resource by using the <code>CreateExtensionAssociation</code> API action. For Lambda extension actions, these parameters are included in the Lambda request object.