GetNamespacesPlainArgs

data class GetNamespacesPlainArgs(val namespace: String? = null, val recursive: Boolean? = null) : ConvertibleToJava<GetNamespacesPlainArgs>

A collection of arguments for invoking getNamespaces.

Constructors

Link copied to clipboard
constructor(namespace: String? = null, recursive: Boolean? = null)

Properties

Link copied to clipboard
val namespace: String? = null

The namespace to provision the resource in. The value should not contain leading or trailing forward slashes. The namespace is always relative to the provider's configured namespace.

Link copied to clipboard
val recursive: Boolean? = null

If true, it will returns all child namespaces of the given namespace. Defaults to false, which returns only direct child namespaces.

Functions

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