Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-stepfunctions-tasks/lib/evaluate-expr…
Browse files Browse the repository at this point in the history
…ession.ts


Add - after @default

Co-authored-by: paulhcsun <[email protected]>
  • Loading branch information
lagroujl and paulhcsun committed Jun 12, 2024
1 parent fd217fe commit a5c8057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export interface EvaluateExpressionProps extends sfn.TaskStateBaseProps {
/**
* This is the role that will be assumed by the function upon execution.
*
* @default a role will be automatically created
* @default - a role will be automatically created
*/
readonly role?: iam.IRole;
}
Expand Down

0 comments on commit a5c8057

Please sign in to comment.