AWS::GameLift::ContainerGroupDefinition ContainerMountPoint - AWS CloudFormation

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