Skip to content

/AWS1/CL_GMLGETCOMPUTEACCOUT

GetComputeAccessOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_FLEETID TYPE /AWS1/GMLFLEETIDORARN /AWS1/GMLFLEETIDORARN

The ID of the fleet that holds the compute resource to be accessed.

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 identifier of the compute resource to be accessed. This value might be either a compute name or an instance ID.

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.

IO_CREDENTIALS TYPE REF TO /AWS1/CL_GMLAWSCREDENTIALS /AWS1/CL_GMLAWSCREDENTIALS

A set of temporary Amazon Web Services credentials for use when connecting to the compute resource with Amazon EC2 Systems Manager (SSM).

IV_TARGET TYPE /AWS1/GMLSESSIONTARGET /AWS1/GMLSESSIONTARGET

(For container fleets only) The instance ID where the compute resource is running.


Queryable Attributes

FleetId

The ID of the fleet that holds the compute resource to be accessed.

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 identifier of the compute resource to be accessed. This value might be either a compute name or an instance ID.

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

Credentials

A set of temporary Amazon Web Services credentials for use when connecting to the compute resource with Amazon EC2 Systems Manager (SSM).

Accessible with the following methods

Method Description
GET_CREDENTIALS() Getter for CREDENTIALS

Target

(For container fleets only) The instance ID where the compute resource is running.

Accessible with the following methods

Method Description
GET_TARGET() Getter for TARGET, with configurable default
ASK_TARGET() Getter for TARGET w/ exceptions if field has no value
HAS_TARGET() Determine if TARGET has a value