GlobalCluster

class GlobalCluster : KotlinCustomResource

Resource Type definition for AWS::RDS::GlobalCluster

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 name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora). If you specify the SourceDBClusterIdentifier property, don't specify this property. The value is inherited from the cluster.

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: Output<String>?

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

The cluster identifier of the new global database cluster. This parameter is stored as a lowercase string.

Link copied to clipboard
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is optional. This parameter is stored as a lowercase string.

Link copied to clipboard

The storage encryption setting for the new global database cluster. If you specify the SourceDBClusterIdentifier property, don't specify this property. The value is inherited from the cluster.

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

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

Link copied to clipboard
val urn: Output<String>