Skip to content

Commit 063c867

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Added tagging support for SageMaker notebook instance lifecycle configurations
1 parent 6ba2035 commit 063c867

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "Added tagging support for SageMaker notebook instance lifecycle configurations"
6+
}

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11197,6 +11197,10 @@
1119711197
"OnStart":{
1119811198
"shape":"NotebookInstanceLifecycleConfigList",
1119911199
"documentation":"<p>A shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.</p>"
11200+
},
11201+
"Tags":{
11202+
"shape":"TagList",
11203+
"documentation":"<p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see <a href=\"https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html\">Tagging Amazon Web Services Resources</a>.</p>"
1120011204
}
1120111205
}
1120211206
},

0 commit comments

Comments
 (0)