interface FreeFormLayoutConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.FreeFormLayoutConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.FreeFormLayoutConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.FreeFormLayoutConfigurationProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnTemplate » FreeFormLayoutConfigurationProperty |
The configuration of a free-form layout.
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 freeFormLayoutConfigurationProperty: quicksight.CfnTemplate.FreeFormLayoutConfigurationProperty = {
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',
}],
// the properties below are optional
canvasSizeOptions: {
screenCanvasSizeOptions: {
optimizedViewPortWidth: 'optimizedViewPortWidth',
},
},
};
Properties
Name | Type | Description |
---|---|---|
elements | IResolvable | IResolvable | Free [] | The elements that are included in a free-form layout. |
canvas | IResolvable | Free | CfnTemplate.FreeFormLayoutConfigurationProperty.CanvasSizeOptions . |
elements
Type:
IResolvable
|
IResolvable
|
Free
[]
The elements that are included in a free-form layout.
canvasSizeOptions?
Type:
IResolvable
|
Free
(optional)
CfnTemplate.FreeFormLayoutConfigurationProperty.CanvasSizeOptions
.