OBJECT

KmsKeyResult

A (possibly) paginated result set.

link GraphQL Schema definition

  • type KmsKeyResult {
  • # The list of KmsKeys.
  • echos: [KmsKey]
  • # Used during pagination. Only present if more results are available.
  • lastEvaluatedKey: AWSJSON
  • }