Class: Aws::Neptune::Types::SwitchoverGlobalClusterMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::SwitchoverGlobalClusterMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_cluster_identifier ⇒ String
The identifier of the global database cluster to switch over.
-
#target_db_cluster_identifier ⇒ String
The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the global database.
Instance Attribute Details
#global_cluster_identifier ⇒ String
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.
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_identifier ⇒ String
The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the global database.
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 |