EcsExpressGatewayService

Represents an Express service, which provides a simplified way to deploy containerized web applications on Amazon ECS with managed Amazon Web Services infrastructure. An Express service automatically provisions and manages Application Load Balancers, target groups, security groups, and auto-scaling policies.

Express services use a service revision architecture where each service can have multiple active configurations, enabling blue-green deployments and gradual rollouts. The service maintains a list of active configurations and manages the lifecycle of the underlying Amazon Web Services resources.

Types

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

Properties

Link copied to clipboard

The list of active service configurations for the Express service.

Link copied to clipboard

The short name or full ARN of the cluster that hosts the Express service.

Link copied to clipboard

The Unix timestamp for when the Express service was created.

Link copied to clipboard

The current deployment configuration for the Express service.

Link copied to clipboard

The ARN of the infrastructure role that manages Amazon Web Services resources for the Express service.

Link copied to clipboard

The ARN that identifies the Express service.

Link copied to clipboard

The name of the Express service.

Link copied to clipboard

The current status of the Express service.

Link copied to clipboard
val tags: List<Tag>?

The metadata applied to the Express service.

Link copied to clipboard

The Unix timestamp for when the Express service was last updated.

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