Interface IGameServerGroup.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IGameServerGroup,IGrantable,IGrantable.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IGameServerGroup.Jsii$Proxy
- Enclosing interface:
IGameServerGroup
@Internal
public static interface IGameServerGroup.Jsii$Default
extends IGameServerGroup, IResource.Jsii$Default, IGrantable.Jsii$Default
Internal default implementation for
IGameServerGroup.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.alpha.IGameServerGroup
IGameServerGroup.Jsii$Default, IGameServerGroup.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.IGrantable
IGrantable.Jsii$Default, IGrantable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The ARN of the generated AutoScaling group.default String(experimental) The ARN of the game server group.default String(experimental) The name of the game server group.default Grantgrant(IGrantable grantee, String... actions) (experimental) Grant thegranteeidentity permissions to performactions.default Metric(experimental) Return the given named metric for this fleet.default Metricmetric(String metricName, MetricOptions props) (experimental) Return the given named metric for this fleet.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.services.iam.IGrantable.Jsii$Default
getGrantPrincipalMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAutoScalingGroupArn
(experimental) The ARN of the generated AutoScaling group.- Specified by:
getAutoScalingGroupArnin interfaceIGameServerGroup
-
getGameServerGroupArn
(experimental) The ARN of the game server group.- Specified by:
getGameServerGroupArnin interfaceIGameServerGroup
-
getGameServerGroupName
(experimental) The name of the game server group.- Specified by:
getGameServerGroupNamein interfaceIGameServerGroup
-
grant
@Stability(Experimental) @NotNull default Grant grant(@NotNull IGrantable grantee, @NotNull String... actions) (experimental) Grant thegranteeidentity permissions to performactions.- Specified by:
grantin interfaceIGameServerGroup- Parameters:
grantee- This parameter is required.actions- This parameter is required.
-
metric
@Stability(Experimental) @NotNull default Metric metric(@NotNull String metricName, @Nullable MetricOptions props) (experimental) Return the given named metric for this fleet.- Specified by:
metricin interfaceIGameServerGroup- Parameters:
metricName- This parameter is required.props-
-
metric
(experimental) Return the given named metric for this fleet.- Specified by:
metricin interfaceIGameServerGroup- Parameters:
metricName- This parameter is required.
-