Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Michelle Wang committed Sep 19, 2024
1 parent 5643b1c commit 563f7fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/aws-cdk-lib/aws-ec2/lib/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -709,9 +709,6 @@ export class Instance extends Resource implements IInstance {

/**
* Apply CloudFormation update policies for the instance.
*
* If both initOptions.timeout and resourceSignalTimeout are specified,
* timeout is summed together, else timeout is set to the value of the specified field.
*/
private applyUpdatePolicies(props: InstanceProps) {
if (props.resourceSignalTimeout !== undefined) {
Expand Down Expand Up @@ -760,6 +757,7 @@ export interface ApplyCloudFormationInitOptions {
* config changes nothing will happen to the running instance. If a
* config update introduces errors, you will not notice until after the
* CloudFormation deployment successfully finishes and the next instance
* fails to launch.
*
* @default true
*/
Expand Down

0 comments on commit 563f7fe

Please sign in to comment.