DescribedWebApp

A structure that describes the parameters for the web app, as identified by the WebAppId.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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

The Amazon Resource Name (ARN) of the web app.

Link copied to clipboard

A structure that contains the details for the identity provider used by the web app.

Link copied to clipboard
val tags: List<Tag>?

Key-value pairs that can be used to group and search for web apps. Tags are metadata attached to web apps for any purpose.

Link copied to clipboard

The WebAppEndpoint is the unique URL for your Transfer Family web app. This is the value that you use when you configure Origins on CloudFront.

Link copied to clipboard

Setting for the type of endpoint policy for the web app. The default value is STANDARD.

Link copied to clipboard

The 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.

Functions

Link copied to clipboard
inline fun copy(block: DescribedWebApp.Builder.() -> Unit = {}): DescribedWebApp
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String