interface TotalOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.TotalOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.TotalOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.TotalOptionsProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » TotalOptionsProperty |
The total options for a 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 totalOptionsProperty: quicksight.CfnDashboard.TotalOptionsProperty = {
customLabel: 'customLabel',
placement: 'placement',
scrollStatus: 'scrollStatus',
totalCellStyle: {
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',
},
totalsVisibility: 'totalsVisibility',
};
Properties
Name | Type | Description |
---|---|---|
custom | string | The custom label string for the total cells. |
placement? | string | The placement (start, end) for the total cells. |
scroll | string | The scroll status (pinned, scrolled) for the total cells. |
total | IResolvable | Table | Cell styling options for the total cells. |
totals | string | The visibility configuration for the total cells. |
customLabel?
Type:
string
(optional)
The custom label string for the total cells.
placement?
Type:
string
(optional)
The placement (start, end) for the total cells.
scrollStatus?
Type:
string
(optional)
The scroll status (pinned, scrolled) for the total cells.
totalCellStyle?
Type:
IResolvable
|
Table
(optional)
Cell styling options for the total cells.
totalsVisibility?
Type:
string
(optional)
The visibility configuration for the total cells.