Module Values.ECSManagedResourcesSource

Represents the Amazon Web Services resources managed by Amazon ECS for an Express service, including ingress paths, auto-scaling policies, metric alarms, and security groups.

Sourcetype nonrec t = {
  1. ingressPaths : ManagedIngressPaths.t option;
    (*

    The ingress paths and endpoints for the Express service.

    *)
  2. autoScaling : ManagedAutoScaling.t option;
    (*

    The auto-scaling configuration and policies for the Express service.

    *)
  3. metricAlarms : ManagedMetricAlarms.t option;
    (*

    The CloudWatch metric alarms associated with the Express service.

    *)
  4. serviceSecurityGroups : ManagedSecurityGroups.t option;
    (*

    The security groups managed by the Express service.

    *)
  5. logGroups : ManagedLogGroups.t option;
    (*

    The log groups managed by the Express service.

    *)
}
Sourceval make : ?ingressPaths:??? -> ?autoScaling:??? -> ?metricAlarms:??? -> ?serviceSecurityGroups:??? -> ?logGroups:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `String of String_.t | `Timestamp of Timestamp.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list | `String of String_.t | `Timestamp of Timestamp.t ]) list | `Timestamp of Timestamp.t ]) list ] list | `Structure of (string * [> `List of [> `Structure of (string * [> `Double of Double.t | `Enum of string | `String of String_.t | `Timestamp of Timestamp.t ]) list ] list | `Structure of (string * [> `Enum of string | `Integer of Integer.t | `String of String_.t | `Timestamp of Timestamp.t ]) list ]) list ]) 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