class Aws::AppConfig::Types::Monitor

Amazon CloudWatch alarms to monitor during the deployment process.

@note When making an API call, you may pass Monitor

data as a hash:

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

@!attribute [rw] alarm_arn

ARN of the Amazon CloudWatch alarm.
@return [String]

@!attribute [rw] alarm_role_arn

ARN of an IAM role for AppConfig to monitor `AlarmArn`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/Monitor AWS API Documentation

Constants

SENSITIVE