libZSservicesZSamazonka-glueZSamazonka-glue
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.Glue.Types.ConnectionPropertyKey

Description

 

Documentation

newtype ConnectionPropertyKey Source #

Bundled Patterns

pattern ConnectionPropertyKey_CONFIG_FILES :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_CONNECTION_URL :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_CONNECTOR_CLASS_NAME :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_CONNECTOR_TYPE :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_CONNECTOR_URL :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_CUSTOM_JDBC_CERT :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_CUSTOM_JDBC_CERT_STRING :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_ENCRYPTED_PASSWORD :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_HOST :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_INSTANCE_ID :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_JDBC_CONNECTION_URL :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_JDBC_DRIVER_CLASS_NAME :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_JDBC_DRIVER_JAR_URI :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_JDBC_ENFORCE_SSL :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_JDBC_ENGINE :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_JDBC_ENGINE_VERSION :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_KAFKA_BOOTSTRAP_SERVERS :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_KAFKA_CLIENT_KEYSTORE :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_KAFKA_CLIENT_KEYSTORE_PASSWORD :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_KAFKA_CLIENT_KEY_PASSWORD :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_KAFKA_CUSTOM_CERT :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_KAFKA_SKIP_CUSTOM_CERT_VALIDATION :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_KAFKA_SSL_ENABLED :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_PASSWORD :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_PORT :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_SECRET_ID :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_SKIP_CUSTOM_JDBC_CERT_VALIDATION :: ConnectionPropertyKey 
pattern ConnectionPropertyKey_USERNAME :: ConnectionPropertyKey 

Instances

Instances details
Eq ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

Ord ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

Read ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

Show ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

Generic ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

Associated Types

type Rep ConnectionPropertyKey :: Type -> Type #

NFData ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

Methods

rnf :: ConnectionPropertyKey -> () #

Hashable ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

ToJSON ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

ToJSONKey ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

FromJSON ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

FromJSONKey ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

ToLog ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

ToHeader ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

ToQuery ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

FromXML ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

ToXML ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

ToByteString ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

FromText ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

ToText ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

type Rep ConnectionPropertyKey Source # 
Instance details

Defined in Amazonka.Glue.Types.ConnectionPropertyKey

type Rep ConnectionPropertyKey = D1 ('MetaData "ConnectionPropertyKey" "Amazonka.Glue.Types.ConnectionPropertyKey" "libZSservicesZSamazonka-glueZSamazonka-glue" 'True) (C1 ('MetaCons "ConnectionPropertyKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConnectionPropertyKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))