Class: Aws::ARCRegionswitch::Types::AssociatedAlarm
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::AssociatedAlarm
- 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
-
#alarm_type ⇒ String
The alarm type for an associated alarm.
-
#cross_account_role ⇒ String
The cross account role for the configuration.
-
#external_id ⇒ String
The external ID (secret key) for the configuration.
-
#resource_identifier ⇒ String
The resource identifier for alarms that you associate with a plan.
Instance Attribute Details
#alarm_type ⇒ String
The alarm type for an associated alarm. An associated CloudWatch alarm can be an application health alarm or a trigger alarm.
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_role ⇒ String
The cross account role for the configuration.
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_id ⇒ String
The external ID (secret key) for the configuration.
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_identifier ⇒ String
The resource identifier for alarms that you associate with a plan.
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 |