|
4477 | 4477 | "JupyterLabAppImageConfig":{
|
4478 | 4478 | "shape":"JupyterLabAppImageConfig",
|
4479 | 4479 | "documentation":"<p>The configuration for the file system and the runtime, such as the environment variables and entry point.</p>"
|
| 4480 | + }, |
| 4481 | + "CodeEditorAppImageConfig":{ |
| 4482 | + "shape":"CodeEditorAppImageConfig", |
| 4483 | + "documentation":"<p>The configuration for the file system and the runtime, such as the environment variables and entry point.</p>" |
4480 | 4484 | }
|
4481 | 4485 | },
|
4482 | 4486 | "documentation":"<p>The configuration for running a SageMaker image as a KernelGateway app.</p>"
|
|
7231 | 7235 | "max":2,
|
7232 | 7236 | "min":1
|
7233 | 7237 | },
|
| 7238 | + "CodeEditorAppImageConfig":{ |
| 7239 | + "type":"structure", |
| 7240 | + "members":{ |
| 7241 | + "FileSystemConfig":{"shape":"FileSystemConfig"}, |
| 7242 | + "ContainerConfig":{"shape":"ContainerConfig"} |
| 7243 | + }, |
| 7244 | + "documentation":"<p>The configuration for the file system and kernels in a SageMaker image running as a Code Editor app. The <code>FileSystemConfig</code> object is not supported.</p>" |
| 7245 | + }, |
7234 | 7246 | "CodeEditorAppSettings":{
|
7235 | 7247 | "type":"structure",
|
7236 | 7248 | "members":{
|
7237 | 7249 | "DefaultResourceSpec":{"shape":"ResourceSpec"},
|
| 7250 | + "CustomImages":{ |
| 7251 | + "shape":"CustomImages", |
| 7252 | + "documentation":"<p>A list of custom SageMaker images that are configured to run as a Code Editor app.</p>" |
| 7253 | + }, |
7238 | 7254 | "LifecycleConfigArns":{
|
7239 | 7255 | "shape":"LifecycleConfigArns",
|
7240 | 7256 | "documentation":"<p>The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.</p>"
|
|
7962 | 7978 | "JupyterLabAppImageConfig":{
|
7963 | 7979 | "shape":"JupyterLabAppImageConfig",
|
7964 | 7980 | "documentation":"<p>The <code>JupyterLabAppImageConfig</code>. You can only specify one image kernel in the <code>AppImageConfig</code> API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in JupyterLab.</p>"
|
| 7981 | + }, |
| 7982 | + "CodeEditorAppImageConfig":{ |
| 7983 | + "shape":"CodeEditorAppImageConfig", |
| 7984 | + "documentation":"<p>The <code>CodeEditorAppImageConfig</code>. You can only specify one image kernel in the AppImageConfig API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in Code Editor.</p>" |
7965 | 7985 | }
|
7966 | 7986 | }
|
7967 | 7987 | },
|
|
12097 | 12117 | "JupyterLabAppImageConfig":{
|
12098 | 12118 | "shape":"JupyterLabAppImageConfig",
|
12099 | 12119 | "documentation":"<p>The configuration of the JupyterLab app.</p>"
|
| 12120 | + }, |
| 12121 | + "CodeEditorAppImageConfig":{ |
| 12122 | + "shape":"CodeEditorAppImageConfig", |
| 12123 | + "documentation":"<p>The configuration of the Code Editor app.</p>" |
12100 | 12124 | }
|
12101 | 12125 | }
|
12102 | 12126 | },
|
|
21327 | 21351 | "KmsKeyId":{
|
21328 | 21352 | "type":"string",
|
21329 | 21353 | "max":2048,
|
21330 |
| - "pattern":".*" |
| 21354 | + "pattern":"^[a-zA-Z0-9:/_-]*$" |
21331 | 21355 | },
|
21332 | 21356 | "LabelAttributeName":{
|
21333 | 21357 | "type":"string",
|
|
35916 | 35940 | "JupyterLabAppImageConfig":{
|
35917 | 35941 | "shape":"JupyterLabAppImageConfig",
|
35918 | 35942 | "documentation":"<p>The JupyterLab app running on the image.</p>"
|
| 35943 | + }, |
| 35944 | + "CodeEditorAppImageConfig":{ |
| 35945 | + "shape":"CodeEditorAppImageConfig", |
| 35946 | + "documentation":"<p>The Code Editor app running on the image.</p>" |
35919 | 35947 | }
|
35920 | 35948 | }
|
35921 | 35949 | },
|
|
0 commit comments