Show / Hide Table of Contents

Class CfnTemplatePropsMixin.SectionAfterPageBreakProperty

The configuration of a page break after a section.

Inheritance
object
CfnTemplatePropsMixin.SectionAfterPageBreakProperty
Implements
CfnTemplatePropsMixin.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.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; }
Property Value

string

Remarks

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

Implements

CfnTemplatePropsMixin.ISectionAfterPageBreakProperty
Back to top Generated by DocFX