Class: Aws::ARCZonalShift::Types::AutoshiftSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#away_fromString

The Availability Zone 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.

Returns:

  • (String)


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_timeTime

The time (in UTC) when the autoshift ended.

Returns:

  • (Time)


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_timeTime

The time (in UTC) when the autoshift started.

Returns:

  • (Time)


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

#statusString

The status for an autoshift.

Returns:

  • (String)


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