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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.KMS.EnableKey

Contents

Description

Marks a key as enabled, thereby permitting its use. You can have up to 25 enabled keys at one time.

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

Synopsis

Request

Request constructor

enableKey Source

Arguments

:: Text

ekKeyId

-> EnableKey 

EnableKey constructor.

The fields accessible through corresponding lenses are:

Request lenses

ekKeyId :: Lens' EnableKey Text Source

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

Response

Response constructor