Class CfnTemplatePropsMixin.SectionAfterPageBreakProperty
The configuration of a page break after a section.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.SectionAfterPageBreakProperty : CfnTemplatePropsMixin.ISectionAfterPageBreakProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.SectionAfterPageBreakProperty Implements CfnTemplatePropsMixin.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.CfnPropertyMixins.AWS.QuickSight;
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.CfnPropertyMixins.AWS.QuickSight;
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; }