Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface CreateExtensionRequest

Hierarchy

Properties

Actions: undefined | Record<string, Action[]>

The actions defined in the extension.

Description?: string

Information about the extension.

LatestVersionNumber?: number

You can omit this field when you create an 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.

Name: undefined | string

A name for the extension. Each extension name in your account must be unique. Extension versions use the same name.

Parameters?: Record<string, Parameter>

The 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.

Tags?: Record<string, string>

Adds one or more tags for the specified extension. Tags are metadata that help you categorize resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define.