ApplicationScopeArgs

data class ApplicationScopeArgs(val type: Output<String>) : ConvertibleToJava<ApplicationScopeArgs>

Constructors

Link copied to clipboard
constructor(type: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

Required. Scope Type. Possible values: REGIONAL GLOBAL Possible values are: REGIONAL, GLOBAL.

Functions

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