Values.CreatePortalRequestSourceThe request body for the post operation.
type nonrec t = {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.
*)includedPortalProductArns : string list option;The ARNs of the portal products included in the portal.
*)logoUri : string option;The URI for the portal logo image that is displayed in the portal header.
*)portalContent : PortalContent.t;The content of the portal.
*)rumAppMonitorName : string option;The name of the Amazon CloudWatch RUM app monitor for the portal.
*)}val make :
?includedPortalProductArns:??? ->
?logoUri:??? ->
?rumAppMonitorName:??? ->
?tags:??? ->
authorization:Authorization.t ->
endpointConfiguration:EndpointConfigurationRequest.t ->
portalContent:PortalContent.t ->
unit ->
tval 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 ]