Skip to content

Commit

Permalink
chore(batch): corrected the documentation string for updateToLatestIm…
Browse files Browse the repository at this point in the history
…ageVersion in ManagedComputeEnvironmentProps.
  • Loading branch information
ashishdhingra authored Feb 26, 2025
1 parent 6df9bfe commit 7d92a9b
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,12 @@ export interface ManagedComputeEnvironmentProps extends ComputeEnvironmentProps
*
* If you specify a specific AMI, this property will be ignored.
*
* @default true
* Note: the CDK will never set this value by default, `false` will set by CFN.
* This is to avoid a deployment failure that occurs when this value is set.
*
* @see https://github.com/aws/aws-cdk/issues/27054
*
* @default false
*/
readonly updateToLatestImageVersion?: boolean;
}
Expand Down

0 comments on commit 7d92a9b

Please sign in to comment.