Package-level declarations

Types

Link copied to clipboard
class Cluster : KotlinCustomResource

Resource Type definition for AWS::DSQL::Cluster

Link copied to clipboard
data class ClusterArgs(val deletionProtectionEnabled: Output<Boolean>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ClusterArgs>

Resource Type definition for AWS::DSQL::Cluster

Link copied to clipboard
Link copied to clipboard
object ClusterMapper : ResourceMapper<Cluster>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun cluster(name: String): Cluster
suspend fun cluster(name: String, block: suspend ClusterResourceBuilder.() -> Unit): Cluster