Class CfnTemplate.SectionPageBreakConfigurationProperty
The configuration of a page break for a section.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SectionPageBreakConfigurationProperty : Object, CfnTemplate.ISectionPageBreakConfigurationProperty
Syntax (vb)
Public Class SectionPageBreakConfigurationProperty
Inherits Object
Implements CfnTemplate.ISectionPageBreakConfigurationProperty
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.AWS.QuickSight;
var sectionPageBreakConfigurationProperty = new SectionPageBreakConfigurationProperty {
After = new SectionAfterPageBreakProperty {
Status = "status"
}
};
Synopsis
Constructors
Section |
Properties
After | The configuration of a page break after a section. |
Constructors
SectionPageBreakConfigurationProperty()
public SectionPageBreakConfigurationProperty()
Properties
After
The configuration of a page break after a section.
public object After { get; set; }
Property Value
System.