WebApplicationFrameworkArgs

data class WebApplicationFrameworkArgs(val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<WebApplicationFrameworkArgs>

Framework specific data for a web application.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Gets or sets Name of the framework.

Link copied to clipboard
val version: Output<String>? = null

Gets or sets Version of the framework.

Functions

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