Class: Aws::Route53RecoveryCluster::Types::UpdateRoutingControlStatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryCluster::Types::UpdateRoutingControlStatesRequest
- Defined in:
- gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#safety_rules_to_override ⇒ Array<String>
The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating routing control states.
-
#update_routing_control_state_entries ⇒ Array<Types::UpdateRoutingControlStateEntry>
A set of routing control entries that you want to update.
Instance Attribute Details
#safety_rules_to_override ⇒ Array<String>
The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating routing control states. You can override one safety rule or multiple safety rules by including one or more ARNs, separated by commas.
For more information, see Override safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller Developer Guide.
353 354 355 356 357 358 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 353 class UpdateRoutingControlStatesRequest < Struct.new( :update_routing_control_state_entries, :safety_rules_to_override) SENSITIVE = [] include Aws::Structure end |
#update_routing_control_state_entries ⇒ Array<Types::UpdateRoutingControlStateEntry>
A set of routing control entries that you want to update.
353 354 355 356 357 358 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 353 class UpdateRoutingControlStatesRequest < Struct.new( :update_routing_control_state_entries, :safety_rules_to_override) SENSITIVE = [] include Aws::Structure end |