Show / Hide Table of Contents

Class Dimension

Metric dimension.

Inheritance
System.Object
Dimension
Implements
IDimension
Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.AWS.CloudWatch.dll
Syntax (csharp)
public class Dimension : Object, IDimension
Syntax (vb)
Public Class Dimension
    Inherits Object
    Implements IDimension
Remarks

See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-dimension.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CloudWatch;

var value;

Dimension dimension = new Dimension {
    Name = "name",
    Value = value
};

Synopsis

Constructors

Dimension()

Properties

Name

Name of the dimension.

Value

Value of the dimension.

Constructors

Dimension()

public Dimension()

Properties

Name

Name of the dimension.

public string Name { get; set; }
Property Value

System.String

Value

Value of the dimension.

public object Value { get; set; }
Property Value

System.Object

Implements

IDimension
Back to top Generated by DocFX