Show / Hide Table of Contents

Class MetricMetadataArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MetricMetadataArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Datadog
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class MetricMetadataArgs : ResourceArgs

Constructors

View Source

MetricMetadataArgs()

Declaration
public MetricMetadataArgs()

Properties

View Source

Description

A description of the metric.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Metric

The name of the metric.

Declaration
public Input<string> Metric { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PerUnit

'Per' unit of the metric such as 'second' in 'bytes per second'.

Declaration
public Input<string> PerUnit { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ShortName

A short name of the metric.

Declaration
public Input<string> ShortName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StatsdInterval

If applicable, stasd flush interval in seconds for the metric.

Declaration
public Input<int> StatsdInterval { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Type

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Unit

Primary unit of the metric such as 'byte' or 'operation'.

Declaration
public Input<string> Unit { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.