/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains configuration information for maintaining Data Catalog
* security.See Also:
AWS
* API Reference
Specifies the encryption-at-rest configuration for the Data Catalog.
*/ inline const EncryptionAtRest& GetEncryptionAtRest() const{ return m_encryptionAtRest; } /** *Specifies the encryption-at-rest configuration for the Data Catalog.
*/ inline bool EncryptionAtRestHasBeenSet() const { return m_encryptionAtRestHasBeenSet; } /** *Specifies the encryption-at-rest configuration for the Data Catalog.
*/ inline void SetEncryptionAtRest(const EncryptionAtRest& value) { m_encryptionAtRestHasBeenSet = true; m_encryptionAtRest = value; } /** *Specifies the encryption-at-rest configuration for the Data Catalog.
*/ inline void SetEncryptionAtRest(EncryptionAtRest&& value) { m_encryptionAtRestHasBeenSet = true; m_encryptionAtRest = std::move(value); } /** *Specifies the encryption-at-rest configuration for the Data Catalog.
*/ inline DataCatalogEncryptionSettings& WithEncryptionAtRest(const EncryptionAtRest& value) { SetEncryptionAtRest(value); return *this;} /** *Specifies the encryption-at-rest configuration for the Data Catalog.
*/ inline DataCatalogEncryptionSettings& WithEncryptionAtRest(EncryptionAtRest&& value) { SetEncryptionAtRest(std::move(value)); return *this;} /** *When connection password protection is enabled, the Data Catalog uses a
* customer-provided key to encrypt the password as part of
* CreateConnection
or UpdateConnection
and store it in
* the ENCRYPTED_PASSWORD
field in the connection properties. You can
* enable catalog encryption or only password encryption.
When connection password protection is enabled, the Data Catalog uses a
* customer-provided key to encrypt the password as part of
* CreateConnection
or UpdateConnection
and store it in
* the ENCRYPTED_PASSWORD
field in the connection properties. You can
* enable catalog encryption or only password encryption.
When connection password protection is enabled, the Data Catalog uses a
* customer-provided key to encrypt the password as part of
* CreateConnection
or UpdateConnection
and store it in
* the ENCRYPTED_PASSWORD
field in the connection properties. You can
* enable catalog encryption or only password encryption.
When connection password protection is enabled, the Data Catalog uses a
* customer-provided key to encrypt the password as part of
* CreateConnection
or UpdateConnection
and store it in
* the ENCRYPTED_PASSWORD
field in the connection properties. You can
* enable catalog encryption or only password encryption.
When connection password protection is enabled, the Data Catalog uses a
* customer-provided key to encrypt the password as part of
* CreateConnection
or UpdateConnection
and store it in
* the ENCRYPTED_PASSWORD
field in the connection properties. You can
* enable catalog encryption or only password encryption.
When connection password protection is enabled, the Data Catalog uses a
* customer-provided key to encrypt the password as part of
* CreateConnection
or UpdateConnection
and store it in
* the ENCRYPTED_PASSWORD
field in the connection properties. You can
* enable catalog encryption or only password encryption.