GetServiceResult

data class GetServiceResult(val capacityProviderStrategy: List<ServiceCapacityProviderStrategyItem>? = null, val deploymentConfiguration: ServiceDeploymentConfiguration? = null, val desiredCount: Int? = null, val enableEcsManagedTags: Boolean? = null, val enableExecuteCommand: Boolean? = null, val healthCheckGracePeriodSeconds: Int? = null, val loadBalancers: List<ServiceLoadBalancer>? = null, val name: String? = null, val networkConfiguration: ServiceNetworkConfiguration? = null, val placementConstraints: List<ServicePlacementConstraint>? = null, val placementStrategies: List<ServicePlacementStrategy>? = null, val platformVersion: String? = null, val propagateTags: ServicePropagateTags? = null, val serviceArn: String? = null, val serviceRegistries: List<ServiceRegistry>? = null, val tags: List<ServiceTag>? = null, val taskDefinition: String? = null)

Constructors

Link copied to clipboard
fun GetServiceResult(capacityProviderStrategy: List<ServiceCapacityProviderStrategyItem>? = null, deploymentConfiguration: ServiceDeploymentConfiguration? = null, desiredCount: Int? = null, enableEcsManagedTags: Boolean? = null, enableExecuteCommand: Boolean? = null, healthCheckGracePeriodSeconds: Int? = null, loadBalancers: List<ServiceLoadBalancer>? = null, name: String? = null, networkConfiguration: ServiceNetworkConfiguration? = null, placementConstraints: List<ServicePlacementConstraint>? = null, placementStrategies: List<ServicePlacementStrategy>? = null, platformVersion: String? = null, propagateTags: ServicePropagateTags? = null, serviceArn: String? = null, serviceRegistries: List<ServiceRegistry>? = null, tags: List<ServiceTag>? = null, taskDefinition: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val desiredCount: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard
val platformVersion: String? = null
Link copied to clipboard
Link copied to clipboard
val serviceArn: String? = null
Link copied to clipboard
Link copied to clipboard
val tags: List<ServiceTag>? = null
Link copied to clipboard
val taskDefinition: String? = null