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

Description

Retrieves the security configuration for a specified catalog.

Synopsis

Creating a Request

data GetDataCatalogEncryptionSettings Source #

See: newGetDataCatalogEncryptionSettings smart constructor.

Constructors

GetDataCatalogEncryptionSettings' 

Fields

  • catalogId :: Maybe Text

    The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.

Instances

Instances details
Eq GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

Read GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

Show GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

Generic GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

Associated Types

type Rep GetDataCatalogEncryptionSettings :: Type -> Type #

NFData GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

Hashable GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

ToJSON GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

AWSRequest GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

ToHeaders GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

ToPath GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

ToQuery GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

type Rep GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

type Rep GetDataCatalogEncryptionSettings = D1 ('MetaData "GetDataCatalogEncryptionSettings" "Amazonka.Glue.GetDataCatalogEncryptionSettings" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetDataCatalogEncryptionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "catalogId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

newGetDataCatalogEncryptionSettings :: GetDataCatalogEncryptionSettings Source #

Create a value of GetDataCatalogEncryptionSettings 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:catalogId:GetDataCatalogEncryptionSettings', getDataCatalogEncryptionSettings_catalogId - The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.

Request Lenses

getDataCatalogEncryptionSettings_catalogId :: Lens' GetDataCatalogEncryptionSettings (Maybe Text) Source #

The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.

Destructuring the Response

data GetDataCatalogEncryptionSettingsResponse Source #

Constructors

GetDataCatalogEncryptionSettingsResponse' 

Fields

Instances

Instances details
Eq GetDataCatalogEncryptionSettingsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

Read GetDataCatalogEncryptionSettingsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

Show GetDataCatalogEncryptionSettingsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

Generic GetDataCatalogEncryptionSettingsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

NFData GetDataCatalogEncryptionSettingsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

type Rep GetDataCatalogEncryptionSettingsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

type Rep GetDataCatalogEncryptionSettingsResponse = D1 ('MetaData "GetDataCatalogEncryptionSettingsResponse" "Amazonka.Glue.GetDataCatalogEncryptionSettings" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetDataCatalogEncryptionSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataCatalogEncryptionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCatalogEncryptionSettings)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

Response Lenses