ScopeNamespaceArgs

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

Specifies that the scope of the extensionInstance 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 extensionInstance will be created for an Namespace scoped extensionInstance. If this namespace does not exist, it will be created

Functions

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