Skip to content

/AWS1/CL_GMLGETCOMPUTEAUTHTO01

GetComputeAuthTokenOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_FLEETID TYPE /AWS1/GMLFLEETIDORARN /AWS1/GMLFLEETIDORARN

A unique identifier for the fleet that the compute is registered to.

IV_FLEETARN TYPE /AWS1/GMLFLEETARN /AWS1/GMLFLEETARN

The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.

IV_COMPUTENAME TYPE /AWS1/GMLCOMPUTENAMEORARN /AWS1/GMLCOMPUTENAMEORARN

The name of the compute resource that the authentication token is issued to.

IV_COMPUTEARN TYPE /AWS1/GMLCOMPUTEARN /AWS1/GMLCOMPUTEARN

The Amazon Resource Name (ARN) that is assigned to an Amazon GameLift compute resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:::compute/compute-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.

IV_AUTHTOKEN TYPE /AWS1/GMLCOMPUTEAUTHTOKEN /AWS1/GMLCOMPUTEAUTHTOKEN

A valid temporary authentication token.

IV_EXPIRATIONTIMESTAMP TYPE /AWS1/GMLTIMESTAMP /AWS1/GMLTIMESTAMP

The amount of time until the authentication token is no longer valid.


Queryable Attributes

FleetId

A unique identifier for the fleet that the compute is registered to.

Accessible with the following methods

Method Description
GET_FLEETID() Getter for FLEETID, with configurable default
ASK_FLEETID() Getter for FLEETID w/ exceptions if field has no value
HAS_FLEETID() Determine if FLEETID has a value

FleetArn

The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.

Accessible with the following methods

Method Description
GET_FLEETARN() Getter for FLEETARN, with configurable default
ASK_FLEETARN() Getter for FLEETARN w/ exceptions if field has no value
HAS_FLEETARN() Determine if FLEETARN has a value

ComputeName

The name of the compute resource that the authentication token is issued to.

Accessible with the following methods

Method Description
GET_COMPUTENAME() Getter for COMPUTENAME, with configurable default
ASK_COMPUTENAME() Getter for COMPUTENAME w/ exceptions if field has no value
HAS_COMPUTENAME() Determine if COMPUTENAME has a value

ComputeArn

The Amazon Resource Name (ARN) that is assigned to an Amazon GameLift compute resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:::compute/compute-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.

Accessible with the following methods

Method Description
GET_COMPUTEARN() Getter for COMPUTEARN, with configurable default
ASK_COMPUTEARN() Getter for COMPUTEARN w/ exceptions if field has no value
HAS_COMPUTEARN() Determine if COMPUTEARN has a value

AuthToken

A valid temporary authentication token.

Accessible with the following methods

Method Description
GET_AUTHTOKEN() Getter for AUTHTOKEN, with configurable default
ASK_AUTHTOKEN() Getter for AUTHTOKEN w/ exceptions if field has no value
HAS_AUTHTOKEN() Determine if AUTHTOKEN has a value

ExpirationTimestamp

The amount of time until the authentication token is no longer valid.

Accessible with the following methods

Method Description
GET_EXPIRATIONTIMESTAMP() Getter for EXPIRATIONTIMESTAMP, with configurable default
ASK_EXPIRATIONTIMESTAMP() Getter for EXPIRATIONTIMESTAMP w/ exceptions if field has no
HAS_EXPIRATIONTIMESTAMP() Determine if EXPIRATIONTIMESTAMP has a value