Class: Aws::RDS::Types::GlobalClusterMember

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

Overview

A data structure with information about any primary and secondary clusters associated with a global cluster (Aurora global database).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_arnString

The Amazon Resource Name (ARN) for each Aurora DB cluster in the global cluster.

Returns:

  • (String)


15823
15824
15825
15826
15827
15828
15829
15830
15831
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15823

class GlobalClusterMember < Struct.new(
  :db_cluster_arn,
  :readers,
  :is_writer,
  :global_write_forwarding_status,
  :synchronization_status)
  SENSITIVE = []
  include Aws::Structure
end

#global_write_forwarding_statusString

The status of write forwarding for a secondary cluster in the global cluster.

Returns:

  • (String)


15823
15824
15825
15826
15827
15828
15829
15830
15831
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15823

class GlobalClusterMember < Struct.new(
  :db_cluster_arn,
  :readers,
  :is_writer,
  :global_write_forwarding_status,
  :synchronization_status)
  SENSITIVE = []
  include Aws::Structure
end

#is_writerBoolean

Indicates whether the Aurora DB cluster is the primary cluster (that is, has read-write capability) for the global cluster with which it is associated.

Returns:

  • (Boolean)


15823
15824
15825
15826
15827
15828
15829
15830
15831
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15823

class GlobalClusterMember < Struct.new(
  :db_cluster_arn,
  :readers,
  :is_writer,
  :global_write_forwarding_status,
  :synchronization_status)
  SENSITIVE = []
  include Aws::Structure
end

#readersArray<String>

The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the global cluster.

Returns:

  • (Array<String>)


15823
15824
15825
15826
15827
15828
15829
15830
15831
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15823

class GlobalClusterMember < Struct.new(
  :db_cluster_arn,
  :readers,
  :is_writer,
  :global_write_forwarding_status,
  :synchronization_status)
  SENSITIVE = []
  include Aws::Structure
end

#synchronization_statusString

The status of synchronization of each Aurora DB cluster in the global cluster.

Returns:

  • (String)


15823
15824
15825
15826
15827
15828
15829
15830
15831
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15823

class GlobalClusterMember < Struct.new(
  :db_cluster_arn,
  :readers,
  :is_writer,
  :global_write_forwarding_status,
  :synchronization_status)
  SENSITIVE = []
  include Aws::Structure
end