interface SectionBasedLayoutConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.SectionBasedLayoutConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_SectionBasedLayoutConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.SectionBasedLayoutConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.SectionBasedLayoutConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » SectionBasedLayoutConfigurationProperty |
The configuration for a section-based layout.
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 sectionBasedLayoutConfigurationProperty: quicksight_mixins.CfnDashboardPropsMixin.SectionBasedLayoutConfigurationProperty = {
bodySections: [{
content: {
layout: {
freeFormLayout: {
elements: [{
backgroundStyle: {
color: 'color',
visibility: 'visibility',
},
borderRadius: 'borderRadius',
borderStyle: {
color: 'color',
visibility: 'visibility',
width: 'width',
},
elementId: 'elementId',
elementType: 'elementType',
height: 'height',
loadingAnimation: {
visibility: 'visibility',
},
padding: 'padding',
renderingRules: [{
configurationOverrides: {
visibility: 'visibility',
},
expression: 'expression',
}],
selectedBorderStyle: {
color: 'color',
visibility: 'visibility',
width: 'width',
},
visibility: 'visibility',
width: 'width',
xAxisLocation: 'xAxisLocation',
yAxisLocation: 'yAxisLocation',
}],
},
},
},
pageBreakConfiguration: {
after: {
status: 'status',
},
},
repeatConfiguration: {
dimensionConfigurations: [{
dynamicCategoryDimensionConfiguration: {
column: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
limit: 123,
sortByMetrics: [{
aggregationFunction: {
attributeAggregationFunction: {
simpleAttributeAggregation: 'simpleAttributeAggregation',
valueForMultipleValues: 'valueForMultipleValues',
},
categoricalAggregationFunction: 'categoricalAggregationFunction',
dateAggregationFunction: 'dateAggregationFunction',
numericalAggregationFunction: {
percentileAggregation: {
percentileValue: 123,
},
simpleNumericalAggregation: 'simpleNumericalAggregation',
},
},
direction: 'direction',
sortBy: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
}],
},
dynamicNumericDimensionConfiguration: {
column: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
limit: 123,
sortByMetrics: [{
aggregationFunction: {
attributeAggregationFunction: {
simpleAttributeAggregation: 'simpleAttributeAggregation',
valueForMultipleValues: 'valueForMultipleValues',
},
categoricalAggregationFunction: 'categoricalAggregationFunction',
dateAggregationFunction: 'dateAggregationFunction',
numericalAggregationFunction: {
percentileAggregation: {
percentileValue: 123,
},
simpleNumericalAggregation: 'simpleNumericalAggregation',
},
},
direction: 'direction',
sortBy: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
}],
},
}],
nonRepeatingVisuals: ['nonRepeatingVisuals'],
pageBreakConfiguration: {
after: {
status: 'status',
},
},
},
sectionId: 'sectionId',
style: {
height: 'height',
padding: {
bottom: 'bottom',
left: 'left',
right: 'right',
top: 'top',
},
},
}],
canvasSizeOptions: {
paperCanvasSizeOptions: {
paperMargin: {
bottom: 'bottom',
left: 'left',
right: 'right',
top: 'top',
},
paperOrientation: 'paperOrientation',
paperSize: 'paperSize',
},
},
footerSections: [{
layout: {
freeFormLayout: {
elements: [{
backgroundStyle: {
color: 'color',
visibility: 'visibility',
},
borderRadius: 'borderRadius',
borderStyle: {
color: 'color',
visibility: 'visibility',
width: 'width',
},
elementId: 'elementId',
elementType: 'elementType',
height: 'height',
loadingAnimation: {
visibility: 'visibility',
},
padding: 'padding',
renderingRules: [{
configurationOverrides: {
visibility: 'visibility',
},
expression: 'expression',
}],
selectedBorderStyle: {
color: 'color',
visibility: 'visibility',
width: 'width',
},
visibility: 'visibility',
width: 'width',
xAxisLocation: 'xAxisLocation',
yAxisLocation: 'yAxisLocation',
}],
},
},
sectionId: 'sectionId',
style: {
height: 'height',
padding: {
bottom: 'bottom',
left: 'left',
right: 'right',
top: 'top',
},
},
}],
headerSections: [{
layout: {
freeFormLayout: {
elements: [{
backgroundStyle: {
color: 'color',
visibility: 'visibility',
},
borderRadius: 'borderRadius',
borderStyle: {
color: 'color',
visibility: 'visibility',
width: 'width',
},
elementId: 'elementId',
elementType: 'elementType',
height: 'height',
loadingAnimation: {
visibility: 'visibility',
},
padding: 'padding',
renderingRules: [{
configurationOverrides: {
visibility: 'visibility',
},
expression: 'expression',
}],
selectedBorderStyle: {
color: 'color',
visibility: 'visibility',
width: 'width',
},
visibility: 'visibility',
width: 'width',
xAxisLocation: 'xAxisLocation',
yAxisLocation: 'yAxisLocation',
}],
},
},
sectionId: 'sectionId',
style: {
height: 'height',
padding: {
bottom: 'bottom',
left: 'left',
right: 'right',
top: 'top',
},
},
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| body | IResolvable | (IResolvable | Body)[] | A list of body section configurations. |
| canvas | IResolvable | Section | The options for the canvas of a section-based layout. |
| footer | IResolvable | (IResolvable | Header)[] | A list of footer section configurations. |
| header | IResolvable | (IResolvable | Header)[] | A list of header section configurations. |
bodySections?
Type:
IResolvable | (IResolvable | Body)[]
(optional)
A list of body section configurations.
canvasSizeOptions?
Type:
IResolvable | Section
(optional)
The options for the canvas of a section-based layout.
footerSections?
Type:
IResolvable | (IResolvable | Header)[]
(optional)
A list of footer section configurations.
headerSections?
Type:
IResolvable | (IResolvable | Header)[]
(optional)
A list of header section configurations.

.NET
Go
Java
Python
TypeScript