Class: Aws::ARCZonalShift::Types::UpdateZonalAutoshiftConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_identifierString

The identifier for the resource that you want to update the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.

Returns:

  • (String)


955
956
957
958
959
960
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 955

class UpdateZonalAutoshiftConfigurationRequest < Struct.new(
  :resource_identifier,
  :zonal_autoshift_status)
  SENSITIVE = []
  include Aws::Structure
end

#zonal_autoshift_statusString

The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for. Choose ENABLED to authorize Amazon Web Services to shift away resource traffic for an application from an Availability Zone during events, on your behalf, to help reduce time to recovery.

Returns:

  • (String)


955
956
957
958
959
960
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 955

class UpdateZonalAutoshiftConfigurationRequest < Struct.new(
  :resource_identifier,
  :zonal_autoshift_status)
  SENSITIVE = []
  include Aws::Structure
end