Class DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionGetArgs
Inheritance
System.Object
DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionGetArgs
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 DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionGetArgs : ResourceArgs
Constructors
View SourceDashboardWidgetGroupDefinitionWidgetLogStreamDefinitionGetArgs()
Declaration
public DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionGetArgs()
Properties
View SourceColumns
Declaration
public InputList<string> Columns { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Logset
Declaration
public Input<string> Logset { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Query
Declaration
public Input<string> Query { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Time
Declaration
public Input<DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionTimeGetArgs> Time { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionTimeGetArgs> |
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> |