aws-cdk-lib.aws_quicksight.CfnAnalysis.SectionStyleProperty

interface SectionStyleProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.SectionStyleProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_SectionStyleProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.SectionStyleProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.SectionStyleProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » SectionStyleProperty

The options that style 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 sectionStyleProperty: quicksight.CfnAnalysis.SectionStyleProperty = {
  height: 'height',
  padding: {
    bottom: 'bottom',
    left: 'left',
    right: 'right',
    top: 'top',
  },
};

Properties

NameTypeDescription
height?stringThe height of a section.
padding?IResolvable | SpacingPropertyThe spacing between section content and its top, bottom, left, and right edges.

height?

Type: string (optional)

The height of a section.

Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.


padding?

Type: IResolvable | SpacingProperty (optional)

The spacing between section content and its top, bottom, left, and right edges.

There is no padding by default.