GetUrlPlainArgs

data class GetUrlPlainArgs(val functionArn: String) : ConvertibleToJava<GetUrlPlainArgs>

Constructors

Link copied to clipboard
constructor(functionArn: String)

Properties

Link copied to clipboard

The full Amazon Resource Name (ARN) of the function associated with the Function URL.

Functions

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