Get Global Cluster Result
data class GetGlobalClusterResult(val deletionProtection: Boolean? = null, val engineLifecycleSupport: String? = null, val engineVersion: String? = null, val globalEndpoint: GlobalClusterGlobalEndpoint? = null, val tags: List<Tag>? = null)
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
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