GetGlobalClusterResult

data class GetGlobalClusterResult(val deletionProtection: Boolean? = null, val engineLifecycleSupport: String? = null, val engineVersion: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(deletionProtection: Boolean? = null, engineLifecycleSupport: String? = null, engineVersion: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.

Link copied to clipboard

The life cycle type of the global cluster. You can use this setting to enroll your global cluster into Amazon RDS Extended Support.

Link copied to clipboard
val engineVersion: String? = null

The version number of the database engine to use. If you specify the SourceDBClusterIdentifier property, don't specify this property. The value is inherited from the cluster.

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

An array of key-value pairs to apply to this resource.