Show / Hide Table of Contents

Class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionArgs

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

Constructors

View Source

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionArgs()

Declaration
public DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionArgs()

Properties

View Source

Requests

Declaration
public InputList<DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestArgs> Requests { get; set; }
Property Value
Type Description
InputList<DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestArgs>
View Source

Time

Declaration
public Input<DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionTimeArgs> Time { get; set; }
Property Value
Type Description
Input<DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionTimeArgs>
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

Yaxis

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