Builder
Properties
The capacity provider strategy that the deployment is using.
The most recent desired count of tasks that was specified for the service to deploy or maintain.
The number of consecutively failed tasks in the deployment. A task is considered a failure if the service scheduler can't launch the task, the task doesn't transition to a RUNNING
state, or if it fails any of its defined health checks and is stopped.
The Fargate ephemeral storage settings for the deployment.
The launch type the tasks in the service are using. For more information, see Amazon ECS Launch Types in the Amazon Elastic Container Service Developer Guide.
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using the awsvpc
networking mode.
The number of tasks in the deployment that are in the PENDING
status.
The operating system that your tasks in the service, or tasks are running on. A platform family is specified only for tasks using the Fargate launch type.
The platform version that your tasks in the service run on. A platform version is only specified for tasks using the Fargate launch type. If one isn't specified, the LATEST
platform version is used. For more information, see Fargate Platform Versions in the Amazon Elastic Container Service Developer Guide.
The rolloutState
of a service is only returned for services that use the rolling update (ECS
) deployment type that aren't behind a Classic Load Balancer.
A description of the rollout state of a deployment.
The number of tasks in the deployment that are in the RUNNING
status.
The details of the Service Connect configuration that's used by this deployment. Compare the configuration between multiple deployments when troubleshooting issues with new deployments.
The list of Service Connect resources that are associated with this deployment. Each list entry maps a discovery name to a Cloud Map service name.
The most recent task definition that was specified for the tasks in the service to use.
The details of the volume that was configuredAtLaunch
. You can configure different settings like the size, throughput, volumeType, and ecryption in ServiceManagedEBSVolumeConfiguration. The name
of the volume must match the name
from the task definition.
The VPC Lattice configuration for the service deployment.
Functions
construct an aws.sdk.kotlin.services.ecs.model.DeploymentEphemeralStorage inside the given block
construct an aws.sdk.kotlin.services.ecs.model.NetworkConfiguration inside the given block
construct an aws.sdk.kotlin.services.ecs.model.ServiceConnectConfiguration inside the given block