Interface IAlias
- 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.109.0 (build c221850)",
date="2025-03-19T18:01:44.899Z")
@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 ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAlias
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(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
(experimental) The ARN of the alias. -
getAliasId
(experimental) The Identifier of the alias.
-