ListedWebApp

a structure that contains details for the web app.

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) for the web app.

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

The unique identifier for the web app.

Functions

Link copied to clipboard
inline fun copy(block: ListedWebApp.Builder.() -> Unit = {}): ListedWebApp
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