All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IGameSessionQueueDestination, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IAlias.Jsii$Default
All Known Implementing Classes:
Alias, AliasBase, IAlias.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:15.687Z") @Stability(Experimental) public interface IAlias extends software.amazon.jsii.JsiiSerializable, IResource, IGameSessionQueueDestination
(experimental) Represents a Gamelift Alias for a Gamelift fleet destination.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IAlias.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) The ARN of the alias.
    (experimental) The Identifier of the alias.

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.awscdk.services.gamelift.alpha.IGameSessionQueueDestination

    getResourceArnForDestination

    Methods inherited from interface software.amazon.awscdk.IResource

    applyRemovalPolicy, getEnv, getStack

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getAliasArn

      @Stability(Experimental) @NotNull String getAliasArn()
      (experimental) The ARN of the alias.
    • getAliasId

      @Stability(Experimental) @NotNull String getAliasId()
      (experimental) The Identifier of the alias.