Class: Aws::ARCRegionswitch::Types::RdsPromoteReadReplicaConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::RdsPromoteReadReplicaConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-arcregionswitch/types.rb
Overview
Configuration for promoting an Amazon RDS read replica to a standalone 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.
Instance Attribute Details
#cross_account_role ⇒ String
The cross-account role for the configuration.
1989 1990 1991 1992 1993 1994 1995 1996 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1989 class RdsPromoteReadReplicaConfiguration < 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.
1989 1990 1991 1992 1993 1994 1995 1996 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1989 class RdsPromoteReadReplicaConfiguration < 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.
1989 1990 1991 1992 1993 1994 1995 1996 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1989 class RdsPromoteReadReplicaConfiguration < 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.
1989 1990 1991 1992 1993 1994 1995 1996 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1989 class RdsPromoteReadReplicaConfiguration < Struct.new( :timeout_minutes, :cross_account_role, :external_id, :db_instance_arn_map) SENSITIVE = [] include Aws::Structure end |