interface FreeFormSectionLayoutConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.FreeFormSectionLayoutConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_FreeFormSectionLayoutConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.FreeFormSectionLayoutConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.FreeFormSectionLayoutConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » FreeFormSectionLayoutConfigurationProperty |
The free-form layout configuration of a section.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const freeFormSectionLayoutConfigurationProperty: quicksight.CfnDashboard.FreeFormSectionLayoutConfigurationProperty = {
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 |
---|---|---|
elements | IResolvable | IResolvable | Free [] | The elements that are included in the free-form layout. |
elements
Type:
IResolvable
|
IResolvable
|
Free
[]
The elements that are included in the free-form layout.