ContainerMountPoint
A mount point that binds a container to a file or directory on the host system.
Part of: GameServerContainerDefinition, https://docs.aws.amazon.com/gamelift/latest/apireference/API_GameServerContainerDefinitionInput.html, SupportContainerDefinition, https://docs.aws.amazon.com/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 AWS SDKs, see the following: