Class: Aws::ARCZonalShift::Types::UpdateZonalAutoshiftConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::UpdateZonalAutoshiftConfigurationRequest
- Defined in:
- gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_identifier ⇒ String
The identifier for the resource that you want to update the zonal autoshift configuration for.
-
#zonal_autoshift_status ⇒ String
The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.
Instance Attribute Details
#resource_identifier ⇒ String
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.
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_status ⇒ String
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.
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 |