Interface CfnDashboardPropsMixin.IKPIVisualStandardLayoutProperty
The standard layout of the KPI visual.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IKPIVisualStandardLayoutProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins;
var kPIVisualStandardLayoutProperty = new KPIVisualStandardLayoutProperty {
Type = "type"
};
Synopsis
Properties
| Type | The standard layout type. |
Properties
Type
The standard layout type.
string? Type { get; }