Module Values_0.CreateIntegrationAssociationRequestSource

Creates an Amazon Web Services resource association with an Amazon Connect instance.

Sourcetype nonrec t = {
  1. instanceId : InstanceId.t;
    (*

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    *)
  2. integrationType : IntegrationType.t;
    (*

    The type of information to be ingested.

    *)
  3. integrationArn : ARN.t;
    (*

    The Amazon Resource Name (ARN) of the integration. When integrating with Amazon Web Services End User Messaging, the Amazon Connect and Amazon Web Services End User Messaging instances must be in the same account.

    *)
  4. sourceApplicationUrl : URI.t option;
    (*

    The URL for the external application. This field is only required for the EVENT integration type.

    *)
  5. sourceApplicationName : SourceApplicationName.t option;
    (*

    The name of the external application. This field is only required for the EVENT integration type.

    *)
  6. sourceType : SourceType.t option;
    (*

    The type of the data source. This field is only required for the EVENT integration type.

    *)
  7. tags : TagMap.t option;
    (*

    The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

    *)
}
Sourceval context_ : string
Sourceval make : ?sourceApplicationUrl:??? -> ?sourceApplicationName:??? -> ?sourceType:??? -> ?tags:??? -> instanceId:InstanceId.t -> integrationType:IntegrationType.t -> integrationArn:ARN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of InstanceId.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