Module Values.CreateInboundExternalLinkRequestSource

Creates an inbound external link.

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

    The unique client token.

    *)
  2. gatewayId : GatewayId.t;
    (*

    The unique identifier of the gateway.

    *)
  3. attributes : LinkAttributes.t option;
    (*

    Attributes of the link.

    *)
  4. logSettings : LinkLogSettings.t;
    (*

    Settings for the application logs.

    *)
  5. tags : TagsMap.t option;
    (*

    A map of the key-value pairs of the tag or tags to assign to the resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?attributes:??? -> ?tags:??? -> clientToken:String_.t -> gatewayId:GatewayId.t -> logSettings:LinkLogSettings.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of String_.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Float of ResponderErrorMaskingForHttpCodeResponseLoggingPercentageFloat.t | `List of [> `Enum of string ] list | `String of ResponderErrorMaskingForHttpCodeHttpCodeString.t ]) list ] list | `String of CustomerProvidedId.t | `Structure of (string * [> `Structure of (string * [> `Double of LinkApplicationLogSamplingErrorLogDouble.t ]) list ]) list ]) 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