/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace Comprehend { namespace Model { /** *

Data security configuration.

See Also:

AWS * API Reference

*/ class DataSecurityConfig { public: AWS_COMPREHEND_API DataSecurityConfig(); AWS_COMPREHEND_API DataSecurityConfig(Aws::Utils::Json::JsonView jsonValue); AWS_COMPREHEND_API DataSecurityConfig& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const; /** *

ID for the KMS key that Amazon Comprehend uses to encrypt trained custom * models. The ModelKmsKeyId can be either of the following formats:

  • *

    KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"

  • *
  • Amazon Resource Name (ARN) of a KMS Key: * "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" *

*/ inline const Aws::String& GetModelKmsKeyId() const{ return m_modelKmsKeyId; } /** *

ID for the KMS key that Amazon Comprehend uses to encrypt trained custom * models. The ModelKmsKeyId can be either of the following formats:

  • *

    KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"

  • *
  • Amazon Resource Name (ARN) of a KMS Key: * "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" *

*/ inline bool ModelKmsKeyIdHasBeenSet() const { return m_modelKmsKeyIdHasBeenSet; } /** *

ID for the KMS key that Amazon Comprehend uses to encrypt trained custom * models. The ModelKmsKeyId can be either of the following formats:

  • *

    KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"

  • *
  • Amazon Resource Name (ARN) of a KMS Key: * "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" *

*/ inline void SetModelKmsKeyId(const Aws::String& value) { m_modelKmsKeyIdHasBeenSet = true; m_modelKmsKeyId = value; } /** *

ID for the KMS key that Amazon Comprehend uses to encrypt trained custom * models. The ModelKmsKeyId can be either of the following formats:

  • *

    KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"

  • *
  • Amazon Resource Name (ARN) of a KMS Key: * "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" *

*/ inline void SetModelKmsKeyId(Aws::String&& value) { m_modelKmsKeyIdHasBeenSet = true; m_modelKmsKeyId = std::move(value); } /** *

ID for the KMS key that Amazon Comprehend uses to encrypt trained custom * models. The ModelKmsKeyId can be either of the following formats:

  • *

    KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"

  • *
  • Amazon Resource Name (ARN) of a KMS Key: * "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" *

*/ inline void SetModelKmsKeyId(const char* value) { m_modelKmsKeyIdHasBeenSet = true; m_modelKmsKeyId.assign(value); } /** *

ID for the KMS key that Amazon Comprehend uses to encrypt trained custom * models. The ModelKmsKeyId can be either of the following formats:

  • *

    KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"

  • *
  • Amazon Resource Name (ARN) of a KMS Key: * "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" *

*/ inline DataSecurityConfig& WithModelKmsKeyId(const Aws::String& value) { SetModelKmsKeyId(value); return *this;} /** *

ID for the KMS key that Amazon Comprehend uses to encrypt trained custom * models. The ModelKmsKeyId can be either of the following formats:

  • *

    KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"

  • *
  • Amazon Resource Name (ARN) of a KMS Key: * "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" *

*/ inline DataSecurityConfig& WithModelKmsKeyId(Aws::String&& value) { SetModelKmsKeyId(std::move(value)); return *this;} /** *

ID for the KMS key that Amazon Comprehend uses to encrypt trained custom * models. The ModelKmsKeyId can be either of the following formats:

  • *

    KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"

  • *
  • Amazon Resource Name (ARN) of a KMS Key: * "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" *

*/ inline DataSecurityConfig& WithModelKmsKeyId(const char* value) { SetModelKmsKeyId(value); return *this;} /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the volume.

*/ inline const Aws::String& GetVolumeKmsKeyId() const{ return m_volumeKmsKeyId; } /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the volume.

*/ inline bool VolumeKmsKeyIdHasBeenSet() const { return m_volumeKmsKeyIdHasBeenSet; } /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the volume.

*/ inline void SetVolumeKmsKeyId(const Aws::String& value) { m_volumeKmsKeyIdHasBeenSet = true; m_volumeKmsKeyId = value; } /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the volume.

*/ inline void SetVolumeKmsKeyId(Aws::String&& value) { m_volumeKmsKeyIdHasBeenSet = true; m_volumeKmsKeyId = std::move(value); } /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the volume.

*/ inline void SetVolumeKmsKeyId(const char* value) { m_volumeKmsKeyIdHasBeenSet = true; m_volumeKmsKeyId.assign(value); } /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the volume.

*/ inline DataSecurityConfig& WithVolumeKmsKeyId(const Aws::String& value) { SetVolumeKmsKeyId(value); return *this;} /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the volume.

*/ inline DataSecurityConfig& WithVolumeKmsKeyId(Aws::String&& value) { SetVolumeKmsKeyId(std::move(value)); return *this;} /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the volume.

*/ inline DataSecurityConfig& WithVolumeKmsKeyId(const char* value) { SetVolumeKmsKeyId(value); return *this;} /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the data in the * data lake.

*/ inline const Aws::String& GetDataLakeKmsKeyId() const{ return m_dataLakeKmsKeyId; } /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the data in the * data lake.

*/ inline bool DataLakeKmsKeyIdHasBeenSet() const { return m_dataLakeKmsKeyIdHasBeenSet; } /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the data in the * data lake.

*/ inline void SetDataLakeKmsKeyId(const Aws::String& value) { m_dataLakeKmsKeyIdHasBeenSet = true; m_dataLakeKmsKeyId = value; } /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the data in the * data lake.

*/ inline void SetDataLakeKmsKeyId(Aws::String&& value) { m_dataLakeKmsKeyIdHasBeenSet = true; m_dataLakeKmsKeyId = std::move(value); } /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the data in the * data lake.

*/ inline void SetDataLakeKmsKeyId(const char* value) { m_dataLakeKmsKeyIdHasBeenSet = true; m_dataLakeKmsKeyId.assign(value); } /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the data in the * data lake.

*/ inline DataSecurityConfig& WithDataLakeKmsKeyId(const Aws::String& value) { SetDataLakeKmsKeyId(value); return *this;} /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the data in the * data lake.

*/ inline DataSecurityConfig& WithDataLakeKmsKeyId(Aws::String&& value) { SetDataLakeKmsKeyId(std::move(value)); return *this;} /** *

ID for the KMS key that Amazon Comprehend uses to encrypt the data in the * data lake.

*/ inline DataSecurityConfig& WithDataLakeKmsKeyId(const char* value) { SetDataLakeKmsKeyId(value); return *this;} inline const VpcConfig& GetVpcConfig() const{ return m_vpcConfig; } inline bool VpcConfigHasBeenSet() const { return m_vpcConfigHasBeenSet; } inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = value; } inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::move(value); } inline DataSecurityConfig& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(value); return *this;} inline DataSecurityConfig& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std::move(value)); return *this;} private: Aws::String m_modelKmsKeyId; bool m_modelKmsKeyIdHasBeenSet = false; Aws::String m_volumeKmsKeyId; bool m_volumeKmsKeyIdHasBeenSet = false; Aws::String m_dataLakeKmsKeyId; bool m_dataLakeKmsKeyIdHasBeenSet = false; VpcConfig m_vpcConfig; bool m_vpcConfigHasBeenSet = false; }; } // namespace Model } // namespace Comprehend } // namespace Aws