Skip to content

Commit e8ecbb4

Browse files
authored
Merge branch 'main' into bedrock_prompts
2 parents 8e749a6 + 304e2db commit e8ecbb4

25 files changed

+2081
-1813
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-autoscaling/test/integ.asg-lt.js.snapshot/aws-cdk-asg-integ.assets.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-autoscaling/test/integ.asg-lt.js.snapshot/aws-cdk-asg-integ.template.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,47 @@
11031103
"IgnoreUnmodifiedGroupSizeProperties": true
11041104
}
11051105
}
1106+
},
1107+
"AsgFromMigrationToLTASGDEC25774": {
1108+
"Type": "AWS::AutoScaling::AutoScalingGroup",
1109+
"Properties": {
1110+
"LaunchTemplate": {
1111+
"LaunchTemplateId": {
1112+
"Ref": "MainLT4FC09097"
1113+
},
1114+
"Version": {
1115+
"Fn::GetAtt": [
1116+
"MainLT4FC09097",
1117+
"LatestVersionNumber"
1118+
]
1119+
}
1120+
},
1121+
"MaxSize": "1",
1122+
"MinSize": "1",
1123+
"VPCZoneIdentifier": [
1124+
{
1125+
"Ref": "VPCPrivateSubnet1Subnet8BCA10E0"
1126+
},
1127+
{
1128+
"Ref": "VPCPrivateSubnet2SubnetCFCDAA7A"
1129+
}
1130+
]
1131+
},
1132+
"UpdatePolicy": {
1133+
"AutoScalingRollingUpdate": {
1134+
"SuspendProcesses": [
1135+
"HealthCheck",
1136+
"ReplaceUnhealthy",
1137+
"AZRebalance",
1138+
"AlarmNotification",
1139+
"ScheduledActions",
1140+
"InstanceRefresh"
1141+
]
1142+
},
1143+
"AutoScalingScheduledAction": {
1144+
"IgnoreUnmodifiedGroupSizeProperties": true
1145+
}
1146+
}
11061147
}
11071148
},
11081149
"Parameters": {

packages/@aws-cdk-testing/framework-integ/test/aws-autoscaling/test/integ.asg-lt.js.snapshot/cdk.out

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-autoscaling/test/integ.asg-lt.js.snapshot/integ.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)