Class: Aws::ARCZonalShift::Types::AutoshiftSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::AutoshiftSummary
- Defined in:
- gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb
Overview
Information about an autoshift. Amazon Web Services starts an autoshift to temporarily move traffic for a resource away from an Availability Zone in an Amazon Web Services Region when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers. You can configure zonal autoshift in Route 53 ARC for managed resources in your Amazon Web Services account in a Region. Supported Amazon Web Services resources are automatically registered with Route 53 ARC.
Autoshifts are temporary. When the Availability Zone recovers, Amazon Web Services ends the autoshift, and traffic for the resource is no longer directed to the other Availability Zones in the Region.
You can stop an autoshift for a resource by disabling zonal autoshift.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#away_from ⇒ String
The Availability Zone (for example,
use1-az1
) that traffic is shifted away from for a resource when Amazon Web Services starts an autoshift. -
#end_time ⇒ Time
The time (in UTC) when the autoshift ended.
-
#start_time ⇒ Time
The time (in UTC) when the autoshift started.
-
#status ⇒ String
The status for an autoshift.
Instance Attribute Details
#away_from ⇒ String
The Availability Zone (for example, use1-az1
) that traffic is
shifted away from for a resource when Amazon Web Services starts an
autoshift. Until the autoshift ends, traffic for the resource is
instead directed to other Availability Zones in the Amazon Web
Services Region. An autoshift can end for a resource, for example,
when Amazon Web Services ends the autoshift for the Availability
Zone or when you disable zonal autoshift for the resource.
125 126 127 128 129 130 131 132 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 125 class AutoshiftSummary < Struct.new( :away_from, :end_time, :start_time, :status) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time (in UTC) when the autoshift ended.
125 126 127 128 129 130 131 132 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 125 class AutoshiftSummary < Struct.new( :away_from, :end_time, :start_time, :status) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time (in UTC) when the autoshift started.
125 126 127 128 129 130 131 132 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 125 class AutoshiftSummary < Struct.new( :away_from, :end_time, :start_time, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status for an autoshift.
125 126 127 128 129 130 131 132 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 125 class AutoshiftSummary < Struct.new( :away_from, :end_time, :start_time, :status) SENSITIVE = [] include Aws::Structure end |