aws-cdk-lib.aws_quicksight.CfnDashboard.SectionAfterPageBreakProperty

interface SectionAfterPageBreakProperty

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

The configuration of a page break after 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 sectionAfterPageBreakProperty: quicksight.CfnDashboard.SectionAfterPageBreakProperty = {
  status: 'status',
};

Properties

NameTypeDescription
status?stringThe option that enables or disables a page break at the end of a section.

status?

Type: string (optional)

The option that enables or disables a page break at the end of a section.