OBJECT

AwsCredentials

Temporary credentials used to access EchoStream Cloud resources. The scope of the resource access is context-specific. When using these credentials to access EchoStream Cloud resources, all but expiration are required to be passed to AWS.

link GraphQL Schema definition

  • type AwsCredentials {
  • # The access key id for the session.
  • accessKeyId: String!
  • # The expiration for the session.
  • expiration: AWSDateTime!
  • # The secret access key for the session.
  • secretAccessKey: String!
  • # The session token.
  • sessionToken: String!
  • }