interface SectionAfterPageBreakProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.SectionAfterPageBreakProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_SectionAfterPageBreakProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.SectionAfterPageBreakProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.SectionAfterPageBreakProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const sectionAfterPageBreakProperty: quicksight_mixins.CfnAnalysisPropsMixin.SectionAfterPageBreakProperty = {
status: 'status',
};
Properties
| Name | Type | Description |
|---|---|---|
| status? | string | The 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.

.NET
Go
Java
Python
TypeScript