We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e220bc8 commit 528e5dfCopy full SHA for 528e5df
packages/aws-cdk-lib/aws-batch/lib/managed-compute-environment.ts
@@ -194,7 +194,12 @@ export interface ManagedComputeEnvironmentProps extends ComputeEnvironmentProps
194
*
195
* If you specify a specific AMI, this property will be ignored.
196
197
- * @default true
+ * Note: the CDK will never set this value by default, `false` will set by CFN.
198
+ * This is to avoid a deployment failure that occurs when this value is set.
199
+ *
200
+ * @see https://github.com/aws/aws-cdk/issues/27054
201
202
+ * @default false
203
*/
204
readonly updateToLatestImageVersion?: boolean;
205
}
0 commit comments