Learn R Programming

paws.analytics (version 0.1.6)

glue_get_data_catalog_encryption_settings: Retrieves the security configuration for a specified catalog

Description

Retrieves the security configuration for a specified catalog.

Usage

glue_get_data_catalog_encryption_settings(CatalogId)

Arguments

CatalogId

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

Request syntax

svc$get_data_catalog_encryption_settings(
  CatalogId = "string"
)