# AWS::SageMaker::AppImageConfig FileSystemConfig The Amazon Elastic File System (EFS) storage configuration for a SageMaker image. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "DefaultGid" : Integer,
    "DefaultUid" : Integer,
    "MountPath" : String
}
### YAML
DefaultGid: Integer
DefaultUid: Integer
MountPath: String
## Properties #### DefaultGid The default POSIX group ID (GID). If not specified, defaults to 100. _Required_: No _Type_: Integer _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### DefaultUid The default POSIX user ID (UID). If not specified, defaults to 1000. _Required_: No _Type_: Integer _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### MountPath The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user. _Required_: No _Type_: String _Minimum_: 1 _Maximum_: 1024 _Pattern_: ^/.* _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)