OBJECT

PresignedPost

Pre-signed POST for BulkDataStorage

link GraphQL Schema definition

  • type PresignedPost {
  • # The fields that must be passed in when POSTing.
  • fields: AWSJSON!
  • # The URL to POST to.
  • url: AWSURL!
  • }