AWS::GameLift::ContainerGroupDefinition ContainerMountPoint - Amazon CloudFormation
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).

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.amazonaws.cn/gamelift/latest/apireference/API_GameServerContainerDefinitionInput.html, SupportContainerDefinition, https://docs.amazonaws.cn/gamelift/latest/apireference/API_SupportContainerDefinitionInput.html

Syntax

To declare this entity in your Amazon 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