Class: Aws::DocDB::Types::CreateGlobalClusterMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::CreateGlobalClusterMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Represents the input to CreateGlobalCluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The name for your database of up to 64 alpha-numeric characters.
-
#deletion_protection ⇒ Boolean
The deletion protection setting for the new global cluster.
-
#engine ⇒ String
The name of the database engine to be used for this cluster.
-
#engine_version ⇒ String
The engine version of the global cluster.
-
#global_cluster_identifier ⇒ String
The cluster identifier of the new global cluster.
-
#source_db_cluster_identifier ⇒ String
The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster.
-
#storage_encrypted ⇒ Boolean
The storage encryption setting for the new global cluster.
Instance Attribute Details
#database_name ⇒ String
The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon DocumentDB will not create a database in the global cluster you are creating.
1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 |
# File 'lib/aws-sdk-docdb/types.rb', line 1245 class CreateGlobalClusterMessage < Struct.new( :global_cluster_identifier, :source_db_cluster_identifier, :engine, :engine_version, :deletion_protection, :database_name, :storage_encrypted) SENSITIVE = [] include Aws::Structure end |
#deletion_protection ⇒ Boolean
The deletion protection setting for the new global cluster. The global cluster can’t be deleted when deletion protection is enabled.
1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 |
# File 'lib/aws-sdk-docdb/types.rb', line 1245 class CreateGlobalClusterMessage < Struct.new( :global_cluster_identifier, :source_db_cluster_identifier, :engine, :engine_version, :deletion_protection, :database_name, :storage_encrypted) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The name of the database engine to be used for this cluster.
1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 |
# File 'lib/aws-sdk-docdb/types.rb', line 1245 class CreateGlobalClusterMessage < Struct.new( :global_cluster_identifier, :source_db_cluster_identifier, :engine, :engine_version, :deletion_protection, :database_name, :storage_encrypted) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The engine version of the global cluster.
1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 |
# File 'lib/aws-sdk-docdb/types.rb', line 1245 class CreateGlobalClusterMessage < Struct.new( :global_cluster_identifier, :source_db_cluster_identifier, :engine, :engine_version, :deletion_protection, :database_name, :storage_encrypted) SENSITIVE = [] include Aws::Structure end |
#global_cluster_identifier ⇒ String
The cluster identifier of the new global cluster.
1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 |
# File 'lib/aws-sdk-docdb/types.rb', line 1245 class CreateGlobalClusterMessage < Struct.new( :global_cluster_identifier, :source_db_cluster_identifier, :engine, :engine_version, :deletion_protection, :database_name, :storage_encrypted) SENSITIVE = [] include Aws::Structure end |
#source_db_cluster_identifier ⇒ String
The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster. This parameter is optional.
1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 |
# File 'lib/aws-sdk-docdb/types.rb', line 1245 class CreateGlobalClusterMessage < Struct.new( :global_cluster_identifier, :source_db_cluster_identifier, :engine, :engine_version, :deletion_protection, :database_name, :storage_encrypted) SENSITIVE = [] include Aws::Structure end |
#storage_encrypted ⇒ Boolean
The storage encryption setting for the new global cluster.
1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 |
# File 'lib/aws-sdk-docdb/types.rb', line 1245 class CreateGlobalClusterMessage < Struct.new( :global_cluster_identifier, :source_db_cluster_identifier, :engine, :engine_version, :deletion_protection, :database_name, :storage_encrypted) SENSITIVE = [] include Aws::Structure end |