interface SectionPageBreakConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.SectionPageBreakConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_SectionPageBreakConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.SectionPageBreakConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.SectionPageBreakConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » SectionPageBreakConfigurationProperty |
The configuration of a page break for a section.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const sectionPageBreakConfigurationProperty: quicksight_mixins.CfnDashboardPropsMixin.SectionPageBreakConfigurationProperty = {
after: {
status: 'status',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| after? | IResolvable | Section | The configuration of a page break after a section. |
after?
Type:
IResolvable | Section
(optional)
The configuration of a page break after a section.

.NET
Go
Java
Python
TypeScript