Package-level declarations

Types

Link copied to clipboard
class Namespace : KotlinCustomResource

Provides a Schedulerx Namespace resource. For information about Schedulerx Namespace and how to use it, see What is Namespace.

Link copied to clipboard
data class NamespaceArgs(val description: Output<String>? = null, val namespaceName: Output<String>? = null) : ConvertibleToJava<NamespaceArgs>

Provides a Schedulerx Namespace resource. For information about Schedulerx Namespace and how to use it, see What is Namespace.

Link copied to clipboard
Link copied to clipboard
object NamespaceMapper : ResourceMapper<Namespace>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun namespace(name: String, block: suspend NamespaceResourceBuilder.() -> Unit): Namespace