interface BodySectionRepeatPageBreakConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.BodySectionRepeatPageBreakConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_BodySectionRepeatPageBreakConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.BodySectionRepeatPageBreakConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.BodySectionRepeatPageBreakConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » 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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const bodySectionRepeatPageBreakConfigurationProperty: quicksight.CfnDashboardPropsMixin.BodySectionRepeatPageBreakConfigurationProperty = {
after: {
status: 'status',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| after? | IResolvable | Section |
after?
Type:
IResolvable | Section
(optional)

.NET
Go
Java
Python
TypeScript