Class AliasBase
(experimental) Base class for new and imported GameLift Alias.
Inherited Members
Namespace: Amazon.CDK.AWS.GameLift.Alpha
Assembly: Amazon.CDK.AWS.GameLift.Alpha.dll
Syntax (csharp)
public abstract class AliasBase : Resource, IAlias, IResource, IConstruct, IDependable, IEnvironmentAware, IGameSessionQueueDestination
Syntax (vb)
Public MustInherit Class AliasBase Inherits Resource Implements IAlias, IResource, IConstruct, IDependable, IEnvironmentAware, IGameSessionQueueDestination
Remarks
Stability: Experimental
Synopsis
Constructors
| AliasBase(Construct, string, IResourceProps?) | (experimental) Base class for new and imported GameLift Alias. |
Properties
| AliasArn | (experimental) The ARN of the alias. |
| AliasId | (experimental) The Identifier of the alias. |
| ResourceArnForDestination | (experimental) The ARN to put into the destination field of a game session queue. |
Constructors
AliasBase(Construct, string, IResourceProps?)
(experimental) Base class for new and imported GameLift Alias.
protected AliasBase(Construct scope, string id, IResourceProps? props = null)
Parameters
- scope Construct
- id string
- props IResourceProps
Remarks
Stability: Experimental
Properties
AliasArn
(experimental) The ARN of the alias.
public abstract string AliasArn { get; }
Property Value
Remarks
Stability: Experimental
AliasId
(experimental) The Identifier of the alias.
public abstract string AliasId { get; }
Property Value
Remarks
Stability: Experimental
ResourceArnForDestination
(experimental) The ARN to put into the destination field of a game session queue.
public virtual string ResourceArnForDestination { get; }
Property Value
Remarks
Stability: Experimental
Implements
Constructs.IConstruct
Constructs.IDependable