Class: Aws::Neptune::Types::SwitchoverGlobalClusterMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_cluster_identifierString

The identifier of the global database cluster to switch over. This parameter isn’t case-sensitive.

Constraints: Must match the identifier of an existing global database cluster.

Returns:

  • (String)


8147
8148
8149
8150
8151
8152
# File 'lib/aws-sdk-neptune/types.rb', line 8147

class SwitchoverGlobalClusterMessage < Struct.new(
  :global_cluster_identifier,
  :target_db_cluster_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#target_db_cluster_identifierString

The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the global database.

Returns:

  • (String)


8147
8148
8149
8150
8151
8152
# File 'lib/aws-sdk-neptune/types.rb', line 8147

class SwitchoverGlobalClusterMessage < Struct.new(
  :global_cluster_identifier,
  :target_db_cluster_identifier)
  SENSITIVE = []
  include Aws::Structure
end