AWS AppConfig Extension

AWS AppConfig Extension is a component that allows you to extend the functionality of AWS AppConfig by integrating with other AWS services or third-party tools. It enables custom logic to run during configuration deployments, such as validating configurations, sending notifications, or triggering workflows. Extensions help automate and enhance the configuration management process within AppConfig environments.

aws.appconfig_extension

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
actionscorestringThe actions defined in the extension.
arncorestringThe system-generated Amazon Resource Name (ARN) for the extension.
descriptioncorestringInformation about the extension.
idcorestringThe system-generated ID of the extension.
namecorestringThe extension name.
parameterscorestringThe 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.
tagscorehstore_csv
version_numbercoreint64The extension version number.