interface BodySectionRepeatPageBreakConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.BodySectionRepeatPageBreakConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_BodySectionRepeatPageBreakConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.BodySectionRepeatPageBreakConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.BodySectionRepeatPageBreakConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » BodySectionRepeatPageBreakConfigurationProperty |
The page break configuration to apply for each repeating instance.
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 bodySectionRepeatPageBreakConfigurationProperty: quicksight_mixins.CfnAnalysisPropsMixin.BodySectionRepeatPageBreakConfigurationProperty = {
after: {
status: 'status',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| after? | IResolvable | Section |
after?
Type:
IResolvable | Section
(optional)

.NET
Go
Java
Python
TypeScript