interface BodySectionContentProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.BodySectionContentProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.BodySectionContentProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.BodySectionContentProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » BodySectionContentProperty |
The configuration of content in a body section.
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 bodySectionContentProperty: quicksight.CfnAnalysis.BodySectionContentProperty = {
layout: {
freeFormLayout: {
elements: [{
elementId: 'elementId',
elementType: 'elementType',
height: 'height',
width: 'width',
xAxisLocation: 'xAxisLocation',
yAxisLocation: 'yAxisLocation',
// the properties below are optional
backgroundStyle: {
color: 'color',
visibility: 'visibility',
},
borderStyle: {
color: 'color',
visibility: 'visibility',
},
loadingAnimation: {
visibility: 'visibility',
},
renderingRules: [{
configurationOverrides: {
visibility: 'visibility',
},
expression: 'expression',
}],
selectedBorderStyle: {
color: 'color',
visibility: 'visibility',
},
visibility: 'visibility',
}],
},
},
};
Properties
Name | Type | Description |
---|---|---|
layout? | IResolvable | Section | The layout configuration of a body section. |
layout?
Type:
IResolvable
|
Section
(optional)
The layout configuration of a body section.