An AWS AppConfig extension.
import { Extension } from 'aws-cdk-lib/aws-appconfig';Or use the module namespace:
import * as appconfig from 'aws-cdk-lib/aws-appconfig';
// appconfig.ExtensionConfiguration passed to the constructor as ExtensionProps.
actionsRequiredAction[]The actions for the extension.
ExtensionOptionsdescriptionOptionalinherited from ExtensionOptionsstringA description of the extension.
Default: - No description.
extensionNameOptionalinherited from ExtensionOptionsstringThe name of the extension.
Default: - A name is generated.
latestVersionNumberOptionalinherited from ExtensionOptionsnumberThe latest version number of the extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field.
Default: - None.
parametersOptionalinherited from ExtensionOptionsParameter[]The parameters accepted for the extension.
Default: - None.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-appconfig