Skip to main content
Version: latest

Get AWS KMS key by Id

GET 

/v1/clouds/aws/regions/:region/kms/:keyId

Get AWS KMS key by Id

Request

Path Parameters

    region stringrequired

    Region for which AWS KMS key belongs

    keyId stringrequired

    The globally unique identifier for the KMS key

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

    awsAccountIdstring

    The twelve-digit account ID of the Amazon Web Services account that owns the KMS key

    enabledboolean

    Specifies whether the KMS key is enabled.

    keyIdstring

    The globally unique identifier for the KMS key

Loading...