getDataCatalogEncryptionSettings

This data source can be used to fetch information about AWS Glue Data Catalog Encryption Settings.

Example Usage

variables:
example:
fn::invoke:
function: aws:glue:getDataCatalogEncryptionSettings
arguments:
id: '123456789123'

Return

A collection of values returned by getDataCatalogEncryptionSettings.

Parameters

argument

A collection of arguments for invoking getDataCatalogEncryptionSettings.


Return

A collection of values returned by getDataCatalogEncryptionSettings.

Parameters

catalogId

ID of the Data Catalog. This is typically the AWS account ID.

See also


Return

A collection of values returned by getDataCatalogEncryptionSettings.

Parameters

argument

Builder for com.pulumi.aws.glue.kotlin.inputs.GetDataCatalogEncryptionSettingsPlainArgs.

See also