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.SslProperties

Description

 
Synopsis

Documentation

data SslProperties Source #

Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying data source.

See: newSslProperties smart constructor.

Constructors

SslProperties' 

Fields

Instances

Instances details
FromJSON SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

ToJSON SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Generic SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Associated Types

type Rep SslProperties :: Type -> Type #

Read SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Show SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

NFData SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Methods

rnf :: SslProperties -> () #

Eq SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Hashable SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

type Rep SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

type Rep SslProperties = D1 ('MetaData "SslProperties" "Amazonka.QuickSight.Types.SslProperties" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SslProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "disableSsl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newSslProperties :: SslProperties Source #

Create a value of SslProperties 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:disableSsl:SslProperties', sslProperties_disableSsl - A Boolean option to control whether SSL should be disabled.

sslProperties_disableSsl :: Lens' SslProperties (Maybe Bool) Source #

A Boolean option to control whether SSL should be disabled.