• Gets the key specification of the key specified.

    Parameters

    • params: {
          keyUri: string;
          kmsClient: KMSClient;
      }

      The parameters for getting the key specification.

      • keyUri: string

        URI of the key.

      • kmsClient: KMSClient

        The Key Management Service client to use.

    Returns Promise<KeySpec>