| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.KMS.EnableKeyRotation
Description
Enables rotation of the specified customer master key.
http://docs.aws.amazon.com/kms/latest/APIReference/API_EnableKeyRotation.html
Request
data EnableKeyRotation Source
Instances
| Eq EnableKeyRotation | |
| Ord EnableKeyRotation | |
| Read EnableKeyRotation | |
| Show EnableKeyRotation | |
| IsString EnableKeyRotation | |
| ToJSON EnableKeyRotation | |
| Monoid EnableKeyRotation | |
| AWSRequest EnableKeyRotation | |
| ToQuery EnableKeyRotation | |
| ToPath EnableKeyRotation | |
| ToHeaders EnableKeyRotation | |
| type Sv EnableKeyRotation = KMS | |
| type Rs EnableKeyRotation = EnableKeyRotationResponse |
Request constructor
Arguments
| :: Text | |
| -> EnableKeyRotation |
EnableKeyRotation constructor.
The fields accessible through corresponding lenses are:
Request lenses
ekrKeyId :: Lens' EnableKeyRotation 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