AwsCredentials

Amazon Web Services account security credentials that allow interactions with Amazon GameLift Servers resources. The credentials are temporary and valid for a limited time span. You can request fresh credentials at any time.

Amazon Web Services security credentials consist of three parts: an access key ID, a secret access key, and a session token. You must use all three parts together to authenticate your access requests.

You need Amazon Web Services credentials for the following tasks:

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access key ID that identifies the temporary security credentials.

Link copied to clipboard

The secret access key that can be used to sign requests.

Link copied to clipboard

The token that users must pass to the service API to use the temporary credentials.

Functions

Link copied to clipboard
inline fun copy(block: AwsCredentials.Builder.() -> Unit = {}): AwsCredentials
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String