GetWebAppResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessEndpoint: String? = null

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
val arn: String? = null

Specifies the unique Amazon Resource Name (ARN) for the web app.

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
val tags: List<Tag>? = null

Key-value pairs that can be used to group and search for 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
val webAppId: String? = null

A unique identifier for the 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.