Skip to content

Commit 6494c5b

Browse files
author
AWS
committed
Amazon SageMaker Service Update: This release adds support for customer-managed KMS keys in Amazon SageMaker Partner AI Apps
1 parent 0738a25 commit 6494c5b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-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": "This release adds support for customer-managed KMS keys in Amazon SageMaker Partner AI Apps"
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11324,6 +11324,10 @@
1132411324
"shape":"RoleArn",
1132511325
"documentation":"<p>The ARN of the IAM role that the partner application uses.</p>"
1132611326
},
11327+
"KmsKeyId":{
11328+
"shape":"KmsKeyId",
11329+
"documentation":"<p>SageMaker Partner AI Apps uses Amazon Web Services KMS to encrypt data at rest using an Amazon Web Services managed key by default. For more control, specify a customer managed key.</p>"
11330+
},
1132711331
"MaintenanceConfig":{
1132811332
"shape":"PartnerAppMaintenanceConfig",
1132911333
"documentation":"<p>Maintenance configuration settings for the SageMaker Partner AI App.</p>"
@@ -17258,10 +17262,18 @@
1725817262
"shape":"Timestamp",
1725917263
"documentation":"<p>The time that the SageMaker Partner AI App was created.</p>"
1726017264
},
17265+
"LastModifiedTime":{
17266+
"shape":"Timestamp",
17267+
"documentation":"<p>The time that the SageMaker Partner AI App was last modified.</p>"
17268+
},
1726117269
"ExecutionRoleArn":{
1726217270
"shape":"RoleArn",
1726317271
"documentation":"<p>The ARN of the IAM role associated with the SageMaker Partner AI App.</p>"
1726417272
},
17273+
"KmsKeyId":{
17274+
"shape":"KmsKeyId",
17275+
"documentation":"<p>The Amazon Web Services KMS customer managed key used to encrypt the data at rest associated with SageMaker Partner AI Apps.</p>"
17276+
},
1726517277
"BaseUrl":{
1726617278
"shape":"String2048",
1726717279
"documentation":"<p>The URL of the SageMaker Partner AI App that the Application SDK uses to support in-app calls for the user.</p>"

0 commit comments

Comments
 (0)