Skip to main content

TypeScript shape

interface BucketKeyInput {
  bucketId: string;
  bucketSortKey: string;
}
Both fields are required when bucketKey is provided. Returns BAD_USER_INPUT if either half is empty.
bucketId
String!
required
Bucket identifier.
bucketSortKey
String!
required
Sort key within the bucket.