AWS SDK for C++
1.8.129
AWS SDK for C++
|
#include <CreateFleetRequest.h>
Additional Inherited Members | |
![]() | |
virtual void | DumpBodyToUrl (Aws::Http::URI &uri) const |
Represents the input for a request operation.
Definition at line 33 of file CreateFleetRequest.h.
Aws::GameLift::Model::CreateFleetRequest::CreateFleetRequest | ( | ) |
|
inline |
Range of IP addresses and port settings that permit inbound traffic to access game sessions that are running on the fleet. For fleets using a custom game build, this parameter is required before game sessions running on the fleet can accept connections. For Realtime Servers fleets, Amazon GameLift automatically sets TCP and UDP ranges for use by the Realtime servers. You can specify multiple permission settings or add more by updating the fleet.
Definition at line 619 of file CreateFleetRequest.h.
|
inline |
Range of IP addresses and port settings that permit inbound traffic to access game sessions that are running on the fleet. For fleets using a custom game build, this parameter is required before game sessions running on the fleet can accept connections. For Realtime Servers fleets, Amazon GameLift automatically sets TCP and UDP ranges for use by the Realtime servers. You can specify multiple permission settings or add more by updating the fleet.
Definition at line 629 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, to specify where Amazon GameLift should store log files once a server process shuts down, use the Amazon GameLift server API ProcessReady()
and specify one or more directory paths in logParameters
. See more information in the Server API Reference.
Definition at line 477 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, to specify where Amazon GameLift should store log files once a server process shuts down, use the Amazon GameLift server API ProcessReady()
and specify one or more directory paths in logParameters
. See more information in the Server API Reference.
Definition at line 467 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, to specify where Amazon GameLift should store log files once a server process shuts down, use the Amazon GameLift server API ProcessReady()
and specify one or more directory paths in logParameters
. See more information in the Server API Reference.
Definition at line 487 of file CreateFleetRequest.h.
|
inline |
The name of an Amazon CloudWatch metric group to add this fleet to. A metric group aggregates the metrics for all fleets in the group. Specify an existing metric group name, or provide a new name to create a new metric group. A fleet can only be included in one metric group at a time.
Definition at line 913 of file CreateFleetRequest.h.
|
inline |
The name of an Amazon CloudWatch metric group to add this fleet to. A metric group aggregates the metrics for all fleets in the group. Specify an existing metric group name, or provide a new name to create a new metric group. A fleet can only be included in one metric group at a time.
Definition at line 905 of file CreateFleetRequest.h.
|
inline |
The name of an Amazon CloudWatch metric group to add this fleet to. A metric group aggregates the metrics for all fleets in the group. Specify an existing metric group name, or provide a new name to create a new metric group. A fleet can only be included in one metric group at a time.
Definition at line 921 of file CreateFleetRequest.h.
|
inline |
A list of labels to assign to the new fleet resource. Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management and cost allocation. For more information, see Tagging AWS Resources in the AWS General Reference. Once the resource is created, you can use TagResource, UntagResource, and ListTagsForResource to add, remove, and view tags. The maximum tag limit may be lower than stated. See the AWS General Reference for actual tagging limits.
Definition at line 1426 of file CreateFleetRequest.h.
|
inline |
A list of labels to assign to the new fleet resource. Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management and cost allocation. For more information, see Tagging AWS Resources in the AWS General Reference. Once the resource is created, you can use TagResource, UntagResource, and ListTagsForResource to add, remove, and view tags. The maximum tag limit may be lower than stated. See the AWS General Reference for actual tagging limits.
Definition at line 1439 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a build to be deployed on the new fleet. You can use either the build ID or ARN value. The custom game server build must have been successfully uploaded to Amazon GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
Definition at line 153 of file CreateFleetRequest.h.
|
inline |
Indicates whether to generate a TLS/SSL certificate for the new fleet. TLS certificates are used for encrypting traffic between game clients and game servers running on GameLift. If this parameter is not specified, the default value, DISABLED, is used. This fleet setting cannot be changed once the fleet is created. Learn more at Securing Client/Server Communication.
Note: This feature requires the AWS Certificate Manager (ACM) service, which is available in the AWS global partition but not in all other partitions. When working in a partition that does not support this feature, a request for a new fleet with certificate generation results fails with a 4xx unsupported Region error.
Valid values include:
GENERATED - Generate a TLS/SSL certificate for this fleet.
DISABLED - (default) Do not generate a TLS/SSL certificate for this fleet.
Definition at line 1262 of file CreateFleetRequest.h.
|
inline |
A human-readable description of a fleet.
Definition at line 106 of file CreateFleetRequest.h.
|
inline |
Range of IP addresses and port settings that permit inbound traffic to access game sessions that are running on the fleet. For fleets using a custom game build, this parameter is required before game sessions running on the fleet can accept connections. For Realtime Servers fleets, Amazon GameLift automatically sets TCP and UDP ranges for use by the Realtime servers. You can specify multiple permission settings or add more by updating the fleet.
Definition at line 569 of file CreateFleetRequest.h.
|
inline |
The name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
Definition at line 508 of file CreateFleetRequest.h.
|
inline |
Indicates whether to use On-Demand instances or Spot instances for this fleet. If empty, the default is ON_DEMAND
. Both categories of instances use identical hardware and configurations based on the instance type selected for this fleet. Learn more about On-Demand versus Spot Instances.
Definition at line 1080 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a build to be deployed on the new fleet. You can use either the build ID or ARN value. The custom game server build must have been successfully uploaded to Amazon GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
Definition at line 145 of file CreateFleetRequest.h.
|
inline |
Indicates whether to generate a TLS/SSL certificate for the new fleet. TLS certificates are used for encrypting traffic between game clients and game servers running on GameLift. If this parameter is not specified, the default value, DISABLED, is used. This fleet setting cannot be changed once the fleet is created. Learn more at Securing Client/Server Communication.
Note: This feature requires the AWS Certificate Manager (ACM) service, which is available in the AWS global partition but not in all other partitions. When working in a partition that does not support this feature, a request for a new fleet with certificate generation results fails with a 4xx unsupported Region error.
Valid values include:
GENERATED - Generate a TLS/SSL certificate for this fleet.
DISABLED - (default) Do not generate a TLS/SSL certificate for this fleet.
Definition at line 1244 of file CreateFleetRequest.h.
|
inline |
A human-readable description of a fleet.
Definition at line 101 of file CreateFleetRequest.h.
|
inline |
Range of IP addresses and port settings that permit inbound traffic to access game sessions that are running on the fleet. For fleets using a custom game build, this parameter is required before game sessions running on the fleet can accept connections. For Realtime Servers fleets, Amazon GameLift automatically sets TCP and UDP ranges for use by the Realtime servers. You can specify multiple permission settings or add more by updating the fleet.
Definition at line 559 of file CreateFleetRequest.h.
|
inline |
The name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
Definition at line 498 of file CreateFleetRequest.h.
|
inline |
Indicates whether to use On-Demand instances or Spot instances for this fleet. If empty, the default is ON_DEMAND
. Both categories of instances use identical hardware and configurations based on the instance type selected for this fleet. Learn more about On-Demand versus Spot Instances.
Definition at line 1070 of file CreateFleetRequest.h.
|
inline |
A unique identifier for an AWS IAM role that manages access to your AWS services. Fleets with an instance role ARN allow applications that are running on the fleet's instances to assume the role. Learn more about using on-box credentials for your game servers at Access external resources from a game server. To call this operation with instance role ARN, you must have IAM PassRole permissions. See IAM policy examples for GameLift.
Definition at line 1134 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, to specify where Amazon GameLift should store log files once a server process shuts down, use the Amazon GameLift server API ProcessReady()
and specify one or more directory paths in logParameters
. See more information in the Server API Reference.
Definition at line 407 of file CreateFleetRequest.h.
|
inline |
The name of an Amazon CloudWatch metric group to add this fleet to. A metric group aggregates the metrics for all fleets in the group. Specify an existing metric group name, or provide a new name to create a new metric group. A fleet can only be included in one metric group at a time.
Definition at line 857 of file CreateFleetRequest.h.
|
inline |
A descriptive label that is associated with a fleet. Fleet names do not need to be unique.
Definition at line 53 of file CreateFleetRequest.h.
|
inline |
A game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
NoProtection - The game session can be terminated during a scale-down event.
FullProtection - If the game session is in an ACTIVE
status, it cannot be terminated during a scale-down event.
Definition at line 643 of file CreateFleetRequest.h.
|
inline |
A unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with. You can find your account ID in the AWS Management Console under account settings.
Definition at line 929 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the AWS Management Console. Learn more about VPC peering in VPC Peering with Amazon GameLift Fleets.
Definition at line 989 of file CreateFleetRequest.h.
|
overridevirtual |
Reimplemented from Aws::GameLift::GameLiftRequest.
|
inline |
A policy that limits the number of game sessions an individual player can create over a span of time for this fleet.
Definition at line 818 of file CreateFleetRequest.h.
|
inline |
Instructions for launching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime script. The runtime configuration defines the server executables or launch script file, launch parameters, and the number of processes to run concurrently on each instance. When creating a fleet, the runtime configuration must have at least one server process configuration; otherwise the request fails with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
, although requests that contain values for these parameters instead of a runtime configuration will continue to work.) This parameter is required unless the parameters ServerLaunchPath
and ServerLaunchParameters
are defined. Runtime configuration replaced these parameters, but fleets that use them will continue to work.
Definition at line 726 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a Realtime script to be deployed on the new fleet. You can use either the script ID or ARN value. The Realtime script must have been successfully uploaded to Amazon GameLift. This fleet setting cannot be changed once the fleet is created.
Definition at line 210 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
Definition at line 340 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.
Definition at line 275 of file CreateFleetRequest.h.
|
inlineoverridevirtual |
Implements Aws::AmazonWebServiceRequest.
Definition at line 42 of file CreateFleetRequest.h.
|
inline |
A list of labels to assign to the new fleet resource. Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management and cost allocation. For more information, see Tagging AWS Resources in the AWS General Reference. Once the resource is created, you can use TagResource, UntagResource, and ListTagsForResource to add, remove, and view tags. The maximum tag limit may be lower than stated. See the AWS General Reference for actual tagging limits.
Definition at line 1348 of file CreateFleetRequest.h.
|
inline |
A unique identifier for an AWS IAM role that manages access to your AWS services. Fleets with an instance role ARN allow applications that are running on the fleet's instances to assume the role. Learn more about using on-box credentials for your game servers at Access external resources from a game server. To call this operation with instance role ARN, you must have IAM PassRole permissions. See IAM policy examples for GameLift.
Definition at line 1147 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, to specify where Amazon GameLift should store log files once a server process shuts down, use the Amazon GameLift server API ProcessReady()
and specify one or more directory paths in logParameters
. See more information in the Server API Reference.
Definition at line 417 of file CreateFleetRequest.h.
|
inline |
The name of an Amazon CloudWatch metric group to add this fleet to. A metric group aggregates the metrics for all fleets in the group. Specify an existing metric group name, or provide a new name to create a new metric group. A fleet can only be included in one metric group at a time.
Definition at line 865 of file CreateFleetRequest.h.
|
inline |
A descriptive label that is associated with a fleet. Fleet names do not need to be unique.
Definition at line 59 of file CreateFleetRequest.h.
|
inline |
A game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
NoProtection - The game session can be terminated during a scale-down event.
FullProtection - If the game session is in an ACTIVE
status, it cannot be terminated during a scale-down event.
Definition at line 656 of file CreateFleetRequest.h.
|
inline |
A unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with. You can find your account ID in the AWS Management Console under account settings.
Definition at line 936 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the AWS Management Console. Learn more about VPC peering in VPC Peering with Amazon GameLift Fleets.
Definition at line 999 of file CreateFleetRequest.h.
|
inline |
A policy that limits the number of game sessions an individual player can create over a span of time for this fleet.
Definition at line 824 of file CreateFleetRequest.h.
|
inline |
Instructions for launching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime script. The runtime configuration defines the server executables or launch script file, launch parameters, and the number of processes to run concurrently on each instance. When creating a fleet, the runtime configuration must have at least one server process configuration; otherwise the request fails with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
, although requests that contain values for these parameters instead of a runtime configuration will continue to work.) This parameter is required unless the parameters ServerLaunchPath
and ServerLaunchParameters
are defined. Runtime configuration replaced these parameters, but fleets that use them will continue to work.
Definition at line 743 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a Realtime script to be deployed on the new fleet. You can use either the script ID or ARN value. The Realtime script must have been successfully uploaded to Amazon GameLift. This fleet setting cannot be changed once the fleet is created.
Definition at line 218 of file CreateFleetRequest.h.
|
overridevirtual |
Convert payload into String.
Implements Aws::AmazonSerializableWebServiceRequest.
|
inline |
This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
Definition at line 348 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.
Definition at line 283 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a build to be deployed on the new fleet. You can use either the build ID or ARN value. The custom game server build must have been successfully uploaded to Amazon GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
Definition at line 169 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a build to be deployed on the new fleet. You can use either the build ID or ARN value. The custom game server build must have been successfully uploaded to Amazon GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
Definition at line 161 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a build to be deployed on the new fleet. You can use either the build ID or ARN value. The custom game server build must have been successfully uploaded to Amazon GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
Definition at line 177 of file CreateFleetRequest.h.
|
inline |
Indicates whether to generate a TLS/SSL certificate for the new fleet. TLS certificates are used for encrypting traffic between game clients and game servers running on GameLift. If this parameter is not specified, the default value, DISABLED, is used. This fleet setting cannot be changed once the fleet is created. Learn more at Securing Client/Server Communication.
Note: This feature requires the AWS Certificate Manager (ACM) service, which is available in the AWS global partition but not in all other partitions. When working in a partition that does not support this feature, a request for a new fleet with certificate generation results fails with a 4xx unsupported Region error.
Valid values include:
GENERATED - Generate a TLS/SSL certificate for this fleet.
DISABLED - (default) Do not generate a TLS/SSL certificate for this fleet.
Definition at line 1298 of file CreateFleetRequest.h.
|
inline |
Indicates whether to generate a TLS/SSL certificate for the new fleet. TLS certificates are used for encrypting traffic between game clients and game servers running on GameLift. If this parameter is not specified, the default value, DISABLED, is used. This fleet setting cannot be changed once the fleet is created. Learn more at Securing Client/Server Communication.
Note: This feature requires the AWS Certificate Manager (ACM) service, which is available in the AWS global partition but not in all other partitions. When working in a partition that does not support this feature, a request for a new fleet with certificate generation results fails with a 4xx unsupported Region error.
Valid values include:
GENERATED - Generate a TLS/SSL certificate for this fleet.
DISABLED - (default) Do not generate a TLS/SSL certificate for this fleet.
Definition at line 1280 of file CreateFleetRequest.h.
|
inline |
A human-readable description of a fleet.
Definition at line 116 of file CreateFleetRequest.h.
|
inline |
A human-readable description of a fleet.
Definition at line 111 of file CreateFleetRequest.h.
|
inline |
A human-readable description of a fleet.
Definition at line 121 of file CreateFleetRequest.h.
|
inline |
Range of IP addresses and port settings that permit inbound traffic to access game sessions that are running on the fleet. For fleets using a custom game build, this parameter is required before game sessions running on the fleet can accept connections. For Realtime Servers fleets, Amazon GameLift automatically sets TCP and UDP ranges for use by the Realtime servers. You can specify multiple permission settings or add more by updating the fleet.
Definition at line 589 of file CreateFleetRequest.h.
|
inline |
Range of IP addresses and port settings that permit inbound traffic to access game sessions that are running on the fleet. For fleets using a custom game build, this parameter is required before game sessions running on the fleet can accept connections. For Realtime Servers fleets, Amazon GameLift automatically sets TCP and UDP ranges for use by the Realtime servers. You can specify multiple permission settings or add more by updating the fleet.
Definition at line 579 of file CreateFleetRequest.h.
|
inline |
The name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
Definition at line 518 of file CreateFleetRequest.h.
|
inline |
The name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
Definition at line 528 of file CreateFleetRequest.h.
|
inline |
Indicates whether to use On-Demand instances or Spot instances for this fleet. If empty, the default is ON_DEMAND
. Both categories of instances use identical hardware and configurations based on the instance type selected for this fleet. Learn more about On-Demand versus Spot Instances.
Definition at line 1090 of file CreateFleetRequest.h.
|
inline |
Indicates whether to use On-Demand instances or Spot instances for this fleet. If empty, the default is ON_DEMAND
. Both categories of instances use identical hardware and configurations based on the instance type selected for this fleet. Learn more about On-Demand versus Spot Instances.
Definition at line 1100 of file CreateFleetRequest.h.
|
inline |
A unique identifier for an AWS IAM role that manages access to your AWS services. Fleets with an instance role ARN allow applications that are running on the fleet's instances to assume the role. Learn more about using on-box credentials for your game servers at Access external resources from a game server. To call this operation with instance role ARN, you must have IAM PassRole permissions. See IAM policy examples for GameLift.
Definition at line 1173 of file CreateFleetRequest.h.
|
inline |
A unique identifier for an AWS IAM role that manages access to your AWS services. Fleets with an instance role ARN allow applications that are running on the fleet's instances to assume the role. Learn more about using on-box credentials for your game servers at Access external resources from a game server. To call this operation with instance role ARN, you must have IAM PassRole permissions. See IAM policy examples for GameLift.
Definition at line 1160 of file CreateFleetRequest.h.
|
inline |
A unique identifier for an AWS IAM role that manages access to your AWS services. Fleets with an instance role ARN allow applications that are running on the fleet's instances to assume the role. Learn more about using on-box credentials for your game servers at Access external resources from a game server. To call this operation with instance role ARN, you must have IAM PassRole permissions. See IAM policy examples for GameLift.
Definition at line 1186 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, to specify where Amazon GameLift should store log files once a server process shuts down, use the Amazon GameLift server API ProcessReady()
and specify one or more directory paths in logParameters
. See more information in the Server API Reference.
Definition at line 437 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, to specify where Amazon GameLift should store log files once a server process shuts down, use the Amazon GameLift server API ProcessReady()
and specify one or more directory paths in logParameters
. See more information in the Server API Reference.
Definition at line 427 of file CreateFleetRequest.h.
|
inline |
The name of an Amazon CloudWatch metric group to add this fleet to. A metric group aggregates the metrics for all fleets in the group. Specify an existing metric group name, or provide a new name to create a new metric group. A fleet can only be included in one metric group at a time.
Definition at line 881 of file CreateFleetRequest.h.
|
inline |
The name of an Amazon CloudWatch metric group to add this fleet to. A metric group aggregates the metrics for all fleets in the group. Specify an existing metric group name, or provide a new name to create a new metric group. A fleet can only be included in one metric group at a time.
Definition at line 873 of file CreateFleetRequest.h.
|
inline |
A descriptive label that is associated with a fleet. Fleet names do not need to be unique.
Definition at line 71 of file CreateFleetRequest.h.
|
inline |
A descriptive label that is associated with a fleet. Fleet names do not need to be unique.
Definition at line 65 of file CreateFleetRequest.h.
|
inline |
A descriptive label that is associated with a fleet. Fleet names do not need to be unique.
Definition at line 77 of file CreateFleetRequest.h.
|
inline |
A game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
NoProtection - The game session can be terminated during a scale-down event.
FullProtection - If the game session is in an ACTIVE
status, it cannot be terminated during a scale-down event.
Definition at line 669 of file CreateFleetRequest.h.
|
inline |
A game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
NoProtection - The game session can be terminated during a scale-down event.
FullProtection - If the game session is in an ACTIVE
status, it cannot be terminated during a scale-down event.
Definition at line 682 of file CreateFleetRequest.h.
|
inline |
A unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with. You can find your account ID in the AWS Management Console under account settings.
Definition at line 950 of file CreateFleetRequest.h.
|
inline |
A unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with. You can find your account ID in the AWS Management Console under account settings.
Definition at line 943 of file CreateFleetRequest.h.
|
inline |
A unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with. You can find your account ID in the AWS Management Console under account settings.
Definition at line 957 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the AWS Management Console. Learn more about VPC peering in VPC Peering with Amazon GameLift Fleets.
Definition at line 1019 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the AWS Management Console. Learn more about VPC peering in VPC Peering with Amazon GameLift Fleets.
Definition at line 1009 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the AWS Management Console. Learn more about VPC peering in VPC Peering with Amazon GameLift Fleets.
Definition at line 1029 of file CreateFleetRequest.h.
|
inline |
A policy that limits the number of game sessions an individual player can create over a span of time for this fleet.
Definition at line 830 of file CreateFleetRequest.h.
|
inline |
A policy that limits the number of game sessions an individual player can create over a span of time for this fleet.
Definition at line 836 of file CreateFleetRequest.h.
|
inline |
Instructions for launching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime script. The runtime configuration defines the server executables or launch script file, launch parameters, and the number of processes to run concurrently on each instance. When creating a fleet, the runtime configuration must have at least one server process configuration; otherwise the request fails with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
, although requests that contain values for these parameters instead of a runtime configuration will continue to work.) This parameter is required unless the parameters ServerLaunchPath
and ServerLaunchParameters
are defined. Runtime configuration replaced these parameters, but fleets that use them will continue to work.
Definition at line 760 of file CreateFleetRequest.h.
|
inline |
Instructions for launching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime script. The runtime configuration defines the server executables or launch script file, launch parameters, and the number of processes to run concurrently on each instance. When creating a fleet, the runtime configuration must have at least one server process configuration; otherwise the request fails with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
, although requests that contain values for these parameters instead of a runtime configuration will continue to work.) This parameter is required unless the parameters ServerLaunchPath
and ServerLaunchParameters
are defined. Runtime configuration replaced these parameters, but fleets that use them will continue to work.
Definition at line 777 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a Realtime script to be deployed on the new fleet. You can use either the script ID or ARN value. The Realtime script must have been successfully uploaded to Amazon GameLift. This fleet setting cannot be changed once the fleet is created.
Definition at line 234 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a Realtime script to be deployed on the new fleet. You can use either the script ID or ARN value. The Realtime script must have been successfully uploaded to Amazon GameLift. This fleet setting cannot be changed once the fleet is created.
Definition at line 226 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a Realtime script to be deployed on the new fleet. You can use either the script ID or ARN value. The Realtime script must have been successfully uploaded to Amazon GameLift. This fleet setting cannot be changed once the fleet is created.
Definition at line 242 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
Definition at line 364 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
Definition at line 356 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
Definition at line 372 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.
Definition at line 299 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.
Definition at line 291 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.
Definition at line 307 of file CreateFleetRequest.h.
|
inline |
A list of labels to assign to the new fleet resource. Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management and cost allocation. For more information, see Tagging AWS Resources in the AWS General Reference. Once the resource is created, you can use TagResource, UntagResource, and ListTagsForResource to add, remove, and view tags. The maximum tag limit may be lower than stated. See the AWS General Reference for actual tagging limits.
Definition at line 1387 of file CreateFleetRequest.h.
|
inline |
A list of labels to assign to the new fleet resource. Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management and cost allocation. For more information, see Tagging AWS Resources in the AWS General Reference. Once the resource is created, you can use TagResource, UntagResource, and ListTagsForResource to add, remove, and view tags. The maximum tag limit may be lower than stated. See the AWS General Reference for actual tagging limits.
Definition at line 1374 of file CreateFleetRequest.h.
|
inline |
A list of labels to assign to the new fleet resource. Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management and cost allocation. For more information, see Tagging AWS Resources in the AWS General Reference. Once the resource is created, you can use TagResource, UntagResource, and ListTagsForResource to add, remove, and view tags. The maximum tag limit may be lower than stated. See the AWS General Reference for actual tagging limits.
Definition at line 1361 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a build to be deployed on the new fleet. You can use either the build ID or ARN value. The custom game server build must have been successfully uploaded to Amazon GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
Definition at line 193 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a build to be deployed on the new fleet. You can use either the build ID or ARN value. The custom game server build must have been successfully uploaded to Amazon GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
Definition at line 185 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a build to be deployed on the new fleet. You can use either the build ID or ARN value. The custom game server build must have been successfully uploaded to Amazon GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
Definition at line 201 of file CreateFleetRequest.h.
|
inline |
Indicates whether to generate a TLS/SSL certificate for the new fleet. TLS certificates are used for encrypting traffic between game clients and game servers running on GameLift. If this parameter is not specified, the default value, DISABLED, is used. This fleet setting cannot be changed once the fleet is created. Learn more at Securing Client/Server Communication.
Note: This feature requires the AWS Certificate Manager (ACM) service, which is available in the AWS global partition but not in all other partitions. When working in a partition that does not support this feature, a request for a new fleet with certificate generation results fails with a 4xx unsupported Region error.
Valid values include:
GENERATED - Generate a TLS/SSL certificate for this fleet.
DISABLED - (default) Do not generate a TLS/SSL certificate for this fleet.
Definition at line 1334 of file CreateFleetRequest.h.
|
inline |
Indicates whether to generate a TLS/SSL certificate for the new fleet. TLS certificates are used for encrypting traffic between game clients and game servers running on GameLift. If this parameter is not specified, the default value, DISABLED, is used. This fleet setting cannot be changed once the fleet is created. Learn more at Securing Client/Server Communication.
Note: This feature requires the AWS Certificate Manager (ACM) service, which is available in the AWS global partition but not in all other partitions. When working in a partition that does not support this feature, a request for a new fleet with certificate generation results fails with a 4xx unsupported Region error.
Valid values include:
GENERATED - Generate a TLS/SSL certificate for this fleet.
DISABLED - (default) Do not generate a TLS/SSL certificate for this fleet.
Definition at line 1316 of file CreateFleetRequest.h.
|
inline |
A human-readable description of a fleet.
Definition at line 131 of file CreateFleetRequest.h.
|
inline |
A human-readable description of a fleet.
Definition at line 126 of file CreateFleetRequest.h.
|
inline |
A human-readable description of a fleet.
Definition at line 136 of file CreateFleetRequest.h.
|
inline |
Range of IP addresses and port settings that permit inbound traffic to access game sessions that are running on the fleet. For fleets using a custom game build, this parameter is required before game sessions running on the fleet can accept connections. For Realtime Servers fleets, Amazon GameLift automatically sets TCP and UDP ranges for use by the Realtime servers. You can specify multiple permission settings or add more by updating the fleet.
Definition at line 609 of file CreateFleetRequest.h.
|
inline |
Range of IP addresses and port settings that permit inbound traffic to access game sessions that are running on the fleet. For fleets using a custom game build, this parameter is required before game sessions running on the fleet can accept connections. For Realtime Servers fleets, Amazon GameLift automatically sets TCP and UDP ranges for use by the Realtime servers. You can specify multiple permission settings or add more by updating the fleet.
Definition at line 599 of file CreateFleetRequest.h.
|
inline |
The name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
Definition at line 538 of file CreateFleetRequest.h.
|
inline |
The name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
Definition at line 548 of file CreateFleetRequest.h.
|
inline |
Indicates whether to use On-Demand instances or Spot instances for this fleet. If empty, the default is ON_DEMAND
. Both categories of instances use identical hardware and configurations based on the instance type selected for this fleet. Learn more about On-Demand versus Spot Instances.
Definition at line 1110 of file CreateFleetRequest.h.
|
inline |
Indicates whether to use On-Demand instances or Spot instances for this fleet. If empty, the default is ON_DEMAND
. Both categories of instances use identical hardware and configurations based on the instance type selected for this fleet. Learn more about On-Demand versus Spot Instances.
Definition at line 1120 of file CreateFleetRequest.h.
|
inline |
A unique identifier for an AWS IAM role that manages access to your AWS services. Fleets with an instance role ARN allow applications that are running on the fleet's instances to assume the role. Learn more about using on-box credentials for your game servers at Access external resources from a game server. To call this operation with instance role ARN, you must have IAM PassRole permissions. See IAM policy examples for GameLift.
Definition at line 1212 of file CreateFleetRequest.h.
|
inline |
A unique identifier for an AWS IAM role that manages access to your AWS services. Fleets with an instance role ARN allow applications that are running on the fleet's instances to assume the role. Learn more about using on-box credentials for your game servers at Access external resources from a game server. To call this operation with instance role ARN, you must have IAM PassRole permissions. See IAM policy examples for GameLift.
Definition at line 1199 of file CreateFleetRequest.h.
|
inline |
A unique identifier for an AWS IAM role that manages access to your AWS services. Fleets with an instance role ARN allow applications that are running on the fleet's instances to assume the role. Learn more about using on-box credentials for your game servers at Access external resources from a game server. To call this operation with instance role ARN, you must have IAM PassRole permissions. See IAM policy examples for GameLift.
Definition at line 1225 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, to specify where Amazon GameLift should store log files once a server process shuts down, use the Amazon GameLift server API ProcessReady()
and specify one or more directory paths in logParameters
. See more information in the Server API Reference.
Definition at line 457 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, to specify where Amazon GameLift should store log files once a server process shuts down, use the Amazon GameLift server API ProcessReady()
and specify one or more directory paths in logParameters
. See more information in the Server API Reference.
Definition at line 447 of file CreateFleetRequest.h.
|
inline |
The name of an Amazon CloudWatch metric group to add this fleet to. A metric group aggregates the metrics for all fleets in the group. Specify an existing metric group name, or provide a new name to create a new metric group. A fleet can only be included in one metric group at a time.
Definition at line 897 of file CreateFleetRequest.h.
|
inline |
The name of an Amazon CloudWatch metric group to add this fleet to. A metric group aggregates the metrics for all fleets in the group. Specify an existing metric group name, or provide a new name to create a new metric group. A fleet can only be included in one metric group at a time.
Definition at line 889 of file CreateFleetRequest.h.
|
inline |
A descriptive label that is associated with a fleet. Fleet names do not need to be unique.
Definition at line 89 of file CreateFleetRequest.h.
|
inline |
A descriptive label that is associated with a fleet. Fleet names do not need to be unique.
Definition at line 83 of file CreateFleetRequest.h.
|
inline |
A descriptive label that is associated with a fleet. Fleet names do not need to be unique.
Definition at line 95 of file CreateFleetRequest.h.
|
inline |
A game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
NoProtection - The game session can be terminated during a scale-down event.
FullProtection - If the game session is in an ACTIVE
status, it cannot be terminated during a scale-down event.
Definition at line 695 of file CreateFleetRequest.h.
|
inline |
A game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
NoProtection - The game session can be terminated during a scale-down event.
FullProtection - If the game session is in an ACTIVE
status, it cannot be terminated during a scale-down event.
Definition at line 708 of file CreateFleetRequest.h.
|
inline |
A unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with. You can find your account ID in the AWS Management Console under account settings.
Definition at line 971 of file CreateFleetRequest.h.
|
inline |
A unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with. You can find your account ID in the AWS Management Console under account settings.
Definition at line 964 of file CreateFleetRequest.h.
|
inline |
A unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with. You can find your account ID in the AWS Management Console under account settings.
Definition at line 978 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the AWS Management Console. Learn more about VPC peering in VPC Peering with Amazon GameLift Fleets.
Definition at line 1049 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the AWS Management Console. Learn more about VPC peering in VPC Peering with Amazon GameLift Fleets.
Definition at line 1039 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the AWS Management Console. Learn more about VPC peering in VPC Peering with Amazon GameLift Fleets.
Definition at line 1059 of file CreateFleetRequest.h.
|
inline |
A policy that limits the number of game sessions an individual player can create over a span of time for this fleet.
Definition at line 842 of file CreateFleetRequest.h.
|
inline |
A policy that limits the number of game sessions an individual player can create over a span of time for this fleet.
Definition at line 848 of file CreateFleetRequest.h.
|
inline |
Instructions for launching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime script. The runtime configuration defines the server executables or launch script file, launch parameters, and the number of processes to run concurrently on each instance. When creating a fleet, the runtime configuration must have at least one server process configuration; otherwise the request fails with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
, although requests that contain values for these parameters instead of a runtime configuration will continue to work.) This parameter is required unless the parameters ServerLaunchPath
and ServerLaunchParameters
are defined. Runtime configuration replaced these parameters, but fleets that use them will continue to work.
Definition at line 794 of file CreateFleetRequest.h.
|
inline |
Instructions for launching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime script. The runtime configuration defines the server executables or launch script file, launch parameters, and the number of processes to run concurrently on each instance. When creating a fleet, the runtime configuration must have at least one server process configuration; otherwise the request fails with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
, although requests that contain values for these parameters instead of a runtime configuration will continue to work.) This parameter is required unless the parameters ServerLaunchPath
and ServerLaunchParameters
are defined. Runtime configuration replaced these parameters, but fleets that use them will continue to work.
Definition at line 811 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a Realtime script to be deployed on the new fleet. You can use either the script ID or ARN value. The Realtime script must have been successfully uploaded to Amazon GameLift. This fleet setting cannot be changed once the fleet is created.
Definition at line 258 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a Realtime script to be deployed on the new fleet. You can use either the script ID or ARN value. The Realtime script must have been successfully uploaded to Amazon GameLift. This fleet setting cannot be changed once the fleet is created.
Definition at line 250 of file CreateFleetRequest.h.
|
inline |
A unique identifier for a Realtime script to be deployed on the new fleet. You can use either the script ID or ARN value. The Realtime script must have been successfully uploaded to Amazon GameLift. This fleet setting cannot be changed once the fleet is created.
Definition at line 266 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
Definition at line 388 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
Definition at line 380 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
Definition at line 396 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.
Definition at line 323 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.
Definition at line 315 of file CreateFleetRequest.h.
|
inline |
This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.
Definition at line 331 of file CreateFleetRequest.h.
|
inline |
A list of labels to assign to the new fleet resource. Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management and cost allocation. For more information, see Tagging AWS Resources in the AWS General Reference. Once the resource is created, you can use TagResource, UntagResource, and ListTagsForResource to add, remove, and view tags. The maximum tag limit may be lower than stated. See the AWS General Reference for actual tagging limits.
Definition at line 1413 of file CreateFleetRequest.h.
|
inline |
A list of labels to assign to the new fleet resource. Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management and cost allocation. For more information, see Tagging AWS Resources in the AWS General Reference. Once the resource is created, you can use TagResource, UntagResource, and ListTagsForResource to add, remove, and view tags. The maximum tag limit may be lower than stated. See the AWS General Reference for actual tagging limits.
Definition at line 1400 of file CreateFleetRequest.h.