Class: Aws::ARCRegionswitch::Types::GlobalAuroraConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::GlobalAuroraConfiguration
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
Configuration for Amazon Aurora global databases used in a Region switch plan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#behavior ⇒ String
The behavior for a global database, that is, only allow switchover or also allow failover.
-
#cross_account_role ⇒ String
The cross account role for the configuration.
-
#database_cluster_arns ⇒ Array<String>
The database cluster Amazon Resource Names (ARNs) for a global database.
-
#external_id ⇒ String
The external ID (secret key) for the configuration.
-
#global_cluster_identifier ⇒ String
The global cluster identifier for a global database.
-
#timeout_minutes ⇒ Integer
The timeout value specified for the configuration.
-
#ungraceful ⇒ Types::GlobalAuroraUngraceful
The settings for ungraceful execution.
Instance Attribute Details
#behavior ⇒ String
The behavior for a global database, that is, only allow switchover or also allow failover.
1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1100 class GlobalAuroraConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :behavior, :ungraceful, :global_cluster_identifier, :database_cluster_arns) SENSITIVE = [] include Aws::Structure end |
#cross_account_role ⇒ String
The cross account role for the configuration.
1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1100 class GlobalAuroraConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :behavior, :ungraceful, :global_cluster_identifier, :database_cluster_arns) SENSITIVE = [] include Aws::Structure end |
#database_cluster_arns ⇒ Array<String>
The database cluster Amazon Resource Names (ARNs) for a global database.
1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1100 class GlobalAuroraConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :behavior, :ungraceful, :global_cluster_identifier, :database_cluster_arns) SENSITIVE = [] include Aws::Structure end |
#external_id ⇒ String
The external ID (secret key) for the configuration.
1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1100 class GlobalAuroraConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :behavior, :ungraceful, :global_cluster_identifier, :database_cluster_arns) SENSITIVE = [] include Aws::Structure end |
#global_cluster_identifier ⇒ String
The global cluster identifier for a global database.
1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1100 class GlobalAuroraConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :behavior, :ungraceful, :global_cluster_identifier, :database_cluster_arns) SENSITIVE = [] include Aws::Structure end |
#timeout_minutes ⇒ Integer
The timeout value specified for the configuration.
1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1100 class GlobalAuroraConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :behavior, :ungraceful, :global_cluster_identifier, :database_cluster_arns) SENSITIVE = [] include Aws::Structure end |
#ungraceful ⇒ Types::GlobalAuroraUngraceful
The settings for ungraceful execution.
1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1100 class GlobalAuroraConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :behavior, :ungraceful, :global_cluster_identifier, :database_cluster_arns) SENSITIVE = [] include Aws::Structure end |