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
fun ScopeNamespaceArgs(targetNamespace: Output<String>? = null)

Functions

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

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