/AWS1/CL_GMZDEFAULTAPPLICATION¶
Represents the default Amazon GameLift Streams application that a stream group hosts.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/GMZID /AWS1/GMZID¶
An ID that uniquely identifies the application resource. Example ID:
a-9ZY8X7Wv6.
iv_arn TYPE /AWS1/GMZARN /AWS1/GMZARN¶
An Amazon Resource Name (ARN) that uniquely identifies the application resource. Example ARN:
arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6.
Queryable Attributes¶
Id¶
An ID that uniquely identifies the application resource. Example ID:
a-9ZY8X7Wv6.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Arn¶
An Amazon Resource Name (ARN) that uniquely identifies the application resource. Example ARN:
arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |