Class: Aws::ARCRegionswitch::Types::RdsSwitchoverReadReplicaConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::RdsSwitchoverReadReplicaConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-arcregionswitch/types.rb
Overview
Configuration for switching over an Amazon RDS read replica to become the new primary database instance during a Region switch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cross_account_role ⇒ String
The cross-account role for the configuration.
-
#db_instance_arn_map ⇒ Hash<String,String>
A map of database instance ARNs for each Region in the plan.
-
#external_id ⇒ String
The external ID (secret key) for the configuration.
-
#timeout_minutes ⇒ Integer
The timeout value specified for the configuration.
-
#ungraceful ⇒ Types::RdsUngraceful
The ungraceful execution settings for the configuration.
Instance Attribute Details
#cross_account_role ⇒ String
The cross-account role for the configuration.
2214 2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2214 class RdsSwitchoverReadReplicaConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :db_instance_arn_map, :ungraceful) SENSITIVE = [] include Aws::Structure end |
#db_instance_arn_map ⇒ Hash<String,String>
A map of database instance ARNs for each Region in the plan.
2214 2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2214 class RdsSwitchoverReadReplicaConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :db_instance_arn_map, :ungraceful) SENSITIVE = [] include Aws::Structure end |
#external_id ⇒ String
The external ID (secret key) for the configuration.
2214 2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2214 class RdsSwitchoverReadReplicaConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :db_instance_arn_map, :ungraceful) SENSITIVE = [] include Aws::Structure end |
#timeout_minutes ⇒ Integer
The timeout value specified for the configuration.
2214 2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2214 class RdsSwitchoverReadReplicaConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :db_instance_arn_map, :ungraceful) SENSITIVE = [] include Aws::Structure end |
#ungraceful ⇒ Types::RdsUngraceful
The ungraceful execution settings for the configuration.
2214 2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2214 class RdsSwitchoverReadReplicaConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :db_instance_arn_map, :ungraceful) SENSITIVE = [] include Aws::Structure end |