UpdateRuntimeConfigurationInput

public struct UpdateRuntimeConfigurationInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for a fleet to update runtime configuration for. You can use either the fleet ID or ARN value.

    Declaration

    Swift

    public let fleetId: String
  • Instructions for launching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime Servers script. The runtime configuration lists the types of server processes to run on an instance and includes the following configuration settings: the server executable or launch script file, launch parameters, and the number of processes to run concurrently on each instance. A CreateFleet request must include a runtime configuration with at least one server process configuration.

    Declaration

    Swift

    public let runtimeConfiguration: RuntimeConfiguration
  • Undocumented

    Declaration

    Swift

    public init(fleetId: String, runtimeConfiguration: RuntimeConfiguration)
  • Declaration

    Swift

    public func validate(name: String) throws