This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::GameLift::ContainerGroupDefinition 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
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AccessLevel" :String, "ContainerPath" :String, "InstancePath" :String}
YAML
AccessLevel:StringContainerPath:StringInstancePath:String
Properties
- AccessLevel
- 
                    The type of access for the container. Required: No Type: String Allowed values: READ_ONLY | READ_AND_WRITEUpdate requires: No interruption 
- ContainerPath
- 
                    The mount path on the container. If this property isn't set, the instance path is used. Required: No Type: String Pattern: ^(\/+[^\/]+\/*)+$Minimum: 1Maximum: 1024Update requires: No interruption 
- InstancePath
- 
                    The path to the source file or directory. Required: Yes Type: String Pattern: ^\/[\s\S]*$Minimum: 1Maximum: 1024Update requires: No interruption