Class: Aws::ARCZonalShift::Types::CreatePracticeRunConfigurationResponse

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

#arnString

The Amazon Resource Name (ARN) of the resource that you configured the practice run for.

Returns:

  • (String)


307
308
309
310
311
312
313
314
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 307

class CreatePracticeRunConfigurationResponse < Struct.new(
  :arn,
  :name,
  :practice_run_configuration,
  :zonal_autoshift_status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource that you configured the practice run for.

Returns:

  • (String)


307
308
309
310
311
312
313
314
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 307

class CreatePracticeRunConfigurationResponse < Struct.new(
  :arn,
  :name,
  :practice_run_configuration,
  :zonal_autoshift_status)
  SENSITIVE = []
  include Aws::Structure
end

#practice_run_configurationTypes::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.



307
308
309
310
311
312
313
314
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 307

class CreatePracticeRunConfigurationResponse < Struct.new(
  :arn,
  :name,
  :practice_run_configuration,
  :zonal_autoshift_status)
  SENSITIVE = []
  include Aws::Structure
end

#zonal_autoshift_statusString

The status for zonal autoshift for a resource. When you specify the autoshift status as ENABLED, Amazon Web Services shifts traffic away from shifts away application resource traffic from an Availability Zone, on your behalf, when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers.

When you enable zonal autoshift, you must also configure practice runs for the resource.

Returns:

  • (String)


307
308
309
310
311
312
313
314
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 307

class CreatePracticeRunConfigurationResponse < Struct.new(
  :arn,
  :name,
  :practice_run_configuration,
  :zonal_autoshift_status)
  SENSITIVE = []
  include Aws::Structure
end