Class CfnDashboardPropsMixin.KPIVisualLayoutOptionsProperty
The options that determine the layout a KPI visual.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.KPIVisualLayoutOptionsProperty : CfnDashboardPropsMixin.IKPIVisualLayoutOptionsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.KPIVisualLayoutOptionsProperty Implements CfnDashboardPropsMixin.IKPIVisualLayoutOptionsProperty
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 kPIVisualLayoutOptionsProperty = new KPIVisualLayoutOptionsProperty {
StandardLayout = new KPIVisualStandardLayoutProperty {
Type = "type"
}
};
Synopsis
Constructors
| KPIVisualLayoutOptionsProperty() | The options that determine the layout a KPI visual. |
Properties
| StandardLayout | The standard layout of the KPI visual. |
Constructors
KPIVisualLayoutOptionsProperty()
The options that determine the layout a KPI visual.
public KPIVisualLayoutOptionsProperty()
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 kPIVisualLayoutOptionsProperty = new KPIVisualLayoutOptionsProperty {
StandardLayout = new KPIVisualStandardLayoutProperty {
Type = "type"
}
};
Properties
StandardLayout
The standard layout of the KPI visual.
public object? StandardLayout { get; set; }