amazonka-glue-2.0: Amazon Glue 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.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
ToJSON 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

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

Read GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

Show GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

NFData GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

Eq GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

Hashable GetDataCatalogEncryptionSettings Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

type AWSResponse 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "GetDataCatalogEncryptionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "catalogId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

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
Generic 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

NFData GetDataCatalogEncryptionSettingsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDataCatalogEncryptionSettings

Eq 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" '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