Class: Aws::ARCZonalShift::Types::CreatePracticeRunConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::CreatePracticeRunConfigurationResponse
- Defined in:
- gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you configured the practice run for.
-
#name ⇒ String
The name of the resource that you configured the practice run for.
-
#practice_run_configuration ⇒ Types::PracticeRunConfiguration
A practice run configuration for a resource.
-
#zonal_autoshift_status ⇒ String
The status for zonal autoshift for a resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you configured the practice run for.
419 420 421 422 423 424 425 426 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 419 class CreatePracticeRunConfigurationResponse < Struct.new( :arn, :name, :zonal_autoshift_status, :practice_run_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource that you configured the practice run for.
419 420 421 422 423 424 425 426 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 419 class CreatePracticeRunConfigurationResponse < Struct.new( :arn, :name, :zonal_autoshift_status, :practice_run_configuration) SENSITIVE = [] include Aws::Structure end |
#practice_run_configuration ⇒ Types::PracticeRunConfiguration
A practice run configuration for a resource. Configurations include the outcome alarm that you specify for practice runs, and, optionally, a blocking alarm and blocking dates and windows.
419 420 421 422 423 424 425 426 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 419 class CreatePracticeRunConfigurationResponse < Struct.new( :arn, :name, :zonal_autoshift_status, :practice_run_configuration) SENSITIVE = [] include Aws::Structure end |
#zonal_autoshift_status ⇒ String
The status for zonal autoshift for a resource. When you specify
ENABLED
for the autoshift status, Amazon Web Services shifts
traffic away from shifts away application resource traffic from an
Availability Zone, on your behalf, when internal telemetry indicates
that there is an Availability Zone impairment that could potentially
impact customers.
When you enable zonal autoshift, you must also configure practice runs for the resource.
419 420 421 422 423 424 425 426 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 419 class CreatePracticeRunConfigurationResponse < Struct.new( :arn, :name, :zonal_autoshift_status, :practice_run_configuration) SENSITIVE = [] include Aws::Structure end |