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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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 don't specify a name, Amazon Aurora doesn't create a database in the global database cluster.

Constraints:

  • Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the database name from the source DB cluster.

^

Returns:

  • (String)


6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 6080

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

Specifies whether to enable deletion protection for the new global database cluster. The global database can't be deleted when deletion protection is enabled.

Returns:

  • (Boolean)


6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 6080

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 database engine to use for this global database cluster.

Valid Values: aurora-mysql | aurora-postgresql

Constraints:

  • Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the engine of the source DB cluster.

^

Returns:

  • (String)


6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 6080

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 to use for this global database cluster.

Constraints:

  • Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the engine version of the source DB cluster.

^

Returns:

  • (String)


6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 6080

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 for this global database cluster. This parameter is stored as a lowercase string.

Returns:

  • (String)


6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 6080

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.

If you provide a value for this parameter, don't specify values for the following settings because Amazon Aurora uses the values from the specified source DB cluster:

  • DatabaseName

  • Engine

  • EngineVersion

  • StorageEncrypted

Returns:

  • (String)


6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 6080

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

Specifies whether to enable storage encryption for the new global database cluster.

Constraints:

  • Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the setting from the source DB cluster.

^

Returns:

  • (Boolean)


6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 6080

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