Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IHeaderFooterSectionConfigurationProperty

The configuration of a header or footer section.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IHeaderFooterSectionConfigurationProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IHeaderFooterSectionConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-headerfootersectionconfiguration.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 headerFooterSectionConfigurationProperty = new HeaderFooterSectionConfigurationProperty {
                 Layout = new SectionLayoutConfigurationProperty {
                     FreeFormLayout = new FreeFormSectionLayoutConfigurationProperty {
                         Elements = new [] { new FreeFormLayoutElementProperty {
                             BackgroundStyle = new FreeFormLayoutElementBackgroundStyleProperty {
                                 Color = "color",
                                 Visibility = "visibility"
                             },
                             BorderRadius = "borderRadius",
                             BorderStyle = new FreeFormLayoutElementBorderStyleProperty {
                                 Color = "color",
                                 Visibility = "visibility",
                                 Width = "width"
                             },
                             ElementId = "elementId",
                             ElementType = "elementType",
                             Height = "height",
                             LoadingAnimation = new LoadingAnimationProperty {
                                 Visibility = "visibility"
                             },
                             Padding = "padding",
                             RenderingRules = new [] { new SheetElementRenderingRuleProperty {
                                 ConfigurationOverrides = new SheetElementConfigurationOverridesProperty {
                                     Visibility = "visibility"
                                 },
                                 Expression = "expression"
                             } },
                             SelectedBorderStyle = new FreeFormLayoutElementBorderStyleProperty {
                                 Color = "color",
                                 Visibility = "visibility",
                                 Width = "width"
                             },
                             Visibility = "visibility",
                             Width = "width",
                             XAxisLocation = "xAxisLocation",
                             YAxisLocation = "yAxisLocation"
                         } }
                     }
                 },
                 SectionId = "sectionId",
                 Style = new SectionStyleProperty {
                     Height = "height",
                     Padding = new SpacingProperty {
                         Bottom = "bottom",
                         Left = "left",
                         Right = "right",
                         Top = "top"
                     }
                 }
             };

Synopsis

Properties

Layout

The layout configuration of the header or footer section.

SectionId

The unique identifier of the header or footer section.

Style

The style options of a header or footer section.

Properties

Layout

The layout configuration of the header or footer section.

object? Layout { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.ISectionLayoutConfigurationProperty

SectionId

The unique identifier of the header or footer section.

string? SectionId { get; }
Property Value

string

Remarks

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

Style

The style options of a header or footer section.

object? Style { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.ISectionStyleProperty

Back to top Generated by DocFX