Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EC2InstanceLimit = EC2InstanceLimit' {}
- newEC2InstanceLimit :: EC2InstanceLimit
- eC2InstanceLimit_location :: Lens' EC2InstanceLimit (Maybe Text)
- eC2InstanceLimit_eC2InstanceType :: Lens' EC2InstanceLimit (Maybe EC2InstanceType)
- eC2InstanceLimit_currentInstances :: Lens' EC2InstanceLimit (Maybe Natural)
- eC2InstanceLimit_instanceLimit :: Lens' EC2InstanceLimit (Maybe Natural)
Documentation
data EC2InstanceLimit Source #
The GameLift service limits for an EC2 instance type and current utilization. GameLift allows AWS accounts a maximum number of instances, per instance type, per AWS Region or location, for use with GameLift. You can request an limit increase for your account by using the Service limits page in the GameLift console.
Related actions
DescribeEC2InstanceLimits
See: newEC2InstanceLimit
smart constructor.
EC2InstanceLimit' | |
|
Instances
newEC2InstanceLimit :: EC2InstanceLimit Source #
Create a value of EC2InstanceLimit
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:location:EC2InstanceLimit'
, eC2InstanceLimit_location
- An AWS Region code, such as us-west-2
.
$sel:eC2InstanceType:EC2InstanceLimit'
, eC2InstanceLimit_eC2InstanceType
- The name of an EC2 instance type. See
Amazon EC2 Instance Types
for detailed descriptions.
$sel:currentInstances:EC2InstanceLimit'
, eC2InstanceLimit_currentInstances
- The number of instances for the specified type and location that are
currently being used by the AWS account.
$sel:instanceLimit:EC2InstanceLimit'
, eC2InstanceLimit_instanceLimit
- The number of instances that is allowed for the specified instance type
and location.
eC2InstanceLimit_location :: Lens' EC2InstanceLimit (Maybe Text) Source #
An AWS Region code, such as us-west-2
.
eC2InstanceLimit_eC2InstanceType :: Lens' EC2InstanceLimit (Maybe EC2InstanceType) Source #
The name of an EC2 instance type. See Amazon EC2 Instance Types for detailed descriptions.
eC2InstanceLimit_currentInstances :: Lens' EC2InstanceLimit (Maybe Natural) Source #
The number of instances for the specified type and location that are currently being used by the AWS account.
eC2InstanceLimit_instanceLimit :: Lens' EC2InstanceLimit (Maybe Natural) Source #
The number of instances that is allowed for the specified instance type and location.