You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**name**| string | The **name** key is just a name for this job. |
227
225
|**script**| string | A string in bash script format that represents the job to be run (example below) |
228
226
|**permissions**|[PolicyDocument](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_iam.PolicyDocument.html)| An IAM policy document giving this job the IAM permisisons it needs to do what it's being asked to do |
229
227
|**environmentStringVariablesFromIncomingEvent**| string[]| The environment variables to import into the BashJobRunner from event details field. |
@@ -373,7 +371,6 @@ export class AppPlaneStack extends cdk.Stack {
0 commit comments