v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437198164.5 KB

Creates a new application with given parameters. Requires an existing runtime environment and application definition file.

post/applications

Request body

clientTokenstring

A client token is a unique, case-sensitive string of up to 128 ASCII characters with ASCII values of 33-126 inclusive. It is generated by the client to ensure idempotent operations, allowing safe retries without unintended side effects.

descriptionstring

The description of the application.

engineType'microfocus' | 'bluage' required

The type of the target platform for this application.

kmsKeyIdstring

The identifier of a customer managed key.

namestring required

The unique identifier of the application.

roleArnstring

The Amazon Resource Name (ARN) that identifies a role that the application uses to access Amazon Web Services resources that are not part of the application or are in a different Amazon Web Services account.

tagsobject

A list of tags to apply to the application.

Response

Success

applicationArnstring required

The Amazon Resource Name (ARN) of the application.

applicationIdstring required

The unique application identifier.

applicationVersioninteger required

The version number of the application.