Show / Hide Table of Contents

Class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionArgs

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

Constructors

View Source

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionArgs()

Declaration
public DashboardWidgetGroupDefinitionWidgetHostmapDefinitionArgs()

Properties

View Source

Groups

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

NodeType

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

NoGroupHosts

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

NoMetricHosts

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

Request

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

Scopes

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

Style

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