AwsEcsServicePropertiesResponse

constructor(capacityProviderStrategy: List<CapacityProviderStrategyItemResponse>? = null, cluster: String? = null, deploymentConfiguration: DeploymentConfigurationResponse? = null, deploymentController: DeploymentControllerResponse? = null, desiredCount: Int? = null, enableECSManagedTags: Boolean? = null, enableExecuteCommand: Boolean? = null, healthCheckGracePeriodSeconds: Int? = null, launchType: String? = null, loadBalancers: List<LoadBalancerResponse>? = null, name: String? = null, networkConfiguration: NetworkConfigurationResponse? = null, placementConstraints: List<PlacementConstraintResponse>? = null, placementStrategies: List<PlacementStrategyResponse>? = null, platformVersion: String? = null, propagateTags: String? = null, role: String? = null, schedulingStrategy: String? = null, serviceArn: String? = null, serviceConnectConfiguration: ServiceConnectConfigurationResponse? = null, serviceName: String? = null, serviceRegistries: List<ServiceRegistryResponse>? = null, tags: List<TagResponse>? = null, taskDefinition: String? = null, volumeConfigurations: List<ServiceVolumeConfigurationResponse>? = null)