Module Values.ServiceSource

Details on a service within a cluster.

Sourcetype nonrec t = {
  1. serviceArn : String_.t option;
    (*

    The ARN that identifies the service. For more information about the ARN format, see Amazon Resource Name (ARN) in the Amazon ECS Developer Guide.

    *)
  2. serviceName : String_.t option;
    (*

    The name of your service. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed. Service names must be unique within a cluster. However, you can have similarly named services in multiple clusters within a Region or across multiple Regions.

    *)
  3. clusterArn : String_.t option;
    (*

    The Amazon Resource Name (ARN) of the cluster that hosts the service.

    *)
  4. loadBalancers : LoadBalancers.t option;
    (*

    A list of Elastic Load Balancing load balancer objects. It contains the load balancer name, the container name, and the container port to access from the load balancer. The container name is as it appears in a container definition.

    *)
  5. serviceRegistries : ServiceRegistries.t option;
    (*

    The details for the service discovery registries to assign to this service. For more information, see Service Discovery.

    *)
  6. status : String_.t option;
    (*

    The status of the service. The valid values are ACTIVE, DRAINING, or INACTIVE.

    *)
  7. desiredCount : Integer.t option;
    (*

    The desired number of instantiations of the task definition to keep running on the service. This value is specified when the service is created with CreateService , and it can be modified with UpdateService.

    *)
  8. runningCount : Integer.t option;
    (*

    The number of tasks in the cluster that are in the RUNNING state.

    *)
  9. pendingCount : Integer.t option;
    (*

    The number of tasks in the cluster that are in the PENDING state.

    *)
  10. launchType : LaunchType.t option;
    (*

    The launch type the service is using. When using the DescribeServices API, this field is omitted if the service was created using a capacity provider strategy.

    *)
  11. capacityProviderStrategy : CapacityProviderStrategy.t option;
    (*

    The capacity provider strategy the service uses. When using the DescribeServices API, this field is omitted if the service was created using a launch type.

    *)
  12. platformVersion : String_.t option;
    (*

    The platform version to run your service on. A platform version is only specified for tasks that are hosted on Fargate. 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.

    *)
  13. platformFamily : String_.t option;
    (*

    The operating system that your tasks in the service run on. A platform family is specified only for tasks using the Fargate launch type. All tasks that run as part of this service must use the same platformFamily value as the service (for example, LINUX).

    *)
  14. taskDefinition : String_.t option;
    (*

    The task definition to use for tasks in the service. This value is specified when the service is created with CreateService, and it can be modified with UpdateService.

    *)
  15. deploymentConfiguration : DeploymentConfiguration.t option;
    (*

    Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.

    *)
  16. taskSets : TaskSets.t option;
    (*

    Information about a set of Amazon ECS tasks in either an CodeDeploy or an EXTERNAL deployment. An Amazon ECS task set includes details such as the desired number of tasks, how many tasks are running, and whether the task set serves production traffic.

    *)
  17. deployments : Deployments.t option;
    (*

    The current state of deployments for the service.

    *)
  18. roleArn : String_.t option;
    (*

    The ARN of the IAM role that's associated with the service. It allows the Amazon ECS container agent to register container instances with an Elastic Load Balancing load balancer.

    *)
  19. events : ServiceEvents.t option;
    (*

    The event stream for your service. A maximum of 100 of the latest events are displayed.

    *)
  20. createdAt : Timestamp.t option;
    (*

    The Unix timestamp for the time when the service was created.

    *)
  21. currentServiceDeployment : String_.t option;
    (*

    The ARN of the current service deployment.

    *)
  22. currentServiceRevisions : ServiceCurrentRevisionSummaryList.t option;
    (*

    The list of the service revisions.

    *)
  23. placementConstraints : PlacementConstraints.t option;
    (*

    The placement constraints for the tasks in the service.

    *)
  24. placementStrategy : PlacementStrategies.t option;
    (*

    The placement strategy that determines how tasks for the service are placed.

    *)
  25. networkConfiguration : NetworkConfiguration.t option;
    (*

    The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using the awsvpc networking mode.

    *)
  26. healthCheckGracePeriodSeconds : BoxedInteger.t option;
    (*

    The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and container health checks after a task has first started. If your service has more running tasks than desired, unhealthy tasks in the grace period might be stopped to reach the desired count.

    *)
  27. schedulingStrategy : SchedulingStrategy.t option;
    (*

    The scheduling strategy to use for the service. For more information, see Services. There are two service scheduler strategies available. REPLICA-The replica scheduling strategy places and maintains the desired number of tasks across your cluster. By default, the service scheduler spreads tasks across Availability Zones. You can use task placement strategies and constraints to customize task placement decisions. DAEMON-The daemon scheduling strategy deploys exactly one task on each active container instance. This task meets all of the task placement constraints that you specify in your cluster. The service scheduler also evaluates the task placement constraints for running tasks. It stop tasks that don't meet the placement constraints. Fargate tasks don't support the DAEMON scheduling strategy.

    *)
  28. deploymentController : DeploymentController.t option;
    (*

    The deployment controller type the service is using.

    *)
  29. tags : Tags.t option;
    (*

    The metadata that you apply to the service to help you categorize and organize them. Each tag consists of a key and an optional value. You define bot the key and value. The following basic restrictions apply to tags: Maximum number of tags per resource - 50 For each resource, each tag key must be unique, and each tag key can have only one value. Maximum key length - 128 Unicode characters in UTF-8 Maximum value length - 256 Unicode characters in UTF-8 If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @. Tag keys and values are case-sensitive. Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for Amazon Web Services use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.

    *)
  30. createdBy : String_.t option;
    (*

    The principal that created the service.

    *)
  31. enableECSManagedTags : Boolean.t option;
    (*

    Determines whether to use Amazon ECS managed tags for the tasks in the service. For more information, see Tagging Your Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.

    *)
  32. propagateTags : PropagateTags.t option;
    (*

    Determines whether to propagate the tags from the task definition or the service to the task. If no value is specified, the tags aren't propagated.

    *)
  33. enableExecuteCommand : Boolean.t option;
    (*

    Determines whether the execute command functionality is turned on for the service. If true, the execute command functionality is turned on for all containers in tasks as part of the service.

    *)
  34. availabilityZoneRebalancing : AvailabilityZoneRebalancing.t option;
    (*

    Indicates whether to use Availability Zone rebalancing for the service. For more information, see Balancing an Amazon ECS service across Availability Zones in the Amazon Elastic Container Service Developer Guide . The default behavior of AvailabilityZoneRebalancing differs between create and update requests: For create service requests, when no value is specified for AvailabilityZoneRebalancing, Amazon ECS defaults the value to ENABLED. For update service requests, when no value is specified for AvailabilityZoneRebalancing, Amazon ECS defaults to the existing service’s AvailabilityZoneRebalancing value. If the service never had an AvailabilityZoneRebalancing value set, Amazon ECS treats this as DISABLED.

    *)
  35. resourceManagementType : ResourceManagementType.t option;
    (*

    Identifies whether an ECS Service is an Express Service managed by ECS, or managed by the customer. The valid values are ECS and CUSTOMER

    *)
}
Sourceval make : ?serviceArn:??? -> ?serviceName:??? -> ?clusterArn:??? -> ?loadBalancers:??? -> ?serviceRegistries:??? -> ?status:??? -> ?desiredCount:??? -> ?runningCount:??? -> ?pendingCount:??? -> ?launchType:??? -> ?capacityProviderStrategy:??? -> ?platformVersion:??? -> ?platformFamily:??? -> ?taskDefinition:??? -> ?deploymentConfiguration:??? -> ?taskSets:??? -> ?deployments:??? -> ?roleArn:??? -> ?events:??? -> ?createdAt:??? -> ?currentServiceDeployment:??? -> ?currentServiceRevisions:??? -> ?placementConstraints:??? -> ?placementStrategy:??? -> ?networkConfiguration:??? -> ?healthCheckGracePeriodSeconds:??? -> ?schedulingStrategy:??? -> ?deploymentController:??? -> ?tags:??? -> ?createdBy:??? -> ?enableECSManagedTags:??? -> ?propagateTags:??? -> ?enableExecuteCommand:??? -> ?availabilityZoneRebalancing:??? -> ?resourceManagementType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of BoxedInteger.t | `List of [> `Structure of (string * [> `Integer of CapacityProviderStrategyItemWeight.t | `String of String_.t | `Structure of (string * [> `Boolean of BoxedBoolean.t | `Enum of string | `Integer of BoxedInteger.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list ]) list ] list | `String of String_.t ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Double of Double.t | `Enum of string | `List of [> `Structure of (string * [> `Integer of PortNumber.t | `List of [> `Structure of (string * [> `Integer of PortNumber.t | `String of String_.t | `Structure of (string * [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Integer of Duration.t | `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ] list | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list ]) list ]) list | `Timestamp of Timestamp.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of BoxedInteger.t | `List of [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of String_.t | `Structure of 'a list ]) list ] list | `Structure of (string * [> `Boolean of Boolean.t | `Double of Double.t | `Enum of string | `Integer of Integer.t | `List of [> `String of String_.t ] list ]) list ]) list | `Timestamp of Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t