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

Class: Aws::IoTThingsGraph::Types::MetricsConfiguration

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

Overview

Note:

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

{
  cloud_metric_enabled: false,
  metric_rule_role_arn: "RoleArn",
}

An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_metric_enabledBoolean

A Boolean that specifies whether cloud metrics are collected.

Returns:

  • (Boolean)

    A Boolean that specifies whether cloud metrics are collected.

#metric_rule_role_arnString

The ARN of the role that is used to collect cloud metrics.

Returns:

  • (String)

    The ARN of the role that is used to collect cloud metrics.