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

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-17T05:10:19.813Z") @Stability(Experimental) public abstract class AliasBase extends Resource implements IAlias
(experimental) Base class for new and imported GameLift Alias.
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.alpha.IAlias

    IAlias.Jsii$Default

    Nested classes/interfaces inherited from interface software.constructs.IConstruct

    software.constructs.IConstruct.Jsii$Default

    Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource

    IResource.Jsii$Default
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    AliasBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    AliasBase(software.amazon.jsii.JsiiObjectRef objRef)
     
    protected
    AliasBase(software.constructs.Construct scope, String id)
     
    protected
    AliasBase(software.constructs.Construct scope, String id, ResourceProps props)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract String
    (experimental) The ARN of the alias.
    abstract String
    (experimental) The Identifier of the alias.
    (experimental) The ARN to put into the destination field of a game session queue.

    Methods inherited from class software.constructs.Construct

    getNode, isConstruct, toString

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.awscdk.IResource

    applyRemovalPolicy, getEnv, getStack

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • 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