Class MetricMetricDescriptorLabelArgs
Inherited Members
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 SourceMetricMetricDescriptorLabelArgs()
Declaration
public MetricMetricDescriptorLabelArgs()
Properties
View SourceDescription
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> |
Key
The label key.
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |