AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

Extension

An AWS AppConfig extension.

Import

import { Extension } from 'aws-cdk-lib/aws-appconfig';

Or use the module namespace:

import * as appconfig from 'aws-cdk-lib/aws-appconfig';
// appconfig.Extension

Properties

Configuration passed to the constructor as ExtensionProps.

actionsRequired
Action[]

The actions for the extension.

4 properties inherited from ExtensionOptions
descriptionOptionalinherited from ExtensionOptions
string

A description of the extension.

Default: - No description.

extensionNameOptionalinherited from ExtensionOptions
string

The name of the extension.

Default: - A name is generated.

latestVersionNumberOptionalinherited from ExtensionOptions
number

The 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 ExtensionOptions
Parameter[]

The parameters accepted for the extension.

Default: - None.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter