Skip to content

Home > @world-wide-lab/deploy > WwlAwsDeploymentConfig

WwlAwsDeploymentConfig interface

Signature:

typescript
export interface WwlAwsDeploymentConfig

Properties

Property

Modifiers

Type

Description

containerPort?

number

(Optional) The port on which the container will listen.

cpu?

number

(Optional) The number of CPU units to allocate for the app.

dbDeletionProtection?

boolean

(Optional) Whether to enable deletion protection for the database.

maxCapacity?

number

(Optional) The maximum number of instances to run (for autoscaling).

memory?

number

(Optional) The amount of memory (in MiB) to allocate for the app.

minCapacity?

number

(Optional) The minimum number of instances to run (for autoscaling).

secret_dbPassword

string

The password for the database connection.

secret_dbUsername

string

The username for the database connection.

secret_wwlAdminAuthDefaultEmail

string

The default email for the WWL admin authentication.

secret_wwlAdminAuthDefaultPassword

string

The default password for the WWL admin authentication.

secret_wwlAdminAuthSessionSecret

string

The session secret for the WWL admin authentication.

secret_wwlDefaultApiKey

string

The default API key for the WWL application.