ContainerMountPoint - Amazon GameLift Servers
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ContainerMountPoint

A mount point that binds a container to a file or directory on the host system.

Part of: GameServerContainerDefinition, https://docs.amazonaws.cn/gamelift/latest/apireference/API_GameServerContainerDefinitionInput.html, SupportContainerDefinition, https://docs.amazonaws.cn/gamelift/latest/apireference/API_SupportContainerDefinitionInput.html

Contents

Note

In the following list, the required parameters are described first.

InstancePath

The path to the source file or directory.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1024.

Pattern: ^\/[\s\S]*$

Required: Yes

AccessLevel

The type of access for the container.

Type: String

Valid Values: READ_ONLY | READ_AND_WRITE

Required: No

ContainerPath

The mount path on the container. If this property isn't set, the instance path is used.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1024.

Pattern: ^(\/+[^\/]+\/*)+$

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: