--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_sagemaker_app_image_config Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::SageMaker::AppImageConfig --- # awscc_sagemaker_app_image_config (Resource) Resource Type definition for AWS::SageMaker::AppImageConfig ## Schema ### Required - `app_image_config_name` (String) The Name of the AppImageConfig. ### Optional - `kernel_gateway_image_config` (Attributes) The KernelGatewayImageConfig. (see [below for nested schema](#nestedatt--kernel_gateway_image_config)) - `tags` (Attributes List) A list of tags to apply to the AppImageConfig. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `app_image_config_arn` (String) The Amazon Resource Name (ARN) of the AppImageConfig. - `id` (String) Uniquely identifies the resource. ### Nested Schema for `kernel_gateway_image_config` Optional: - `file_system_config` (Attributes) The Amazon Elastic File System (EFS) storage configuration for a SageMaker image. (see [below for nested schema](#nestedatt--kernel_gateway_image_config--file_system_config)) - `kernel_specs` (Attributes List) The specification of the Jupyter kernels in the image. (see [below for nested schema](#nestedatt--kernel_gateway_image_config--kernel_specs)) ### Nested Schema for `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. ### Nested Schema for `kernel_gateway_image_config.kernel_specs` Optional: - `display_name` (String) The display name of the kernel. - `name` (String) The name of the kernel. ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_sagemaker_app_image_config.example ```