Module Values_1.ReplicationConfigurationSource

Details about the status of the replication of a source Amazon Connect instance across Amazon Web Services Regions. Use these details to understand the general status of a given replication. For information about why a replication process may fail, see Why a ReplicateInstance call fails in the Create a replica of your existing Amazon Connect instance topic in the Amazon Connect Administrator Guide.

Sourcetype nonrec t = {
  1. replicationStatusSummaryList : ReplicationStatusSummaryList.t option;
    (*

    A list of replication status summaries. The summaries contain details about the replication of configuration information for Amazon Connect resources, for each Amazon Web Services Region.

    *)
  2. sourceRegion : Values_0.AwsRegion.t option;
    (*

    The Amazon Web Services Region where the source Amazon Connect instance was created. This is the Region where the ReplicateInstance API was called to start the replication process.

    *)
  3. globalSignInEndpoint : GlobalSignInEndpoint.t option;
    (*

    The URL that is used to sign-in to your Amazon Connect instance according to your traffic distribution group configuration. For more information about sign-in and traffic distribution groups, see Important things to know in the Create traffic distribution groups topic in the Amazon Connect Administrator Guide.

    *)
}
Sourceval make : ?replicationStatusSummaryList:??? -> ?sourceRegion:??? -> ?globalSignInEndpoint:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of Values_0.AwsRegion.t ]) list ] list | `String of Values_0.AwsRegion.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