Service Args
constructor(alarms: Output<ServiceAlarmsArgs>? = null, capacityProviderStrategies: Output<List<ServiceCapacityProviderStrategyArgs>>? = null, cluster: Output<String>? = null, deploymentCircuitBreaker: Output<ServiceDeploymentCircuitBreakerArgs>? = null, deploymentController: Output<ServiceDeploymentControllerArgs>? = null, deploymentMaximumPercent: Output<Int>? = null, deploymentMinimumHealthyPercent: Output<Int>? = null, desiredCount: Output<Int>? = null, enableEcsManagedTags: Output<Boolean>? = null, enableExecuteCommand: Output<Boolean>? = null, forceNewDeployment: Output<Boolean>? = null, healthCheckGracePeriodSeconds: Output<Int>? = null, iamRole: Output<String>? = null, launchType: Output<String>? = null, loadBalancers: Output<List<ServiceLoadBalancerArgs>>? = null, name: Output<String>? = null, networkConfiguration: Output<ServiceNetworkConfigurationArgs>? = null, orderedPlacementStrategies: Output<List<ServiceOrderedPlacementStrategyArgs>>? = null, placementConstraints: Output<List<ServicePlacementConstraintArgs>>? = null, platformVersion: Output<String>? = null, propagateTags: Output<String>? = null, schedulingStrategy: Output<String>? = null, serviceConnectConfiguration: Output<ServiceServiceConnectConfigurationArgs>? = null, serviceRegistries: Output<ServiceServiceRegistriesArgs>? = null, tags: Output<Map<String, String>>? = null, taskDefinition: Output<String>? = null, triggers: Output<Map<String, String>>? = null, waitForSteadyState: Output<Boolean>? = null)