You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Monitor as input to an Aws::Client method, you can use a vanilla Hash:

{
  alarm_arn: "Arn",
  alarm_role_arn: "RoleArn",
}

Amazon CloudWatch alarms to monitor during the deployment process.

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_arnString

ARN of the Amazon CloudWatch alarm.

Returns:

  • (String)

    ARN of the Amazon CloudWatch alarm.

#alarm_role_arnString

ARN of an IAM role for AppConfig to monitor AlarmArn.

Returns:

  • (String)

    ARN of an IAM role for AppConfig to monitor AlarmArn.