Show / Hide Table of Contents

Class DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionArgs

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

Constructors

View Source

DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionArgs()

Declaration
public DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionArgs()

Properties

View Source

Color

Declaration
public Input<string> Color { 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

Text

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

TextAlign

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