Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Resource : KotlinCustomResource

Manages a Cloud Control API Resource. The configuration and lifecycle handling of these resources is proxied through Cloud Control API handlers to the backend service.

Link copied to clipboard
data class ResourceArgs(val desiredState: Output<String>? = null, val roleArn: Output<String>? = null, val schema: Output<String>? = null, val typeName: Output<String>? = null, val typeVersionId: Output<String>? = null) : ConvertibleToJava<ResourceArgs>

Manages a Cloud Control API Resource. The configuration and lifecycle handling of these resources is proxied through Cloud Control API handlers to the backend service.

Link copied to clipboard
Link copied to clipboard
object ResourceMapper : ResourceMapper<Resource>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun resource(name: String, block: suspend ResourceResourceBuilder.() -> Unit): Resource