Class: Aws::ARCZonalShift::Types::UpdateZonalShiftRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::UpdateZonalShiftRequest
- Defined in:
- gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
A comment that you enter about the zonal shift.
-
#expires_in ⇒ String
The length of time that you want a zonal shift to be active, which Route 53 ARC converts to an expiry time (expiration time).
-
#zonal_shift_id ⇒ String
The identifier of a zonal shift.
Instance Attribute Details
#comment ⇒ String
A comment that you enter about the zonal shift. Only the latest comment is retained; no comment history is maintained. A new comment overwrites any existing comment string.
1015 1016 1017 1018 1019 1020 1021 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 1015 class UpdateZonalShiftRequest < Struct.new( :comment, :expires_in, :zonal_shift_id) SENSITIVE = [] include Aws::Structure end |
#expires_in ⇒ String
The length of time that you want a zonal shift to be active, which Route 53 ARC converts to an expiry time (expiration time). Zonal shifts are temporary. You can set a zonal shift to be active initially for up to three days (72 hours).
If you want to still keep traffic away from an Availability Zone, you can update the zonal shift and set a new expiration. You can also cancel a zonal shift, before it expires, for example, if you're ready to restore traffic to the Availability Zone.
To set a length of time for a zonal shift to be active, specify a whole number, and then one of the following, with no space:
A lowercase letter m: To specify that the value is in minutes.
A lowercase letter h: To specify that the value is in hours.
For example: 20h
means the zonal shift expires in 20 hours. 120m
means the zonal shift expires in 120 minutes (2 hours).
1015 1016 1017 1018 1019 1020 1021 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 1015 class UpdateZonalShiftRequest < Struct.new( :comment, :expires_in, :zonal_shift_id) SENSITIVE = [] include Aws::Structure end |
#zonal_shift_id ⇒ String
The identifier of a zonal shift.
1015 1016 1017 1018 1019 1020 1021 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 1015 class UpdateZonalShiftRequest < Struct.new( :comment, :expires_in, :zonal_shift_id) SENSITIVE = [] include Aws::Structure end |