Skip to content

Commit 63afe5c

Browse files
authored
chore: fix incomplete patched type in cfnspec (#25780)
1 parent a4e93a0 commit 63afe5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/902_Lightsail_Instance_patch.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"op": "add",
88
"path": "/AWS::Lightsail::Instance.Networking/Properties/MonthlyTransfer",
99
"value": {
10-
"PrimitiveType": "Integer"
10+
"PrimitiveType": "Integer",
11+
"UpdateType": "Mutable",
12+
"Required": false
1113
}
1214
}
1315
]

0 commit comments

Comments
 (0)