Method: Aws::GameLift::Types::GameServerContainerDefinition#image_uri
- Defined in:
- lib/aws-sdk-gamelift/types.rb
#image_uri ⇒ String
The URI to the image that Amazon GameLift Servers uses when deploying this container to a container fleet. For a more specific identifier, see ‘ResolvedImageDigest`.
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 |