Module Values.DiscoverPollEndpointRequestSource

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

    The container instance ID or full ARN of the container instance. For more information about the ARN format, see Amazon Resource Name (ARN) in the Amazon ECS Developer Guide.

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

    The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.

    *)
}
Sourceval make : ?containerInstance:??? -> ?cluster:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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