Values.ContainerMountPointSourceA 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
type nonrec t = {instancePath : InstancePathString.t;The path to the source file or directory.
*)containerPath : ContainerPathString.t option;The mount path on the container. If this property isn't set, the instance path is used.
*)accessLevel : ContainerMountPointAccessLevel.t option;The type of access for the container.
*)}val make :
?containerPath:??? ->
?accessLevel:??? ->
instancePath:InstancePathString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of InstancePathString.t ]) list ]