/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A configuration document that specifies encryption configuration
* settings.See Also:
AWS
* API Reference
The ID of the KMS key used for encryption, if applicable.
*/ inline const Aws::String& GetKeyId() const{ return m_keyId; } /** *The ID of the KMS key used for encryption, if applicable.
*/ inline bool KeyIdHasBeenSet() const { return m_keyIdHasBeenSet; } /** *The ID of the KMS key used for encryption, if applicable.
*/ inline void SetKeyId(const Aws::String& value) { m_keyIdHasBeenSet = true; m_keyId = value; } /** *The ID of the KMS key used for encryption, if applicable.
*/ inline void SetKeyId(Aws::String&& value) { m_keyIdHasBeenSet = true; m_keyId = std::move(value); } /** *The ID of the KMS key used for encryption, if applicable.
*/ inline void SetKeyId(const char* value) { m_keyIdHasBeenSet = true; m_keyId.assign(value); } /** *The ID of the KMS key used for encryption, if applicable.
*/ inline EncryptionConfig& WithKeyId(const Aws::String& value) { SetKeyId(value); return *this;} /** *The ID of the KMS key used for encryption, if applicable.
*/ inline EncryptionConfig& WithKeyId(Aws::String&& value) { SetKeyId(std::move(value)); return *this;} /** *The ID of the KMS key used for encryption, if applicable.
*/ inline EncryptionConfig& WithKeyId(const char* value) { SetKeyId(value); return *this;} /** *The encryption status. While the status is UPDATING
, X-Ray may
* encrypt data with a combination of the new and old settings.
The encryption status. While the status is UPDATING
, X-Ray may
* encrypt data with a combination of the new and old settings.
The encryption status. While the status is UPDATING
, X-Ray may
* encrypt data with a combination of the new and old settings.
The encryption status. While the status is UPDATING
, X-Ray may
* encrypt data with a combination of the new and old settings.
The encryption status. While the status is UPDATING
, X-Ray may
* encrypt data with a combination of the new and old settings.
The encryption status. While the status is UPDATING
, X-Ray may
* encrypt data with a combination of the new and old settings.
The type of encryption. Set to KMS
for encryption with KMS keys.
* Set to NONE
for default encryption.
The type of encryption. Set to KMS
for encryption with KMS keys.
* Set to NONE
for default encryption.
The type of encryption. Set to KMS
for encryption with KMS keys.
* Set to NONE
for default encryption.
The type of encryption. Set to KMS
for encryption with KMS keys.
* Set to NONE
for default encryption.
The type of encryption. Set to KMS
for encryption with KMS keys.
* Set to NONE
for default encryption.
The type of encryption. Set to KMS
for encryption with KMS keys.
* Set to NONE
for default encryption.