Skip to content

Commit

Permalink
this time
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Oct 30, 2023
1 parent 11c10dc commit bd12e83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/aws-stepfunctions-tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,8 @@ To specify a custom runtime role use the `executionRoleArn` property.
See this [blog post](https://aws.amazon.com/blogs/big-data/introducing-runtime-roles-for-amazon-emr-steps-use-iam-roles-and-aws-lake-formation-for-access-control-with-amazon-emr/) for more details.

```ts
import * as emr from 'aws-cdk-lib/aws-emr';

const cfnSecurityConfiguration = new emr.CfnSecurityConfiguration(this, 'EmrSecurityConfiguration', {
name: 'AddStepRuntimeRoleSecConfig',
securityConfiguration: JSON.parse(`
Expand Down

0 comments on commit bd12e83

Please sign in to comment.