Class: Aws::DocDB::Types::CreateGlobalClusterMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::CreateGlobalClusterMessage
- Defined in:
- gems/aws-sdk-docdb/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.
1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1270 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.
1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1270 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.
1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1270 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.
1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1270 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.
1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1270 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.
1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1270 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.
1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1270 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 |