Class: Aws::RDS::Types::GlobalCluster

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

Overview

A data type representing an Aurora global database.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

The default database name within the new global database cluster.

Returns:

  • (String)


17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17354

class GlobalCluster < Struct.new(
  :global_cluster_identifier,
  :global_cluster_resource_id,
  :global_cluster_arn,
  :status,
  :engine,
  :engine_version,
  :engine_lifecycle_support,
  :database_name,
  :storage_encrypted,
  :storage_encryption_type,
  :deletion_protection,
  :global_cluster_members,
  :endpoint,
  :failover_state,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#deletion_protectionBoolean

The deletion protection setting for the new global database cluster.

Returns:

  • (Boolean)


17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17354

class GlobalCluster < Struct.new(
  :global_cluster_identifier,
  :global_cluster_resource_id,
  :global_cluster_arn,
  :status,
  :engine,
  :engine_version,
  :engine_lifecycle_support,
  :database_name,
  :storage_encrypted,
  :storage_encryption_type,
  :deletion_protection,
  :global_cluster_members,
  :endpoint,
  :failover_state,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#endpointString

The writer endpoint for the new global database cluster. This endpoint always points to the writer DB instance in the current primary cluster.

Returns:

  • (String)


17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17354

class GlobalCluster < Struct.new(
  :global_cluster_identifier,
  :global_cluster_resource_id,
  :global_cluster_arn,
  :status,
  :engine,
  :engine_version,
  :engine_lifecycle_support,
  :database_name,
  :storage_encrypted,
  :storage_encryption_type,
  :deletion_protection,
  :global_cluster_members,
  :endpoint,
  :failover_state,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

The Aurora database engine used by the global database cluster.

Returns:

  • (String)


17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17354

class GlobalCluster < Struct.new(
  :global_cluster_identifier,
  :global_cluster_resource_id,
  :global_cluster_arn,
  :status,
  :engine,
  :engine_version,
  :engine_lifecycle_support,
  :database_name,
  :storage_encrypted,
  :storage_encryption_type,
  :deletion_protection,
  :global_cluster_members,
  :endpoint,
  :failover_state,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#engine_lifecycle_supportString

The lifecycle type for the global cluster.

For more information, see CreateGlobalCluster.

Returns:

  • (String)


17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17354

class GlobalCluster < Struct.new(
  :global_cluster_identifier,
  :global_cluster_resource_id,
  :global_cluster_arn,
  :status,
  :engine,
  :engine_version,
  :engine_lifecycle_support,
  :database_name,
  :storage_encrypted,
  :storage_encryption_type,
  :deletion_protection,
  :global_cluster_members,
  :endpoint,
  :failover_state,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

Indicates the database engine version.

Returns:

  • (String)


17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17354

class GlobalCluster < Struct.new(
  :global_cluster_identifier,
  :global_cluster_resource_id,
  :global_cluster_arn,
  :status,
  :engine,
  :engine_version,
  :engine_lifecycle_support,
  :database_name,
  :storage_encrypted,
  :storage_encryption_type,
  :deletion_protection,
  :global_cluster_members,
  :endpoint,
  :failover_state,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#failover_stateTypes::FailoverState

A data object containing all properties for the current state of an in-process or pending switchover or failover process for this global cluster (Aurora global database). This object is empty unless the SwitchoverGlobalCluster or FailoverGlobalCluster operation was called on this global cluster.



17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17354

class GlobalCluster < Struct.new(
  :global_cluster_identifier,
  :global_cluster_resource_id,
  :global_cluster_arn,
  :status,
  :engine,
  :engine_version,
  :engine_lifecycle_support,
  :database_name,
  :storage_encrypted,
  :storage_encryption_type,
  :deletion_protection,
  :global_cluster_members,
  :endpoint,
  :failover_state,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#global_cluster_arnString

The Amazon Resource Name (ARN) for the global database cluster.

Returns:

  • (String)


17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17354

class GlobalCluster < Struct.new(
  :global_cluster_identifier,
  :global_cluster_resource_id,
  :global_cluster_arn,
  :status,
  :engine,
  :engine_version,
  :engine_lifecycle_support,
  :database_name,
  :storage_encrypted,
  :storage_encryption_type,
  :deletion_protection,
  :global_cluster_members,
  :endpoint,
  :failover_state,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#global_cluster_identifierString

Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database cluster.

Returns:

  • (String)


17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17354

class GlobalCluster < Struct.new(
  :global_cluster_identifier,
  :global_cluster_resource_id,
  :global_cluster_arn,
  :status,
  :engine,
  :engine_version,
  :engine_lifecycle_support,
  :database_name,
  :storage_encrypted,
  :storage_encryption_type,
  :deletion_protection,
  :global_cluster_members,
  :endpoint,
  :failover_state,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#global_cluster_membersArray<Types::GlobalClusterMember>

The list of primary and secondary clusters within the global database cluster.

Returns:



17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17354

class GlobalCluster < Struct.new(
  :global_cluster_identifier,
  :global_cluster_resource_id,
  :global_cluster_arn,
  :status,
  :engine,
  :engine_version,
  :engine_lifecycle_support,
  :database_name,
  :storage_encrypted,
  :storage_encryption_type,
  :deletion_protection,
  :global_cluster_members,
  :endpoint,
  :failover_state,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#global_cluster_resource_idString

The Amazon Web Services partition-unique, immutable identifier for the global database cluster. This identifier is found in Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS key for the DB cluster is accessed.

Returns:

  • (String)


17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17354

class GlobalCluster < Struct.new(
  :global_cluster_identifier,
  :global_cluster_resource_id,
  :global_cluster_arn,
  :status,
  :engine,
  :engine_version,
  :engine_lifecycle_support,
  :database_name,
  :storage_encrypted,
  :storage_encryption_type,
  :deletion_protection,
  :global_cluster_members,
  :endpoint,
  :failover_state,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Specifies the current state of this global database cluster.

Returns:

  • (String)


17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17354

class GlobalCluster < Struct.new(
  :global_cluster_identifier,
  :global_cluster_resource_id,
  :global_cluster_arn,
  :status,
  :engine,
  :engine_version,
  :engine_lifecycle_support,
  :database_name,
  :storage_encrypted,
  :storage_encryption_type,
  :deletion_protection,
  :global_cluster_members,
  :endpoint,
  :failover_state,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#storage_encryptedBoolean

The storage encryption setting for the global database cluster.

Returns:

  • (Boolean)


17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17354

class GlobalCluster < Struct.new(
  :global_cluster_identifier,
  :global_cluster_resource_id,
  :global_cluster_arn,
  :status,
  :engine,
  :engine_version,
  :engine_lifecycle_support,
  :database_name,
  :storage_encrypted,
  :storage_encryption_type,
  :deletion_protection,
  :global_cluster_members,
  :endpoint,
  :failover_state,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#storage_encryption_typeString

The type of encryption used to protect data at rest in the global database cluster. Possible values:

  • none - The global database cluster is not encrypted.

  • sse-rds - The global database cluster is encrypted using an Amazon Web Services owned KMS key.

  • sse-kms - The global database cluster is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.

Returns:

  • (String)


17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17354

class GlobalCluster < Struct.new(
  :global_cluster_identifier,
  :global_cluster_resource_id,
  :global_cluster_arn,
  :status,
  :engine,
  :engine_version,
  :engine_lifecycle_support,
  :database_name,
  :storage_encrypted,
  :storage_encryption_type,
  :deletion_protection,
  :global_cluster_members,
  :endpoint,
  :failover_state,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#tag_listArray<Types::Tag>

A list of tags.

For more information, see Tagging Amazon RDS resources in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources in the Amazon Aurora User Guide.

Returns:



17354
17355
17356
17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
17371
17372
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17354

class GlobalCluster < Struct.new(
  :global_cluster_identifier,
  :global_cluster_resource_id,
  :global_cluster_arn,
  :status,
  :engine,
  :engine_version,
  :engine_lifecycle_support,
  :database_name,
  :storage_encrypted,
  :storage_encryption_type,
  :deletion_protection,
  :global_cluster_members,
  :endpoint,
  :failover_state,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end