glue_put_data_catalog_encryption_settings: Sets the security configuration for a specified catalog

View source: R/glue_operations.R

glue_put_data_catalog_encryption_settingsR Documentation

Sets the security configuration for a specified catalog

Description

Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.

See https://www.paws-r-sdk.com/docs/glue_put_data_catalog_encryption_settings/ for full documentation.

Usage

glue_put_data_catalog_encryption_settings(
  CatalogId = NULL,
  DataCatalogEncryptionSettings
)

Arguments

CatalogId

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

DataCatalogEncryptionSettings

[required] The security configuration to set.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.