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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.KMS.DisableKey

Contents

Description

Marks a key as disabled, thereby preventing its use.

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

Synopsis

Request

Request constructor

disableKey Source

Arguments

:: Text

dkKeyId

-> DisableKey 

DisableKey constructor.

The fields accessible through corresponding lenses are:

Request lenses

dkKeyId :: Lens' DisableKey Text Source

A unique identifier for the customer master key. This value can be a globally unique identifier or the fully specified ARN to a key. Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012 Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012

Response

Response constructor