Class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionArgs
Inheritance
System.Object
DashboardWidgetGroupDefinitionWidgetHostmapDefinitionArgs
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()
Assembly: Pulumi.Datadog.dll
public sealed class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionArgs : ResourceArgs
Constructors
View Source
Declaration
public DashboardWidgetGroupDefinitionWidgetHostmapDefinitionArgs()
Properties
View Source
Declaration
public InputList<string> Groups { get; set; }
Property Value
View Source
Declaration
public Input<string> NodeType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<bool> NoGroupHosts { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<bool> NoMetricHosts { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestArgs> Request { get; set; }
Property Value
View Source
Declaration
public InputList<string> Scopes { get; set; }
Property Value
View Source
Declaration
public Input<DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleArgs> Style { get; set; }
Property Value
View Source
Declaration
public Input<string> Title { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> TitleAlign { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> TitleSize { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|