Skip to content

Commit b7ab2c1

Browse files
author
AWS
committed
Amazon EMR Containers Update: EMRonEKS Service support for SecurityConfiguration enforcement for Spark Jobs.
1 parent c3465d2 commit b7ab2c1

File tree

3 files changed

+324
-0
lines changed

3 files changed

+324
-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 EMR Containers",
4+
"contributor": "",
5+
"description": "EMRonEKS Service support for SecurityConfiguration enforcement for Spark Jobs."
6+
}

services/emrcontainers/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
"limit_key": "maxResults",
1919
"result_key": "endpoints"
2020
},
21+
"ListSecurityConfigurations": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "securityConfigurations"
26+
},
2127
"ListVirtualClusters": {
2228
"input_token": "nextToken",
2329
"output_token": "nextToken",

0 commit comments

Comments
 (0)