Class CfnDashboard.KPIVisualStandardLayoutProperty
The standard layout of the KPI visual.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class KPIVisualStandardLayoutProperty : Object, CfnDashboard.IKPIVisualStandardLayoutProperty
Syntax (vb)
Public Class KPIVisualStandardLayoutProperty
Inherits Object
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
KPIVisual |
Properties
Type | The standard layout type. |
Constructors
KPIVisualStandardLayoutProperty()
public KPIVisualStandardLayoutProperty()
Properties
Type
The standard layout type.
public string Type { get; set; }
Property Value
System.