Skip to content

Commit 755e88b

Browse files
author
AWS
committed
Amazon EMR Containers Update: Added nodeLabel support in container provider to aid hardware isolation support for virtual cluster and security configuration.
1 parent 798c1b4 commit 755e88b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-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": "Added nodeLabel support in container provider to aid hardware isolation support for virtual cluster and security configuration."
6+
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,10 @@
702702
"shape":"ResourceNameString",
703703
"documentation":"<p>The name of the security configuration.</p>"
704704
},
705+
"containerProvider":{
706+
"shape":"ContainerProvider",
707+
"documentation":"<p>The container provider associated with the security configuration.</p>"
708+
},
705709
"securityConfigurationData":{
706710
"shape":"SecurityConfigurationData",
707711
"documentation":"<p>Security configuration input for the request.</p>"
@@ -1012,6 +1016,10 @@
10121016
"namespace":{
10131017
"shape":"KubernetesNamespace",
10141018
"documentation":"<p>The namespaces of the Amazon EKS cluster.</p>"
1019+
},
1020+
"nodeLabel":{
1021+
"shape":"ResourceNameString",
1022+
"documentation":"<p>The nodeLabel of the nodes where the resources of this virtual cluster can get scheduled. It requires relevant scaling and policy engine addons.</p>"
10151023
}
10161024
},
10171025
"documentation":"<p>The information about the Amazon EKS cluster.</p>"

0 commit comments

Comments
 (0)