Values.CreatePortalResponseContentSourceCreates a portal.
type nonrec t = {endpointConfiguration : EndpointConfigurationResponse.t;The endpoint configuration.
*)includedPortalProductArns : string list;The ARNs of the portal products included in the portal.
*)lastModified : string;The timestamp when the portal configuration was last modified.
*)lastPublished : string option;The timestamp when the portal was last published.
*)lastPublishedDescription : string option;A user-written description of the changes made in the last published version of the portal.
*)portalArn : string;The ARN of the portal.
*)portalContent : PortalContent.t;The name, description, and theme for the portal.
*)portalId : string;The portal identifier.
*)publishStatus : PublishStatus.t option;The current publishing status of the portal.
*)rumAppMonitorName : string option;The name of the Amazon CloudWatch RUM app monitor.
*)statusException : StatusException.t option;Error information for failed portal operations. Contains details about any issues encountered during portal creation or publishing.
*)}val make :
?lastPublished:??? ->
?lastPublishedDescription:??? ->
?publishStatus:??? ->
?rumAppMonitorName:??? ->
?statusException:??? ->
?tags:??? ->
authorization:Authorization.t ->
endpointConfiguration:EndpointConfigurationResponse.t ->
includedPortalProductArns:string list ->
lastModified:string ->
portalArn:string ->
portalContent:PortalContent.t ->
portalId:string ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum 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
| `Timestamp of string ])
list ]