/** * 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 KMS { namespace Model { /** */ class EnableKeyRotationRequest : public KMSRequest { public: AWS_KMS_API EnableKeyRotationRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "EnableKeyRotation"; } AWS_KMS_API Aws::String SerializePayload() const override; AWS_KMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; /** *

Identifies a symmetric encryption KMS key. You cannot enable automatic * rotation of asymmetric * KMS keys, HMAC KMS * keys, KMS keys with imported * key material, or KMS keys in a custom * key store. To enable or disable automatic rotation of a set of related multi-Region * keys, set the property on the primary key.

Specify the key ID or key * ARN of the KMS key.

For example:

  • Key ID: * 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline const Aws::String& GetKeyId() const{ return m_keyId; } /** *

Identifies a symmetric encryption KMS key. You cannot enable automatic * rotation of asymmetric * KMS keys, HMAC KMS * keys, KMS keys with imported * key material, or KMS keys in a custom * key store. To enable or disable automatic rotation of a set of related multi-Region * keys, set the property on the primary key.

Specify the key ID or key * ARN of the KMS key.

For example:

  • Key ID: * 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline bool KeyIdHasBeenSet() const { return m_keyIdHasBeenSet; } /** *

Identifies a symmetric encryption KMS key. You cannot enable automatic * rotation of asymmetric * KMS keys, HMAC KMS * keys, KMS keys with imported * key material, or KMS keys in a custom * key store. To enable or disable automatic rotation of a set of related multi-Region * keys, set the property on the primary key.

Specify the key ID or key * ARN of the KMS key.

For example:

  • Key ID: * 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline void SetKeyId(const Aws::String& value) { m_keyIdHasBeenSet = true; m_keyId = value; } /** *

Identifies a symmetric encryption KMS key. You cannot enable automatic * rotation of asymmetric * KMS keys, HMAC KMS * keys, KMS keys with imported * key material, or KMS keys in a custom * key store. To enable or disable automatic rotation of a set of related multi-Region * keys, set the property on the primary key.

Specify the key ID or key * ARN of the KMS key.

For example:

  • Key ID: * 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline void SetKeyId(Aws::String&& value) { m_keyIdHasBeenSet = true; m_keyId = std::move(value); } /** *

Identifies a symmetric encryption KMS key. You cannot enable automatic * rotation of asymmetric * KMS keys, HMAC KMS * keys, KMS keys with imported * key material, or KMS keys in a custom * key store. To enable or disable automatic rotation of a set of related multi-Region * keys, set the property on the primary key.

Specify the key ID or key * ARN of the KMS key.

For example:

  • Key ID: * 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline void SetKeyId(const char* value) { m_keyIdHasBeenSet = true; m_keyId.assign(value); } /** *

Identifies a symmetric encryption KMS key. You cannot enable automatic * rotation of asymmetric * KMS keys, HMAC KMS * keys, KMS keys with imported * key material, or KMS keys in a custom * key store. To enable or disable automatic rotation of a set of related multi-Region * keys, set the property on the primary key.

Specify the key ID or key * ARN of the KMS key.

For example:

  • Key ID: * 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline EnableKeyRotationRequest& WithKeyId(const Aws::String& value) { SetKeyId(value); return *this;} /** *

Identifies a symmetric encryption KMS key. You cannot enable automatic * rotation of asymmetric * KMS keys, HMAC KMS * keys, KMS keys with imported * key material, or KMS keys in a custom * key store. To enable or disable automatic rotation of a set of related multi-Region * keys, set the property on the primary key.

Specify the key ID or key * ARN of the KMS key.

For example:

  • Key ID: * 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline EnableKeyRotationRequest& WithKeyId(Aws::String&& value) { SetKeyId(std::move(value)); return *this;} /** *

Identifies a symmetric encryption KMS key. You cannot enable automatic * rotation of asymmetric * KMS keys, HMAC KMS * keys, KMS keys with imported * key material, or KMS keys in a custom * key store. To enable or disable automatic rotation of a set of related multi-Region * keys, set the property on the primary key.

Specify the key ID or key * ARN of the KMS key.

For example:

  • Key ID: * 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline EnableKeyRotationRequest& WithKeyId(const char* value) { SetKeyId(value); return *this;} private: Aws::String m_keyId; bool m_keyIdHasBeenSet = false; }; } // namespace Model } // namespace KMS } // namespace Aws