We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ae650 commit 9bd141cCopy full SHA for 9bd141c
.tools/test/stacks/plugin/typescript/plugin_stack.ts
@@ -65,7 +65,7 @@ class PluginStack extends cdk.Stack {
65
);
66
}
67
68
- private initBatchFargate(variables: Record<string, string>): [batch.CfnJobDefinition, batch.CfnJobQueue] {
+ private initBatchFargate(variables: Array<string, string>): [batch.CfnJobDefinition, batch.CfnJobQueue] {
69
const batchExecutionRole = new iam.Role(
70
this,
71
`BatchExecutionRole-${toolName}`,
0 commit comments