Module Values.CreatePortalRequestSource

The request body for the post operation.

Sourcetype nonrec t = {
  1. authorization : Authorization.t;
    (*

    The authentication configuration for the portal.

    *)
  2. endpointConfiguration : EndpointConfigurationRequest.t;
    (*

    The domain configuration for the portal. Use a default domain provided by API Gateway or provide a fully-qualified domain name that you own.

    *)
  3. includedPortalProductArns : string list option;
    (*

    The ARNs of the portal products included in the portal.

    *)
  4. logoUri : string option;
    (*

    The URI for the portal logo image that is displayed in the portal header.

    *)
  5. portalContent : PortalContent.t;
    (*

    The content of the portal.

    *)
  6. rumAppMonitorName : string option;
    (*

    The name of the Amazon CloudWatch RUM app monitor for the portal.

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

    The collection of tags. Each tag element is associated with a given resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?includedPortalProductArns:??? -> ?logoUri:??? -> ?rumAppMonitorName:??? -> ?tags:??? -> authorization:Authorization.t -> endpointConfiguration:EndpointConfigurationRequest.t -> portalContent:PortalContent.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] list | `Map of ([> `String of string ] * [> `String of StringWithLengthBetween1And1600.t ]) list | `String of string | `Structure of (string * [> `String of string | `Structure of (string * [> `String of string | `Structure of (string * [> `String of string ]) list | `Timestamp of string ]) 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