Skip to content

AwsCloudWatchMetric

Detailed information about an AWS CloudWatch metric.

Complete reference

This is a complete reference for the AwsCloudWatchMetric struct in Atlan, showing all of its embedded properties. For an introduction, you probably want to start with:

  • Snippets — small, atomic examples of single-step use cases.
  • Patterns — walkthroughs of common multi-step implementation patterns.

Embedded properties

These are the attributes embedded within each instance of the AwsCloudWatchMetric struct in an asset:

awsCloudWatchMetricName
Name of the AWS CloudWatch metric.
1
2
builder.awsCloudWatchMetricName(...); // (1)
awsCloudWatchMetric.getAwsCloudWatchMetricName(); // (2)
  1. Set the awsCloudWatchMetricName for a AwsCloudWatchMetric.

    For more details

    For more information, see the asset CRUD snippets on either creating or updating assets.

  2. Retrieve the awsCloudWatchMetricName from a AwsCloudWatchMetric.

    For more details

    For more information, see the asset CRUD snippets on retrieving assets.

awsCloudWatchMetricScope
Scope of the AWS CloudWatch metric.
1
2
builder.awsCloudWatchMetricScope(...); // (1)
awsCloudWatchMetric.getAwsCloudWatchMetricScope(); // (2)
  1. Set the awsCloudWatchMetricScope for a AwsCloudWatchMetric.

    For more details

    For more information, see the asset CRUD snippets on either creating or updating assets.

  2. Retrieve the awsCloudWatchMetricScope from a AwsCloudWatchMetric.

    For more details

    For more information, see the asset CRUD snippets on retrieving assets.

awsCloudWatchMetricName
Name of the AWS CloudWatch metric.
1
2
3
4
5
{
  "attributes": {
    "awsCloudWatchMetricName": ... // (1)
  }
}
  1. Set the awsCloudWatchMetricName for a AwsCloudWatchMetric.

    For more details

    For more information, see the asset CRUD snippets.

awsCloudWatchMetricScope
Scope of the AWS CloudWatch metric.
1
2
3
4
5
{
  "attributes": {
    "awsCloudWatchMetricScope": ... // (1)
  }
}
  1. Set the awsCloudWatchMetricScope for a AwsCloudWatchMetric.

    For more details

    For more information, see the asset CRUD snippets.