java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.gamelift.alpha.AliasBase
All Implemented Interfaces:
IEnvironmentAware, IResource, IAlias, IGameSessionQueueDestination, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable
Direct Known Subclasses:
Alias

@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)", date="2026-07-02T13:33:03.280Z") @Stability(Experimental) public abstract class AliasBase extends Resource implements IAlias
(experimental) Base class for new and imported GameLift Alias.
  • Constructor Details

    • AliasBase

      protected AliasBase(software.amazon.jsii.JsiiObjectRef objRef)
    • AliasBase

      protected AliasBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • AliasBase

      @Stability(Stable) protected AliasBase(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable ResourceProps props)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      props -
    • AliasBase

      @Stability(Stable) protected AliasBase(@NotNull software.constructs.Construct scope, @NotNull String id)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
  • Method Details

    • getAliasArn

      @Stability(Experimental) @NotNull public abstract String getAliasArn()
      (experimental) The ARN of the alias.
      Specified by:
      getAliasArn in interface IAlias
    • getAliasId

      @Stability(Experimental) @NotNull public abstract String getAliasId()
      (experimental) The Identifier of the alias.
      Specified by:
      getAliasId in interface IAlias
    • getResourceArnForDestination

      @Stability(Experimental) @NotNull public String getResourceArnForDestination()
      (experimental) The ARN to put into the destination field of a game session queue.
      Specified by:
      getResourceArnForDestination in interface IGameSessionQueueDestination