Method: Aws::GameLift::Types::GameServerContainerDefinition#environment_override

Defined in:
lib/aws-sdk-gamelift/types.rb

#environment_overrideArray<Types::ContainerEnvironment>

A set of environment variables that’s passed to the container on startup. See the [ContainerDefinition::environment] parameter in the *Amazon Elastic Container Service API Reference*.

[1]: docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html#ECS-Type-ContainerDefinition-environment

Returns:



6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
# File 'lib/aws-sdk-gamelift/types.rb', line 6155

class GameServerContainerDefinition < Struct.new(
  :container_name,
  :depends_on,
  :mount_points,
  :environment_override,
  :image_uri,
  :port_configuration,
  :resolved_image_digest,
  :server_sdk_version)
  SENSITIVE = []
  include Aws::Structure
end