interface PivotTableOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.PivotTableOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.PivotTableOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.PivotTableOptionsProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDashboard » PivotTableOptionsProperty |
The table options for a pivot table visual.
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 pivotTableOptionsProperty: quicksight.CfnDashboard.PivotTableOptionsProperty = {
cellStyle: {
backgroundColor: 'backgroundColor',
border: {
sideSpecificBorder: {
bottom: {
color: 'color',
style: 'style',
thickness: 123,
},
innerHorizontal: {
color: 'color',
style: 'style',
thickness: 123,
},
innerVertical: {
color: 'color',
style: 'style',
thickness: 123,
},
left: {
color: 'color',
style: 'style',
thickness: 123,
},
right: {
color: 'color',
style: 'style',
thickness: 123,
},
top: {
color: 'color',
style: 'style',
thickness: 123,
},
},
uniformBorder: {
color: 'color',
style: 'style',
thickness: 123,
},
},
fontConfiguration: {
fontColor: 'fontColor',
fontDecoration: 'fontDecoration',
fontSize: {
relative: 'relative',
},
fontStyle: 'fontStyle',
fontWeight: {
name: 'name',
},
},
height: 123,
horizontalTextAlignment: 'horizontalTextAlignment',
textWrap: 'textWrap',
verticalTextAlignment: 'verticalTextAlignment',
visibility: 'visibility',
},
columnHeaderStyle: {
backgroundColor: 'backgroundColor',
border: {
sideSpecificBorder: {
bottom: {
color: 'color',
style: 'style',
thickness: 123,
},
innerHorizontal: {
color: 'color',
style: 'style',
thickness: 123,
},
innerVertical: {
color: 'color',
style: 'style',
thickness: 123,
},
left: {
color: 'color',
style: 'style',
thickness: 123,
},
right: {
color: 'color',
style: 'style',
thickness: 123,
},
top: {
color: 'color',
style: 'style',
thickness: 123,
},
},
uniformBorder: {
color: 'color',
style: 'style',
thickness: 123,
},
},
fontConfiguration: {
fontColor: 'fontColor',
fontDecoration: 'fontDecoration',
fontSize: {
relative: 'relative',
},
fontStyle: 'fontStyle',
fontWeight: {
name: 'name',
},
},
height: 123,
horizontalTextAlignment: 'horizontalTextAlignment',
textWrap: 'textWrap',
verticalTextAlignment: 'verticalTextAlignment',
visibility: 'visibility',
},
columnNamesVisibility: 'columnNamesVisibility',
metricPlacement: 'metricPlacement',
rowAlternateColorOptions: {
rowAlternateColors: ['rowAlternateColors'],
status: 'status',
},
rowFieldNamesStyle: {
backgroundColor: 'backgroundColor',
border: {
sideSpecificBorder: {
bottom: {
color: 'color',
style: 'style',
thickness: 123,
},
innerHorizontal: {
color: 'color',
style: 'style',
thickness: 123,
},
innerVertical: {
color: 'color',
style: 'style',
thickness: 123,
},
left: {
color: 'color',
style: 'style',
thickness: 123,
},
right: {
color: 'color',
style: 'style',
thickness: 123,
},
top: {
color: 'color',
style: 'style',
thickness: 123,
},
},
uniformBorder: {
color: 'color',
style: 'style',
thickness: 123,
},
},
fontConfiguration: {
fontColor: 'fontColor',
fontDecoration: 'fontDecoration',
fontSize: {
relative: 'relative',
},
fontStyle: 'fontStyle',
fontWeight: {
name: 'name',
},
},
height: 123,
horizontalTextAlignment: 'horizontalTextAlignment',
textWrap: 'textWrap',
verticalTextAlignment: 'verticalTextAlignment',
visibility: 'visibility',
},
rowHeaderStyle: {
backgroundColor: 'backgroundColor',
border: {
sideSpecificBorder: {
bottom: {
color: 'color',
style: 'style',
thickness: 123,
},
innerHorizontal: {
color: 'color',
style: 'style',
thickness: 123,
},
innerVertical: {
color: 'color',
style: 'style',
thickness: 123,
},
left: {
color: 'color',
style: 'style',
thickness: 123,
},
right: {
color: 'color',
style: 'style',
thickness: 123,
},
top: {
color: 'color',
style: 'style',
thickness: 123,
},
},
uniformBorder: {
color: 'color',
style: 'style',
thickness: 123,
},
},
fontConfiguration: {
fontColor: 'fontColor',
fontDecoration: 'fontDecoration',
fontSize: {
relative: 'relative',
},
fontStyle: 'fontStyle',
fontWeight: {
name: 'name',
},
},
height: 123,
horizontalTextAlignment: 'horizontalTextAlignment',
textWrap: 'textWrap',
verticalTextAlignment: 'verticalTextAlignment',
visibility: 'visibility',
},
singleMetricVisibility: 'singleMetricVisibility',
toggleButtonsVisibility: 'toggleButtonsVisibility',
};
Properties
Name | Type | Description |
---|---|---|
cell | IResolvable | Table | The table cell style of cells. |
column | IResolvable | Table | The table cell style of the column header. |
column | string | The visibility of the column names. |
metric | string | The metric placement (row, column) options. |
row | IResolvable | Row | The row alternate color options (widget status, row alternate colors). |
row | IResolvable | Table | The table cell style of row field names. |
row | IResolvable | Table | The table cell style of the row headers. |
single | string | The visibility of the single metric options. |
toggle | string | Determines the visibility of the pivot table. |
cellStyle?
Type:
IResolvable
|
Table
(optional)
The table cell style of cells.
columnHeaderStyle?
Type:
IResolvable
|
Table
(optional)
The table cell style of the column header.
columnNamesVisibility?
Type:
string
(optional)
The visibility of the column names.
metricPlacement?
Type:
string
(optional)
The metric placement (row, column) options.
rowAlternateColorOptions?
Type:
IResolvable
|
Row
(optional)
The row alternate color options (widget status, row alternate colors).
rowFieldNamesStyle?
Type:
IResolvable
|
Table
(optional)
The table cell style of row field names.
rowHeaderStyle?
Type:
IResolvable
|
Table
(optional)
The table cell style of the row headers.
singleMetricVisibility?
Type:
string
(optional)
The visibility of the single metric options.
toggleButtonsVisibility?
Type:
string
(optional)
Determines the visibility of the pivot table.