Skip to content

Commit de4c8c8

Browse files
author
AWS
committed
Amazon EMR Update: This release adds support for the ExecutionRoleArn parameter in the AddJobFlowSteps and DescribeStep APIs. Customers can use ExecutionRoleArn to specify the IAM role used for each job they submit using the AddJobFlowSteps API.
1 parent d12e89a commit de4c8c8

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",
4+
"contributor": "",
5+
"description": "This release adds support for the ExecutionRoleArn parameter in the AddJobFlowSteps and DescribeStep APIs. Customers can use ExecutionRoleArn to specify the IAM role used for each job they submit using the AddJobFlowSteps API."
6+
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,10 @@
786786
"Steps":{
787787
"shape":"StepConfigList",
788788
"documentation":"<p> A list of <a>StepConfig</a> to be executed by the job flow. </p>"
789+
},
790+
"ExecutionRoleArn":{
791+
"shape":"ArnType",
792+
"documentation":"<p>The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format: <code>arn:partition:service:region:account:resource</code>. </p> <p>For example, <code>arn:aws:iam::1234567890:role/ReadOnly</code> is a correctly formatted runtime role ARN.</p>"
789793
}
790794
},
791795
"documentation":"<p> The input argument to the <a>AddJobFlowSteps</a> operation. </p>"
@@ -4749,6 +4753,10 @@
47494753
"Status":{
47504754
"shape":"StepStatus",
47514755
"documentation":"<p>The current execution status details of the cluster step.</p>"
4756+
},
4757+
"ExecutionRoleArn":{
4758+
"shape":"OptionalArnType",
4759+
"documentation":"<p>The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format: <code>arn:partition:service:region:account:resource</code>. </p> <p>For example, <code>arn:aws:iam::1234567890:role/ReadOnly</code> is a correctly formatted runtime role ARN.</p>"
47524760
}
47534761
},
47544762
"documentation":"<p>This represents a step in a cluster.</p>"

0 commit comments

Comments
 (0)