GetNamespacePlainArgs

data class GetNamespacePlainArgs(val namespace: String? = null, val path: String? = null) : ConvertibleToJava<GetNamespacePlainArgs>

A collection of arguments for invoking getNamespace.

Constructors

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

Link copied to clipboard
val path: String? = null

The path of the namespace. Must not have a trailing /. If not specified or empty, path attributes are set for the current namespace based on the namespace arguments of the provider and this data source. Other path related attributes will be empty in this case.

Functions

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