Show / Hide Table of Contents

Class CfnDashboardPropsMixin.SectionAfterPageBreakProperty

The configuration of a page break after a section.

Inheritance
object
CfnDashboardPropsMixin.SectionAfterPageBreakProperty
Implements
CfnDashboardPropsMixin.ISectionAfterPageBreakProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sectionafterpagebreak.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sectionafterpagebreak.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sectionafterpagebreak.html#cfn-quicksight-dashboard-sectionafterpagebreak-status

Implements

CfnDashboardPropsMixin.ISectionAfterPageBreakProperty
Back to top Generated by DocFX