ScopeNamespaceArgs

data class ScopeNamespaceArgs(val targetNamespace: Output<String>? = null) : ConvertibleToJava<ScopeNamespaceArgs>

Specifies that the scope of the extension is Namespace

Constructors

Link copied to clipboard
constructor(targetNamespace: Output<String>? = null)

Properties

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

Namespace where the extension will be created for an Namespace scoped extension. If this namespace does not exist, it will be created

Functions

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