AwsCredentials class

Temporary access credentials used for uploading game build files to Amazon GameLift. They are valid for a limited time. If they expire before you upload your game build, get a new set by calling RequestUploadCredentials.

Constructors

AwsCredentials({String? accessKeyId, String? secretAccessKey, String? sessionToken})
AwsCredentials.fromJson(Map<String, dynamic> json)
factory

Properties

accessKeyId String?
Temporary key allowing access to the Amazon GameLift S3 account.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretAccessKey String?
Temporary secret key allowing access to the Amazon GameLift S3 account.
final
sessionToken String?
Token used to associate a specific build ID with the files uploaded using these credentials.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited