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.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-docdb/types.rb', line 1104 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.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-docdb/types.rb', line 1104 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.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-docdb/types.rb', line 1104 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.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-docdb/types.rb', line 1104 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.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-docdb/types.rb', line 1104 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.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-docdb/types.rb', line 1104 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.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-docdb/types.rb', line 1104 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 |