Class CfnDashboardPropsMixin.SectionAfterPageBreakProperty
The configuration of a page break after a section.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.SectionAfterPageBreakProperty : CfnDashboardPropsMixin.ISectionAfterPageBreakProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.SectionAfterPageBreakProperty Implements CfnDashboardPropsMixin.ISectionAfterPageBreakProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var sectionAfterPageBreakProperty = new SectionAfterPageBreakProperty {
Status = "status"
};
Synopsis
Constructors
| SectionAfterPageBreakProperty() | The configuration of a page break after a section. |
Properties
| Status | The option that enables or disables a page break at the end of a section. |
Constructors
SectionAfterPageBreakProperty()
The configuration of a page break after a section.
public SectionAfterPageBreakProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var sectionAfterPageBreakProperty = new SectionAfterPageBreakProperty {
Status = "status"
};
Properties
Status
The option that enables or disables a page break at the end of a section.
public string? Status { get; set; }