Class: Aws::ARCRegionswitch::Types::AssociatedAlarm

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

Overview

An Amazon CloudWatch alarm associated with a Region switch plan. These alarms can be used to trigger automatic execution of the plan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_typeString

The alarm type for an associated alarm. An associated CloudWatch alarm can be an application health alarm or a trigger alarm.

Returns:

  • (String)


312
313
314
315
316
317
318
319
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 312

class AssociatedAlarm < Struct.new(
  :cross_account_role,
  :external_id,
  :resource_identifier,
  :alarm_type)
  SENSITIVE = []
  include Aws::Structure
end

#cross_account_roleString

The cross account role for the configuration.

Returns:

  • (String)


312
313
314
315
316
317
318
319
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 312

class AssociatedAlarm < Struct.new(
  :cross_account_role,
  :external_id,
  :resource_identifier,
  :alarm_type)
  SENSITIVE = []
  include Aws::Structure
end

#external_idString

The external ID (secret key) for the configuration.

Returns:

  • (String)


312
313
314
315
316
317
318
319
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 312

class AssociatedAlarm < Struct.new(
  :cross_account_role,
  :external_id,
  :resource_identifier,
  :alarm_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

The resource identifier for alarms that you associate with a plan.

Returns:

  • (String)


312
313
314
315
316
317
318
319
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 312

class AssociatedAlarm < Struct.new(
  :cross_account_role,
  :external_id,
  :resource_identifier,
  :alarm_type)
  SENSITIVE = []
  include Aws::Structure
end