Class GameServerGroupBase
(experimental) Base class for new and imported GameLift FleetIQ game server group.
Inherited Members
Namespace: Amazon.CDK.AWS.GameLift.Alpha
Assembly: Amazon.CDK.AWS.GameLift.Alpha.dll
Syntax (csharp)
public abstract class GameServerGroupBase : Resource, IGameServerGroup, IResource, IGrantable
Syntax (vb)
Public MustInherit Class GameServerGroupBase
Inherits Resource
Implements IGameServerGroup, IResource, IGrantable
Remarks
Stability: Experimental
Synopsis
Constructors
GameServerGroupBase(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
GameServerGroupBase(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
GameServerGroupBase(Construct, String, IResourceProps) |
Properties
AutoScalingGroupArn | (experimental) The ARN of the generated AutoScaling group. |
GameServerGroupArn | (experimental) The ARN of the game server group. |
GameServerGroupName | (experimental) The name of the game server group. |
GrantPrincipal | (experimental) The principal this GameLift game server group is using. |
Methods
Grant(IGrantable, String[]) | (experimental) Grant the |
Metric(String, IMetricOptions) | (experimental) Return the given named metric for this fleet. |
Constructors
GameServerGroupBase(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected GameServerGroupBase(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
GameServerGroupBase(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected GameServerGroupBase(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
GameServerGroupBase(Construct, String, IResourceProps)
protected GameServerGroupBase(Construct scope, string id, IResourceProps props = null)
Parameters
- scope Constructs.Construct
- id System.String
- props IResourceProps
Properties
AutoScalingGroupArn
(experimental) The ARN of the generated AutoScaling group.
public abstract string AutoScalingGroupArn { get; }
Property Value
System.String
Remarks
Stability: Experimental
GameServerGroupArn
(experimental) The ARN of the game server group.
public abstract string GameServerGroupArn { get; }
Property Value
System.String
Remarks
Stability: Experimental
GameServerGroupName
(experimental) The name of the game server group.
public abstract string GameServerGroupName { get; }
Property Value
System.String
Remarks
Stability: Experimental
GrantPrincipal
(experimental) The principal this GameLift game server group is using.
public abstract IPrincipal GrantPrincipal { get; }
Property Value
Remarks
Stability: Experimental
Methods
Grant(IGrantable, String[])
(experimental) Grant the grantee
identity permissions to perform actions
.
public virtual Grant Grant(IGrantable grantee, params string[] actions)
Parameters
- grantee IGrantable
- actions System.String[]
Returns
Remarks
Stability: Experimental
Metric(String, IMetricOptions)
(experimental) Return the given named metric for this fleet.
public virtual Metric Metric(string metricName, IMetricOptions props = null)
Parameters
- metricName System.String
- props IMetricOptions
Returns
Remarks
Stability: Experimental