| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.KMS.DisableKeyRotation
Description
Disables rotation of the specified key.
http://docs.aws.amazon.com/kms/latest/APIReference/API_DisableKeyRotation.html
Request
data DisableKeyRotation Source
Instances
Request constructor
Arguments
| :: Text | |
| -> DisableKeyRotation |
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.