ClusterArgs

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

Resource Type definition for AWS::DSQL::Cluster

Constructors

Link copied to clipboard
constructor(deletionProtectionEnabled: Output<Boolean>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val deletionProtectionEnabled: Output<Boolean>? = null

Whether deletion protection is enabled in this cluster.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Functions

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