Show / Hide Table of Contents

Class DashboardWidgetGroupDefinitionWidgetNoteDefinitionGetArgs

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

Constructors

View Source

DashboardWidgetGroupDefinitionWidgetNoteDefinitionGetArgs()

Declaration
public DashboardWidgetGroupDefinitionWidgetNoteDefinitionGetArgs()

Properties

View Source

BackgroundColor

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

Content

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

FontSize

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

ShowTick

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

TextAlign

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

TickEdge

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

TickPos

Declaration
public Input<string> TickPos { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.