interface SectionPageBreakConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.SectionPageBreakConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_SectionPageBreakConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.SectionPageBreakConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.SectionPageBreakConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const sectionPageBreakConfigurationProperty: quicksight.CfnDashboard.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.