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
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
Remarks
SectionId
The unique identifier of the header or footer section.
string? SectionId { get; }
Property Value
Remarks
Style
The style options of a header or footer section.
object? Style { get; }