Class: Aws::RDS::Types::CreateGlobalClusterMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

The name for your database of up to 64 alphanumeric characters. If you do not provide a name, Amazon Aurora will not create a database in the global database cluster you are creating.

Returns:

  • (String)

5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
# File 'lib/aws-sdk-rds/types.rb', line 5622

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_protectionBoolean

The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.

Returns:

  • (Boolean)

5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
# File 'lib/aws-sdk-rds/types.rb', line 5622

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

#engineString

The name of the database engine to be used for this DB cluster.

Returns:

  • (String)

5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
# File 'lib/aws-sdk-rds/types.rb', line 5622

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_versionString

The engine version of the Aurora global database.

Returns:

  • (String)

5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
# File 'lib/aws-sdk-rds/types.rb', line 5622

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_identifierString

The cluster identifier of the new global database cluster.

Returns:

  • (String)

5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
# File 'lib/aws-sdk-rds/types.rb', line 5622

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_identifierString

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

Returns:

  • (String)

5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
# File 'lib/aws-sdk-rds/types.rb', line 5622

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_encryptedBoolean

The storage encryption setting for the new global database cluster.

Returns:

  • (Boolean)

5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
# File 'lib/aws-sdk-rds/types.rb', line 5622

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