Class CfnDashboard.KPIVisualStandardLayoutProperty
The standard layout of the KPI visual.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.KPIVisualStandardLayoutProperty : CfnDashboard.IKPIVisualStandardLayoutProperty
Syntax (vb)
Public Class CfnDashboard.KPIVisualStandardLayoutProperty Implements CfnDashboard.IKPIVisualStandardLayoutProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var kPIVisualStandardLayoutProperty = new KPIVisualStandardLayoutProperty {
Type = "type"
};
Synopsis
Constructors
KPIVisualStandardLayoutProperty() | The standard layout of the KPI visual. |
Properties
Type | The standard layout type. |
Constructors
KPIVisualStandardLayoutProperty()
The standard layout of the KPI visual.
public KPIVisualStandardLayoutProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var kPIVisualStandardLayoutProperty = new KPIVisualStandardLayoutProperty {
Type = "type"
};
Properties
Type
The standard layout type.
public string Type { get; set; }