Class CfnAnalysisPropsMixin.KPIVisualStandardLayoutProperty
The standard layout of the KPI visual.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.KPIVisualStandardLayoutProperty : CfnAnalysisPropsMixin.IKPIVisualStandardLayoutProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.KPIVisualStandardLayoutProperty Implements CfnAnalysisPropsMixin.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.CfnPropertyMixins.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.CfnPropertyMixins.AWS.QuickSight;
var kPIVisualStandardLayoutProperty = new KPIVisualStandardLayoutProperty {
Type = "type"
};
Properties
Type
The standard layout type.
public string? Type { get; set; }