Method: Aws::GameLift::Types::GameServerContainerDefinition#depends_on

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

#depends_onArray<Types::ContainerDependency>

Indicates that the container relies on the status of other containers in the same container group during startup and shutdown sequences. A container might have dependencies on multiple containers.

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