Values.UpdateWebAppRequestSourceAssigns new properties to a web app. You can modify the access point, identity provider details, endpoint configuration, and the web app units. For more information about using VPC endpoints with Transfer Family, see Create a Transfer Family web app in a VPC.
type nonrec t = {webAppId : WebAppId.t;Provide the identifier of the web app that you are updating.
*)identityProviderDetails : UpdateWebAppIdentityProviderDetails.t option;Provide updated identity provider values in a WebAppIdentityProviderDetails object.
*)accessEndpoint : WebAppAccessEndpoint.t option;The AccessEndpoint is the URL that you provide to your users for them to interact with the Transfer Family web app. You can specify a custom URL or use the default value.
*)webAppUnits : WebAppUnits.t option;A union that contains the value for number of concurrent connections or the user sessions on your web app.
*)endpointDetails : UpdateWebAppEndpointDetails.t option;The updated endpoint configuration for the web app. You can modify the endpoint type and VPC configuration settings.
*)}val make :
?identityProviderDetails:??? ->
?accessEndpoint:??? ->
?webAppUnits:??? ->
?endpointDetails:??? ->
webAppId:WebAppId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of WebAppId.t
| `Structure of
(string
* [> `Integer of WebAppUnitCount.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of SubnetId.t ] list
| `String of Role.t ])
list ])
list ])
list ]