Class: Aws::ARCRegionswitch::Types::RdsCreateCrossRegionReplicaConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::RdsCreateCrossRegionReplicaConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-arcregionswitch/types.rb
Overview
Configuration for creating an Amazon RDS cross-Region read replica during post-recovery in 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.
Instance Attribute Details
#cross_account_role ⇒ String
The cross-account role for the configuration.
1959 1960 1961 1962 1963 1964 1965 1966 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1959 class RdsCreateCrossRegionReplicaConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :db_instance_arn_map) SENSITIVE = [] include Aws::Structure end |
#db_instance_arn_map ⇒ Hash<String,String>
A map of database instance ARNs for each Region in the plan.
1959 1960 1961 1962 1963 1964 1965 1966 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1959 class RdsCreateCrossRegionReplicaConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :db_instance_arn_map) SENSITIVE = [] include Aws::Structure end |
#external_id ⇒ String
The external ID (secret key) for the configuration.
1959 1960 1961 1962 1963 1964 1965 1966 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1959 class RdsCreateCrossRegionReplicaConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :db_instance_arn_map) SENSITIVE = [] include Aws::Structure end |
#timeout_minutes ⇒ Integer
The timeout value specified for the configuration.
1959 1960 1961 1962 1963 1964 1965 1966 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1959 class RdsCreateCrossRegionReplicaConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :db_instance_arn_map) SENSITIVE = [] include Aws::Structure end |