amazonka-kms-0.1.4: Amazon Key Management Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.KMS.EnableKeyRotation

Contents

Description

Enables rotation of the specified customer master key.

http://docs.aws.amazon.com/kms/latest/APIReference/API_EnableKeyRotation.html

Synopsis

Request

Request constructor

enableKeyRotation Source

EnableKeyRotation constructor.

The fields accessible through corresponding lenses are:

Request lenses

ekrKeyId :: Lens' EnableKeyRotation Text Source

Unique identifier of the customer master key for which rotation is to be enabled. This can be an ARN, an alias, or a globally unique identifier.

Response

Response constructor