Class: Aws::DatabaseMigrationService::Types::RebootReplicationInstanceMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::RebootReplicationInstanceMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#force_failover ⇒ Boolean
If this parameter is ‘true`, the reboot is conducted through a Multi-AZ failover.
-
#force_planned_failover ⇒ Boolean
If this parameter is ‘true`, the reboot is conducted through a planned Multi-AZ failover where resources are released and cleaned up prior to conducting the failover.
-
#replication_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the replication instance.
Instance Attribute Details
#force_failover ⇒ Boolean
If this parameter is ‘true`, the reboot is conducted through a Multi-AZ failover. If the instance isn’t configured for Multi-AZ, then you can’t specify ‘true`. ( `–force-planned-failover` and `–force-failover` can’t both be set to ‘true`.)
9960 9961 9962 9963 9964 9965 9966 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9960 class RebootReplicationInstanceMessage < Struct.new( :replication_instance_arn, :force_failover, :force_planned_failover) SENSITIVE = [] include Aws::Structure end |
#force_planned_failover ⇒ Boolean
If this parameter is ‘true`, the reboot is conducted through a planned Multi-AZ failover where resources are released and cleaned up prior to conducting the failover. If the instance isn”t configured for Multi-AZ, then you can’t specify ‘true`. ( `–force-planned-failover` and `–force-failover` can’t both be set to ‘true`.)
9960 9961 9962 9963 9964 9965 9966 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9960 class RebootReplicationInstanceMessage < Struct.new( :replication_instance_arn, :force_failover, :force_planned_failover) SENSITIVE = [] include Aws::Structure end |
#replication_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the replication instance.
9960 9961 9962 9963 9964 9965 9966 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9960 class RebootReplicationInstanceMessage < Struct.new( :replication_instance_arn, :force_failover, :force_planned_failover) SENSITIVE = [] include Aws::Structure end |