GetWebAppPlainArgs

data class GetWebAppPlainArgs(val arn: String) : ConvertibleToJava<GetWebAppPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

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

Functions

Link copied to clipboard
open override fun toJava(): GetWebAppPlainArgs