libZSservicesZSamazonka-quicksightZSamazonka-quicksight
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Read SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Show 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 #

NFData SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Methods

rnf :: SslProperties -> () #

Hashable SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

ToJSON SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.