Show / Hide Table of Contents

Class DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionArgs

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

Constructors

View Source

DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionArgs()

Declaration
public DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionArgs()

Properties

View Source

Columns

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

Logset

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

Query

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

Time

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