Show / Hide Table of Contents

Class AliasBase

(experimental) Base class for new and imported GameLift Alias.

Inheritance
object
Resource
AliasBase
Alias
Implements
IAlias
IResource
IConstruct
IDependable
IEnvironmentAware
IGameSessionQueueDestination
Inherited Members
Resource.IsOwnedResource(IConstruct)
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(string, IArnComponents)
Resource.GetResourceNameAttribute(string)
Resource.Env
Resource.PhysicalName
Resource.Stack
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

string

Remarks

Stability: Experimental

AliasId

(experimental) The Identifier of the alias.

public abstract string AliasId { get; }
Property Value

string

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

string

Remarks

Stability: Experimental

Implements

IAlias
IResource
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
IGameSessionQueueDestination
Back to top Generated by DocFX