aws-cdk-lib.aws_quicksight.CfnDashboard.FreeFormSectionLayoutConfigurationProperty

interface FreeFormSectionLayoutConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.FreeFormSectionLayoutConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_FreeFormSectionLayoutConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.FreeFormSectionLayoutConfigurationProperty
Pythonaws_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

NameTypeDescription
elementsIResolvable | IResolvable | FreeFormLayoutElementProperty[]The elements that are included in the free-form layout.

elements

Type: IResolvable | IResolvable | FreeFormLayoutElementProperty[]

The elements that are included in the free-form layout.