/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
¶
The instance ID where the compute resource is running.
it_containeridentifiers
TYPE /AWS1/CL_GMLCONTAINERID=>TT_CONTAINERIDENTIFIERLIST
TT_CONTAINERIDENTIFIERLIST
¶
For a managed container fleet, a list of containers on the compute. Use the container runtime ID with Docker commands to connect to a specific container.
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¶
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 |
ContainerIdentifiers¶
For a managed container fleet, a list of containers on the compute. Use the container runtime ID with Docker commands to connect to a specific container.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTAINERIDENTIFIERS() |
Getter for CONTAINERIDENTIFIERS, with configurable default |
ASK_CONTAINERIDENTIFIERS() |
Getter for CONTAINERIDENTIFIERS w/ exceptions if field has n |
HAS_CONTAINERIDENTIFIERS() |
Determine if CONTAINERIDENTIFIERS has a value |