Skip to content

Commit 0e507d3

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Adding TagPropagation attribute to Sagemaker API
1 parent 134e228 commit 0e507d3

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-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": "Adding `TagPropagation` attribute to Sagemaker API"
6+
}

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8957,6 +8957,10 @@
89578957
"shape":"AppSecurityGroupManagement",
89588958
"documentation":"<p>The entity that creates and manages the required security groups for inter-app communication in <code>VPCOnly</code> mode. Required when <code>CreateDomain.AppNetworkAccessType</code> is <code>VPCOnly</code> and <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is provided. If setting up the domain for use with RStudio, this value must be set to <code>Service</code>.</p>"
89598959
},
8960+
"TagPropagation":{
8961+
"shape":"TagPropagation",
8962+
"documentation":"<p>Indicates whether custom tag propagation is supported for the domain. Defaults to <code>DISABLED</code>.</p>"
8963+
},
89608964
"DefaultSpaceSettings":{
89618965
"shape":"DefaultSpaceSettings",
89628966
"documentation":"<p>The default settings used to create a space.</p>"
@@ -13762,6 +13766,10 @@
1376213766
"shape":"AppSecurityGroupManagement",
1376313767
"documentation":"<p>The entity that creates and manages the required security groups for inter-app communication in <code>VPCOnly</code> mode. Required when <code>CreateDomain.AppNetworkAccessType</code> is <code>VPCOnly</code> and <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is provided.</p>"
1376413768
},
13769+
"TagPropagation":{
13770+
"shape":"TagPropagation",
13771+
"documentation":"<p>Indicates whether custom tag propagation is supported for the domain.</p>"
13772+
},
1376513773
"DefaultSpaceSettings":{
1376613774
"shape":"DefaultSpaceSettings",
1376713775
"documentation":"<p>The default settings used to create a space.</p>"
@@ -35740,6 +35748,13 @@
3574035748
"max":50,
3574135749
"min":0
3574235750
},
35751+
"TagPropagation":{
35752+
"type":"string",
35753+
"enum":[
35754+
"ENABLED",
35755+
"DISABLED"
35756+
]
35757+
},
3574335758
"TagValue":{
3574435759
"type":"string",
3574535760
"max":256,
@@ -38131,6 +38146,10 @@
3813138146
"AppNetworkAccessType":{
3813238147
"shape":"AppNetworkAccessType",
3813338148
"documentation":"<p>Specifies the VPC used for non-EFS traffic.</p> <ul> <li> <p> <code>PublicInternetOnly</code> - Non-EFS traffic is through a VPC managed by Amazon SageMaker, which allows direct internet access.</p> </li> <li> <p> <code>VpcOnly</code> - All Studio traffic is through the specified VPC and subnets.</p> </li> </ul> <p>This configuration can only be modified if there are no apps in the <code>InService</code>, <code>Pending</code>, or <code>Deleting</code> state. The configuration cannot be updated if <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is already set or <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is provided as part of the same request.</p>"
38149+
},
38150+
"TagPropagation":{
38151+
"shape":"TagPropagation",
38152+
"documentation":"<p>Indicates whether custom tag propagation is supported for the domain. Defaults to <code>DISABLED</code>.</p>"
3813438153
}
3813538154
}
3813638155
},

0 commit comments

Comments
 (0)