Show / Hide Table of Contents

Class DashboardWidgetTraceServiceDefinitionGetArgs

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

Constructors

View Source

DashboardWidgetTraceServiceDefinitionGetArgs()

Declaration
public DashboardWidgetTraceServiceDefinitionGetArgs()

Properties

View Source

DisplayFormat

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

Env

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

Service

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

ShowBreakdown

Declaration
public Input<bool> ShowBreakdown { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ShowDistribution

Declaration
public Input<bool> ShowDistribution { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ShowErrors

Declaration
public Input<bool> ShowErrors { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ShowHits

Declaration
public Input<bool> ShowHits { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ShowLatency

Declaration
public Input<bool> ShowLatency { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ShowResourceList

Declaration
public Input<bool> ShowResourceList { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SizeFormat

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

SpanName

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

Time

Declaration
public Input<DashboardWidgetTraceServiceDefinitionTimeGetArgs> Time { get; set; }
Property Value
Type Description
Input<DashboardWidgetTraceServiceDefinitionTimeGetArgs>
View Source

Title

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

TitleAlign

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

TitleSize

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