AWS::GameLift::ContainerGroupDefinition ContainerMountPoint - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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.eu/gamelift/latest/apireference/API_GameServerContainerDefinitionInput.html, SupportContainerDefinition, https://docs.aws.eu/gamelift/latest/apireference/API_SupportContainerDefinitionInput.html

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "AccessLevel" : String, "ContainerPath" : String, "InstancePath" : String }

YAML

AccessLevel: String ContainerPath: String InstancePath: String

Properties

AccessLevel

The type of access for the container.

Required: No

Type: String

Allowed values: READ_ONLY | READ_AND_WRITE

Update 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: 1

Maximum: 1024

Update requires: No interruption

InstancePath

The path to the source file or directory.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 1024

Update requires: No interruption