Show / Hide Table of Contents

Class ScriptBase

(experimental) Base class for new and imported GameLift realtime server script.

Inheritance
object
Resource
ScriptBase
Script
Implements
IScript
IResource
IConstruct
IDependable
IEnvironmentAware
IGrantable
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 ScriptBase : Resource, IScript, IResource, IConstruct, IDependable, IEnvironmentAware, IGrantable
Syntax (vb)
Public MustInherit Class ScriptBase Inherits Resource Implements IScript, IResource, IConstruct, IDependable, IEnvironmentAware, IGrantable
Remarks

Stability: Experimental

Synopsis

Constructors

ScriptBase(Construct, string, IResourceProps?)

(experimental) Base class for new and imported GameLift realtime server script.

Properties

GrantPrincipal

(experimental) The principal to grant permissions to.

ScriptArn

(experimental) The ARN of the realtime server script.

ScriptId

(experimental) The Identifier of the realtime server script.

Constructors

ScriptBase(Construct, string, IResourceProps?)

(experimental) Base class for new and imported GameLift realtime server script.

protected ScriptBase(Construct scope, string id, IResourceProps? props = null)
Parameters
scope Construct
id string
props IResourceProps
Remarks

Stability: Experimental

Properties

GrantPrincipal

(experimental) The principal to grant permissions to.

public abstract IPrincipal GrantPrincipal { get; }
Property Value

IPrincipal

Remarks

Stability: Experimental

ScriptArn

(experimental) The ARN of the realtime server script.

public abstract string ScriptArn { get; }
Property Value

string

Remarks

Stability: Experimental

ScriptId

(experimental) The Identifier of the realtime server script.

public abstract string ScriptId { get; }
Property Value

string

Remarks

Stability: Experimental

Implements

IScript
IResource
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
IGrantable
Back to top Generated by DocFX