ExpressGatewayServiceConfiguration

Represents a specific configuration revision of an Express service, containing all the settings and parameters for that revision.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: String?

The CPU allocation for tasks in this service revision.

Link copied to clipboard

The Unix timestamp for when this service revision was created.

Link copied to clipboard

The ARN of the task execution role for the service revision.

Link copied to clipboard

The health check path for this service revision.

Link copied to clipboard

The entry point into this service revision.

Link copied to clipboard

The memory allocation for tasks in this service revision.

Link copied to clipboard

The network configuration for tasks in this service revision.

Link copied to clipboard

The primary container configuration for this service revision.

Link copied to clipboard

The auto-scaling configuration for this service revision.

Link copied to clipboard

The ARN of the service revision.

Link copied to clipboard

The ARN of the task role for the service revision.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String