Package-level declarations

Types

Link copied to clipboard

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
Link copied to clipboard
Link copied to clipboard

Functions

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