EcsService

Contains the service and cluster names used to identify an Amazon ECS deployment's target.

Types

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

Properties

Link copied to clipboard

The name of the cluster that the Amazon ECS service is associated with.

Link copied to clipboard

The name of the target Amazon ECS service.

Functions

Link copied to clipboard
inline fun copy(block: EcsService.Builder.() -> Unit = {}): EcsService
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