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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.KMS.DisableKeyRotation

Contents

Description

Synopsis

Request

Request constructor

disableKeyRotation Source

DisableKeyRotation constructor.

The fields accessible through corresponding lenses are:

Request lenses

dkrKeyId :: Lens' DisableKeyRotation Text Source

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

Response

Response constructor