GetNamespacesPlainArgs

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

A collection of arguments for invoking getNamespaces.

Constructors

Link copied to clipboard
constructor(namespace: String? = 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.

Functions

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