Module Values_0.TopicRuleDestinationConfigurationSource

Configuration of the topic rule destination.

Sourcetype nonrec t = {
  1. httpUrlConfiguration : HttpUrlDestinationConfiguration.t option;
    (*

    Configuration of the HTTP URL.

    *)
  2. vpcConfiguration : VpcDestinationConfiguration.t option;
    (*

    Configuration of the virtual private cloud (VPC) connection.

    *)
}
Sourceval make : ?httpUrlConfiguration:??? -> ?vpcConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of SubnetId.t ] list | `String of Url.t ]) 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