Class DashboardWidgetHeatmapDefinitionGetArgs
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.Datadog.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class DashboardWidgetHeatmapDefinitionGetArgs : ResourceArgs
Constructors
View SourceDashboardWidgetHeatmapDefinitionGetArgs()
Declaration
public DashboardWidgetHeatmapDefinitionGetArgs()
Properties
View SourceRequests
Declaration
public InputList<DashboardWidgetHeatmapDefinitionRequestGetArgs> Requests { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DashboardWidgetHeatmapDefinitionRequestGetArgs> |
Time
Declaration
public Input<DashboardWidgetHeatmapDefinitionTimeGetArgs> Time { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DashboardWidgetHeatmapDefinitionTimeGetArgs> |
Title
Declaration
public Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TitleAlign
Declaration
public Input<string> TitleAlign { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TitleSize
Declaration
public Input<string> TitleSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Yaxis
Declaration
public Input<DashboardWidgetHeatmapDefinitionYaxisGetArgs> Yaxis { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DashboardWidgetHeatmapDefinitionYaxisGetArgs> |