INPUT_OBJECT

AccessKeyInput

link GraphQL Schema definition

  • input AccessKeyInput {
  • # The name of the access key.
  • name: String
  • # The secret key. 8-255 characters in length. This is only supported when a
  • # broadcast identityId is specified.
  • secret: String
  • # The length of time, minutes; hours or days, until a key expires. length[m|h|d]
  • expiration: String
  • }

link Require by