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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.KMS.DescribeKey

Contents

Description

Provides detailed information about the specified customer master key.

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

Synopsis

Request

Request constructor

describeKey Source

Arguments

:: Text

dk1KeyId

-> DescribeKey 

DescribeKey constructor.

The fields accessible through corresponding lenses are:

Request lenses

dk1KeyId :: Lens' DescribeKey Text Source

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

Response

Response constructor

describeKeyResponse :: DescribeKeyResponse Source

DescribeKeyResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

dkrKeyMetadata :: Lens' DescribeKeyResponse (Maybe KeyMetadata) Source

Metadata associated with the key.