Class: Aws::AppConfig::Types::Monitor

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appconfig/types.rb

Overview

Amazon CloudWatch alarms to monitor during the deployment process.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_arnString

Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.

Returns:

  • (String)


2254
2255
2256
2257
2258
2259
# File 'lib/aws-sdk-appconfig/types.rb', line 2254

class Monitor < Struct.new(
  :alarm_arn,
  :alarm_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#alarm_role_arnString

ARN of an Identity and Access Management (IAM) role for AppConfig to monitor ‘AlarmArn`.

Returns:

  • (String)


2254
2255
2256
2257
2258
2259
# File 'lib/aws-sdk-appconfig/types.rb', line 2254

class Monitor < Struct.new(
  :alarm_arn,
  :alarm_role_arn)
  SENSITIVE = []
  include Aws::Structure
end