Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
- data EnableKey
- enableKey :: Text -> EnableKey
- ekKeyId :: Lens' EnableKey Text
- data EnableKeyResponse
- enableKeyResponse :: EnableKeyResponse
Request
Request constructor
Request lenses
ekKeyId :: Lens' EnableKey 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-123456789012
Response
data EnableKeyResponse Source
Response constructor
enableKeyResponse :: EnableKeyResponse Source
EnableKeyResponse
constructor.