Show / Hide Table of Contents

Class DashboardWidgetGroupDefinitionGetArgs

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

Constructors

View Source

DashboardWidgetGroupDefinitionGetArgs()

Declaration
public DashboardWidgetGroupDefinitionGetArgs()

Properties

View Source

LayoutType

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

Title

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

Widgets

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