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 AppliedExtension

An extension that was invoked during a deployment.

Hierarchy

  • AppliedExtension

Properties

ExtensionAssociationId?: string

The system-generated ID for the association.

ExtensionId?: string

The system-generated ID of the extension.

Parameters?: Record<string, string>

One or more parameters for the actions called by the extension.

VersionNumber?: number

The extension version number.