Module Values.AwsCloudMapServiceDiscoverySource

An object that represents the Cloud Map service discovery information for your virtual node. Cloud Map is not available in the eu-south-1 Region.

Sourcetype nonrec t = {
  1. attributes : AwsCloudMapInstanceAttributes.t option;
    (*

    A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all of the specified key/value pairs will be returned.

    *)
  2. ipPreference : IpPreference.t option;
    (*

    The preferred IP version that this virtual node uses. Setting the IP preference on the virtual node only overrides the IP preference set for the mesh on this specific node.

    *)
  3. namespaceName : AwsCloudMapName.t;
    (*

    The name of the Cloud Map namespace to use.

    *)
  4. serviceName : AwsCloudMapName.t;
    (*

    The name of the Cloud Map service to use.

    *)
}
Sourceval context_ : string
Sourceval make : ?attributes:??? -> ?ipPreference:??? -> namespaceName:AwsCloudMapName.t -> serviceName:AwsCloudMapName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of AwsCloudMapInstanceAttributeKey.t ]) list ] list | `String of AwsCloudMapName.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