interface KPIVisualStandardLayoutProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.KPIVisualStandardLayoutProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_KPIVisualStandardLayoutProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.KPIVisualStandardLayoutProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.KPIVisualStandardLayoutProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » KPIVisualStandardLayoutProperty |
The standard layout of the KPI visual.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const kPIVisualStandardLayoutProperty: quicksight_mixins.CfnAnalysisPropsMixin.KPIVisualStandardLayoutProperty = {
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| type? | string | The standard layout type. |
type?
Type:
string
(optional)
The standard layout type.

.NET
Go
Java
Python
TypeScript