Show / Hide Table of Contents

Class DashboardWidgetDistributionDefinitionRequestArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DashboardWidgetDistributionDefinitionRequestArgs
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 DashboardWidgetDistributionDefinitionRequestArgs : ResourceArgs

Constructors

View Source

DashboardWidgetDistributionDefinitionRequestArgs()

Declaration
public DashboardWidgetDistributionDefinitionRequestArgs()

Properties

View Source

ApmQuery

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

LogQuery

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

ProcessQuery

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

Q

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

Style

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