Skip to content

Commit 163ea92

Browse files
author
AWS
committed
EMR Serverless Update: This release adds support for accessing system profile logs in Lake Formation-enabled jobs.
1 parent cf2ad1b commit 163ea92

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
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": "EMR Serverless",
4+
"contributor": "",
5+
"description": "This release adds support for accessing system profile logs in Lake Formation-enabled jobs."
6+
}

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,12 @@
873873
"documentation":"<p>An optimal parameter that indicates the amount of attempts for the job. If not specified, this value defaults to the attempt of the latest job.</p>",
874874
"location":"querystring",
875875
"locationName":"attempt"
876+
},
877+
"accessSystemProfileLogs":{
878+
"shape":"Boolean",
879+
"documentation":"<p>Allows access to system profile logs for Lake Formation-enabled jobs. Default is false.</p>",
880+
"location":"querystring",
881+
"locationName":"accessSystemProfileLogs"
876882
}
877883
}
878884
},
@@ -987,7 +993,7 @@
987993
"type":"string",
988994
"max":1024,
989995
"min":1,
990-
"pattern":"([a-z0-9]+[a-z0-9-.]*)\\/((?:[a-z0-9]+(?:[._-][a-z0-9]+)*\\/)*[a-z0-9]+(?:[._-][a-z0-9]+)*)(?:\\:([a-zA-Z0-9_][a-zA-Z0-9-._]{0,299})|@(sha256:[0-9a-f]{64}))"
996+
"pattern":"([0-9]{12})\\.dkr\\.ecr\\.([a-z0-9-]+).([a-z0-9._-]+)\\/((?:[a-z0-9]+(?:[-._][a-z0-9]+)*/)*[a-z0-9]+(?:[-._][a-z0-9]+)*)(?::([a-zA-Z0-9_]+[a-zA-Z0-9-._]*)|@(sha256:[0-9a-f]{64}))"
991997
},
992998
"InitScriptPath":{
993999
"type":"string",

0 commit comments

Comments
 (0)