You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RDS::Types::CreateGlobalClusterMessageWhen passing CreateGlobalClusterMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
global_cluster_identifier: "String",
source_db_cluster_identifier: "String",
engine: "String",
engine_version: "String",
deletion_protection: false,
database_name: "String",
storage_encrypted: false,
}
Instance Attribute Summary collapse
The name for your database of up to 64 alpha-numeric characters.
The deletion protection setting for the new global database.
The name of the database engine to be used for this DB cluster.
The engine version of the Aurora global database.
The cluster identifier of the new global database cluster.
The Amazon Resource Name (ARN) to use as the primary cluster of the global database.
The storage encryption setting for the new global database cluster.
The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon Aurora will not create a database in the global database cluster you are creating.
#deletion_protection ⇒ BooleanThe deletion protection setting for the new global database. The global database can\'t be deleted when deletion protection is enabled.
#engine ⇒ StringThe name of the database engine to be used for this DB cluster.
#engine_version ⇒ StringThe engine version of the Aurora global database.
#global_cluster_identifier ⇒ StringThe cluster identifier of the new global database cluster.
#source_db_cluster_identifier ⇒ StringThe Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is optional.
#storage_encrypted ⇒ BooleanThe storage encryption setting for the new global database cluster.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4