| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GameLift.Types.AwsCredentials
Description
Documentation
data AwsCredentials Source #
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.
See: newAwsCredentials smart constructor.
Constructors
| AwsCredentials' | |
Fields
| |
Instances
newAwsCredentials :: AwsCredentials Source #
Create a value of AwsCredentials with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accessKeyId:AwsCredentials', awsCredentials_accessKeyId - Temporary key allowing access to the Amazon GameLift S3 account.
$sel:secretAccessKey:AwsCredentials', awsCredentials_secretAccessKey - Temporary secret key allowing access to the Amazon GameLift S3 account.
$sel:sessionToken:AwsCredentials', awsCredentials_sessionToken - Token used to associate a specific build ID with the files uploaded
using these credentials.
awsCredentials_accessKeyId :: Lens' AwsCredentials (Maybe Text) Source #
Temporary key allowing access to the Amazon GameLift S3 account.
awsCredentials_secretAccessKey :: Lens' AwsCredentials (Maybe Text) Source #
Temporary secret key allowing access to the Amazon GameLift S3 account.
awsCredentials_sessionToken :: Lens' AwsCredentials (Maybe Text) Source #
Token used to associate a specific build ID with the files uploaded using these credentials.