class Aws::IoTThingsGraph::Types::MetricsConfiguration

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

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

data as a hash:

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

@!attribute [rw] cloud_metric_enabled

A Boolean that specifies whether cloud metrics are collected.
@return [Boolean]

@!attribute [rw] metric_rule_role_arn

The ARN of the role that is used to collect cloud metrics.
@return [String]

Constants

SENSITIVE