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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1220
1221
1222
1223
1224
1225
# File 'lib/aws-sdk-arczonalshift/types.rb', line 1220

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)


1220
1221
1222
1223
1224
1225
# File 'lib/aws-sdk-arczonalshift/types.rb', line 1220

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