Show / Hide Table of Contents

Class DashboardArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DashboardArgs
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.Aws.CloudWatch
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DashboardArgs : ResourceArgs

Constructors

View Source

DashboardArgs()

Declaration
public DashboardArgs()

Properties

View Source

DashboardBody

The detailed information about the dashboard, including what widgets are included and their location on the dashboard. You can read more about the body structure in the documentation.

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

DashboardName

The name of the dashboard.

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