Get Web App Result
data class GetWebAppResult(val accessEndpoint: String? = null, val arn: String? = null, val identityProviderDetails: WebAppIdentityProviderDetails? = null, val tags: List<Tag>? = null, val webAppCustomization: WebAppCustomization? = null, val webAppId: String? = null, val webAppUnits: WebAppUnitsProperties? = null)
Constructors
Link copied to clipboard
constructor(accessEndpoint: String? = null, arn: String? = null, identityProviderDetails: WebAppIdentityProviderDetails? = null, tags: List<Tag>? = null, webAppCustomization: WebAppCustomization? = null, webAppId: String? = null, webAppUnits: WebAppUnitsProperties? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
You can provide a structure that contains the details for the identity provider to use with your web app. For more details about this parameter, see Configure your identity provider for Transfer Family web apps .
Link copied to clipboard
A structure that contains the customization fields for the web app. You can provide a title, logo, and icon to customize the appearance of your web app.
Link copied to clipboard
A union that contains the value for number of concurrent connections or the user sessions on your web app.