|
1154 | 1154 | } |
1155 | 1155 | } |
1156 | 1156 | }, |
| 1157 | + "AWS::AppMesh::Route.HeaderMatchMethod": { |
| 1158 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-headermatchmethod.html", |
| 1159 | + "Properties": { |
| 1160 | + "Exact": { |
| 1161 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-headermatchmethod.html#cfn-appmesh-route-headermatchmethod-exact", |
| 1162 | + "PrimitiveType": "String", |
| 1163 | + "Required": false, |
| 1164 | + "UpdateType": "Mutable" |
| 1165 | + }, |
| 1166 | + "Prefix": { |
| 1167 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-headermatchmethod.html#cfn-appmesh-route-headermatchmethod-prefix", |
| 1168 | + "PrimitiveType": "String", |
| 1169 | + "Required": false, |
| 1170 | + "UpdateType": "Mutable" |
| 1171 | + }, |
| 1172 | + "Range": { |
| 1173 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-headermatchmethod.html#cfn-appmesh-route-headermatchmethod-range", |
| 1174 | + "Required": false, |
| 1175 | + "Type": "MatchRange", |
| 1176 | + "UpdateType": "Mutable" |
| 1177 | + }, |
| 1178 | + "Regex": { |
| 1179 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-headermatchmethod.html#cfn-appmesh-route-headermatchmethod-regex", |
| 1180 | + "PrimitiveType": "String", |
| 1181 | + "Required": false, |
| 1182 | + "UpdateType": "Mutable" |
| 1183 | + }, |
| 1184 | + "Suffix": { |
| 1185 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-headermatchmethod.html#cfn-appmesh-route-headermatchmethod-suffix", |
| 1186 | + "PrimitiveType": "String", |
| 1187 | + "Required": false, |
| 1188 | + "UpdateType": "Mutable" |
| 1189 | + } |
| 1190 | + } |
| 1191 | + }, |
1157 | 1192 | "AWS::AppMesh::Route.HttpRoute": { |
1158 | 1193 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproute.html", |
1159 | 1194 | "Properties": { |
|
1183 | 1218 | } |
1184 | 1219 | } |
1185 | 1220 | }, |
| 1221 | + "AWS::AppMesh::Route.HttpRouteHeader": { |
| 1222 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httprouteheader.html", |
| 1223 | + "Properties": { |
| 1224 | + "Invert": { |
| 1225 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httprouteheader.html#cfn-appmesh-route-httprouteheader-invert", |
| 1226 | + "PrimitiveType": "Boolean", |
| 1227 | + "Required": false, |
| 1228 | + "UpdateType": "Mutable" |
| 1229 | + }, |
| 1230 | + "Match": { |
| 1231 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httprouteheader.html#cfn-appmesh-route-httprouteheader-match", |
| 1232 | + "Required": false, |
| 1233 | + "Type": "HeaderMatchMethod", |
| 1234 | + "UpdateType": "Mutable" |
| 1235 | + }, |
| 1236 | + "Name": { |
| 1237 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httprouteheader.html#cfn-appmesh-route-httprouteheader-name", |
| 1238 | + "PrimitiveType": "String", |
| 1239 | + "Required": true, |
| 1240 | + "UpdateType": "Mutable" |
| 1241 | + } |
| 1242 | + } |
| 1243 | + }, |
1186 | 1244 | "AWS::AppMesh::Route.HttpRouteMatch": { |
1187 | 1245 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html", |
1188 | 1246 | "Properties": { |
| 1247 | + "Headers": { |
| 1248 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-headers", |
| 1249 | + "ItemType": "HttpRouteHeader", |
| 1250 | + "Required": false, |
| 1251 | + "Type": "List", |
| 1252 | + "UpdateType": "Mutable" |
| 1253 | + }, |
| 1254 | + "Method": { |
| 1255 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-method", |
| 1256 | + "PrimitiveType": "String", |
| 1257 | + "Required": false, |
| 1258 | + "UpdateType": "Mutable" |
| 1259 | + }, |
1189 | 1260 | "Prefix": { |
1190 | 1261 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-prefix", |
1191 | 1262 | "PrimitiveType": "String", |
1192 | 1263 | "Required": true, |
1193 | 1264 | "UpdateType": "Mutable" |
| 1265 | + }, |
| 1266 | + "Scheme": { |
| 1267 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httproutematch.html#cfn-appmesh-route-httproutematch-scheme", |
| 1268 | + "PrimitiveType": "String", |
| 1269 | + "Required": false, |
| 1270 | + "UpdateType": "Mutable" |
| 1271 | + } |
| 1272 | + } |
| 1273 | + }, |
| 1274 | + "AWS::AppMesh::Route.MatchRange": { |
| 1275 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-matchrange.html", |
| 1276 | + "Properties": { |
| 1277 | + "End": { |
| 1278 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-matchrange.html#cfn-appmesh-route-matchrange-end", |
| 1279 | + "PrimitiveType": "Integer", |
| 1280 | + "Required": true, |
| 1281 | + "UpdateType": "Mutable" |
| 1282 | + }, |
| 1283 | + "Start": { |
| 1284 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-matchrange.html#cfn-appmesh-route-matchrange-start", |
| 1285 | + "PrimitiveType": "Integer", |
| 1286 | + "Required": true, |
| 1287 | + "UpdateType": "Mutable" |
1194 | 1288 | } |
1195 | 1289 | } |
1196 | 1290 | }, |
|
1203 | 1297 | "Type": "HttpRoute", |
1204 | 1298 | "UpdateType": "Mutable" |
1205 | 1299 | }, |
| 1300 | + "Priority": { |
| 1301 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-routespec.html#cfn-appmesh-route-routespec-priority", |
| 1302 | + "PrimitiveType": "Integer", |
| 1303 | + "Required": false, |
| 1304 | + "UpdateType": "Mutable" |
| 1305 | + }, |
1206 | 1306 | "TcpRoute": { |
1207 | 1307 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-routespec.html#cfn-appmesh-route-routespec-tcproute", |
1208 | 1308 | "Required": false, |
|
22230 | 22330 | } |
22231 | 22331 | } |
22232 | 22332 | }, |
| 22333 | + "AWS::SSM::MaintenanceWindowTarget.Targets": { |
| 22334 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtarget-targets.html", |
| 22335 | + "Properties": { |
| 22336 | + "Key": { |
| 22337 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtarget-targets.html#cfn-ssm-maintenancewindowtarget-targets-key", |
| 22338 | + "PrimitiveType": "String", |
| 22339 | + "Required": true, |
| 22340 | + "UpdateType": "Mutable" |
| 22341 | + }, |
| 22342 | + "Values": { |
| 22343 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtarget-targets.html#cfn-ssm-maintenancewindowtarget-targets-values", |
| 22344 | + "PrimitiveItemType": "String", |
| 22345 | + "Required": false, |
| 22346 | + "Type": "List", |
| 22347 | + "UpdateType": "Mutable" |
| 22348 | + } |
| 22349 | + } |
| 22350 | + }, |
22233 | 22351 | "AWS::SSM::MaintenanceWindowTask.LoggingInfo": { |
22234 | 22352 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html", |
22235 | 22353 | "Properties": { |
@@ -23547,24 +23665,24 @@ |
23547 | 23665 | } |
23548 | 23666 | }, |
23549 | 23667 | "Tag": { |
23550 | | - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-pipeline-tag.html", |
| 23668 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html", |
23551 | 23669 | "Properties": { |
23552 | 23670 | "Key": { |
23553 | | - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-pipeline-tag.html#cfn-iotanalytics-pipeline-tag-key", |
| 23671 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-key", |
23554 | 23672 | "PrimitiveType": "String", |
23555 | 23673 | "Required": true, |
23556 | 23674 | "UpdateType": "Mutable" |
23557 | 23675 | }, |
23558 | 23676 | "Value": { |
23559 | | - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-pipeline-tag.html#cfn-iotanalytics-pipeline-tag-value", |
| 23677 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-value", |
23560 | 23678 | "PrimitiveType": "String", |
23561 | 23679 | "Required": true, |
23562 | 23680 | "UpdateType": "Mutable" |
23563 | 23681 | } |
23564 | 23682 | } |
23565 | 23683 | } |
23566 | 23684 | }, |
23567 | | - "ResourceSpecificationVersion": "5.2.0", |
| 23685 | + "ResourceSpecificationVersion": "5.3.0", |
23568 | 23686 | "ResourceTypes": { |
23569 | 23687 | "AWS::AmazonMQ::Broker": { |
23570 | 23688 | "Attributes": { |
|
40049 | 40167 | } |
40050 | 40168 | } |
40051 | 40169 | }, |
| 40170 | + "AWS::SSM::MaintenanceWindowTarget": { |
| 40171 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html", |
| 40172 | + "Properties": { |
| 40173 | + "Description": { |
| 40174 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-description", |
| 40175 | + "PrimitiveType": "String", |
| 40176 | + "Required": false, |
| 40177 | + "UpdateType": "Mutable" |
| 40178 | + }, |
| 40179 | + "Name": { |
| 40180 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-name", |
| 40181 | + "PrimitiveType": "String", |
| 40182 | + "Required": false, |
| 40183 | + "UpdateType": "Mutable" |
| 40184 | + }, |
| 40185 | + "OwnerInformation": { |
| 40186 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-ownerinformation", |
| 40187 | + "PrimitiveType": "String", |
| 40188 | + "Required": false, |
| 40189 | + "UpdateType": "Mutable" |
| 40190 | + }, |
| 40191 | + "ResourceType": { |
| 40192 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-resourcetype", |
| 40193 | + "PrimitiveType": "String", |
| 40194 | + "Required": true, |
| 40195 | + "UpdateType": "Mutable" |
| 40196 | + }, |
| 40197 | + "Targets": { |
| 40198 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-targets", |
| 40199 | + "ItemType": "Targets", |
| 40200 | + "Required": true, |
| 40201 | + "Type": "List", |
| 40202 | + "UpdateType": "Mutable" |
| 40203 | + }, |
| 40204 | + "WindowId": { |
| 40205 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#cfn-ssm-maintenancewindowtarget-windowid", |
| 40206 | + "PrimitiveType": "String", |
| 40207 | + "Required": true, |
| 40208 | + "UpdateType": "Immutable" |
| 40209 | + } |
| 40210 | + } |
| 40211 | + }, |
40052 | 40212 | "AWS::SSM::MaintenanceWindowTask": { |
40053 | 40213 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html", |
40054 | 40214 | "Properties": { |
|
0 commit comments