Resource Type definition for AWS::SageMaker::AppImageConfig
app_image_config_name
(String) The Name of the AppImageConfig.code_editor_app_image_config
(Attributes) The CodeEditorAppImageConfig. (see below for nested schema)jupyter_lab_app_image_config
(Attributes) The JupyterLabAppImageConfig. (see below for nested schema)kernel_gateway_image_config
(Attributes) The KernelGatewayImageConfig. (see below for nested schema)tags
(Attributes List) A list of tags to apply to the AppImageConfig. (see below for nested schema)app_image_config_arn
(String) The Amazon Resource Name (ARN) of the AppImageConfig.id
(String) Uniquely identifies the resource.code_editor_app_image_config
Optional:
container_config
(Attributes) The container configuration for a SageMaker image. (see below for nested schema)code_editor_app_image_config.container_config
Optional:
container_arguments
(List of String) A list of arguments to apply to the container.container_entrypoint
(List of String) The custom entry point to use on container.container_environment_variables
(Attributes List) A list of variables to apply to the custom container. (see below for nested schema)code_editor_app_image_config.container_config.container_environment_variables
Required:
key
(String)value
(String)jupyter_lab_app_image_config
Optional:
container_config
(Attributes) The container configuration for a SageMaker image. (see below for nested schema)jupyter_lab_app_image_config.container_config
Optional:
container_arguments
(List of String) A list of arguments to apply to the container.container_entrypoint
(List of String) The custom entry point to use on container.container_environment_variables
(Attributes List) A list of variables to apply to the custom container. (see below for nested schema)jupyter_lab_app_image_config.container_config.container_environment_variables
Required:
key
(String)value
(String)kernel_gateway_image_config
Required:
kernel_specs
(Attributes List) The specification of the Jupyter kernels in the image. (see below for nested schema)Optional:
file_system_config
(Attributes) The Amazon Elastic File System (EFS) storage configuration for a SageMaker image. (see below for nested schema)kernel_gateway_image_config.kernel_specs
Required:
name
(String) The name of the kernel.Optional:
display_name
(String) The display name of the kernel.kernel_gateway_image_config.file_system_config
Optional:
default_gid
(Number) The default POSIX group ID (GID). If not specified, defaults to 100.default_uid
(Number) The default POSIX user ID (UID). If not specified, defaults to 1000.mount_path
(String) 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.tags
Required:
key
(String)value
(String)Import is supported using the following syntax:
$ terraform import awscc_sagemaker_app_image_config.example <resource ID>