Show / Hide Table of Contents

Class MetricMetricDescriptorLabelArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MetricMetricDescriptorLabelArgs
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.Gcp.Logging.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class MetricMetricDescriptorLabelArgs : ResourceArgs

Constructors

View Source

MetricMetricDescriptorLabelArgs()

Declaration
public MetricMetricDescriptorLabelArgs()

Properties

View Source

Description

A description of this metric, which is used in documentation. The maximum length of the description is 8000 characters.

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

Key

The label key.

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

ValueType

The type of data that can be assigned to the label.

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