Skip to main content
Version: latest

Retrieves a list of AWS KMS keys for the specified account

GET 

/v1/clouds/aws/regions/:region/kmskeys

Retrieves a list of AWS KMS keys for the specified account

Request

Path Parameters

    region stringrequired

    Region for which AWS KMS key are requested

Query Parameters

    cloudAccountUid stringrequired

    Uid for the specific AWS cloud account

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

(empty)

Schema

    kmsKeys

    object[]

    required

  • Array [

  • keyAliasstring

    AWS KMS alias

    keyArnstringrequired

    AWS KMS arn

    keyIdstringrequired

    AWS KMS keyid

  • ]

Loading...