Global Cluster Args
data class GlobalClusterArgs(val deletionProtection: Output<Boolean>? = null, val engine: Output<GlobalClusterEngine>? = null, val engineVersion: Output<String>? = null, val globalClusterIdentifier: Output<String>? = null, val sourceDbClusterIdentifier: Output<String>? = null, val storageEncrypted: Output<Boolean>? = null) : ConvertibleToJava<GlobalClusterArgs>
Resource Type definition for AWS::RDS::GlobalCluster
Constructors
Link copied to clipboard
fun GlobalClusterArgs(deletionProtection: Output<Boolean>? = null, engine: Output<GlobalClusterEngine>? = null, engineVersion: Output<String>? = null, globalClusterIdentifier: Output<String>? = null, sourceDbClusterIdentifier: Output<String>? = null, storageEncrypted: Output<Boolean>? = null)