interface TableInlineVisualizationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.TableInlineVisualizationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.TableInlineVisualizationProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.TableInlineVisualizationProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDashboard » TableInlineVisualizationProperty |
The inline visualization of a specific type to display within a chart.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const tableInlineVisualizationProperty: quicksight.CfnDashboard.TableInlineVisualizationProperty = {
dataBars: {
fieldId: 'fieldId',
// the properties below are optional
negativeColor: 'negativeColor',
positiveColor: 'positiveColor',
},
};
Properties
Name | Type | Description |
---|---|---|
data | IResolvable | Data | The configuration of the inline visualization of the data bars within a chart. |
dataBars?
Type:
IResolvable
|
Data
(optional)
The configuration of the inline visualization of the data bars within a chart.