Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface CreateExtensionCommandOutputProtected

The output of CreateExtensionCommand.

Hierarchy

  • Extension
  • MetadataBearer
    • CreateExtensionCommandOutput

Properties

Actions?: Record<string, Action[]>

The actions defined in the extension.

Arn?: string

The system-generated Amazon Resource Name (ARN) for the extension.

Description?: string

Information about the extension.

Id?: string

The system-generated ID of the extension.

Name?: string

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

VersionNumber?: number

The extension version number.