amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.SectionStyle

Description

 
Synopsis

Documentation

data SectionStyle Source #

The options that style a section.

See: newSectionStyle smart constructor.

Constructors

SectionStyle' 

Fields

  • height :: Maybe Text

    The height of a section.

    Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.

  • padding :: Maybe Spacing

    The spacing between section content and its top, bottom, left, and right edges.

    There is no padding by default.

Instances

Instances details
FromJSON SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

ToJSON SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

Generic SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

Associated Types

type Rep SectionStyle :: Type -> Type #

Read SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

Show SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

NFData SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

Methods

rnf :: SectionStyle -> () #

Eq SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

Hashable SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

type Rep SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

type Rep SectionStyle = D1 ('MetaData "SectionStyle" "Amazonka.QuickSight.Types.SectionStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SectionStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "height") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "padding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Spacing))))

newSectionStyle :: SectionStyle Source #

Create a value of SectionStyle with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:height:SectionStyle', sectionStyle_height - The height of a section.

Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.

$sel:padding:SectionStyle', sectionStyle_padding - The spacing between section content and its top, bottom, left, and right edges.

There is no padding by default.

sectionStyle_height :: Lens' SectionStyle (Maybe Text) Source #

The height of a section.

Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.

sectionStyle_padding :: Lens' SectionStyle (Maybe Spacing) Source #

The spacing between section content and its top, bottom, left, and right edges.

There is no padding by default.