You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samtranslator/schema/schema.json
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -274755,6 +274755,9 @@
274755
274755
"markdownDescription": "The maximum number of times to retry when the function returns an error\\. \n*Type*: Integer \n*Required*: No \n*AWS CloudFormation compatibility*: This property is passed directly to the [`MaximumRetryAttempts`](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts) property of an `AWS::Lambda::EventSourceMapping` resource\\.",
274756
274756
"title": "MaximumRetryAttempts"
274757
274757
},
274758
+
"MetricsConfig": {
274759
+
"$ref": "#/definitions/PassThroughProp"
274760
+
},
274758
274761
"ParallelizationFactor": {
274759
274762
"allOf": [
274760
274763
{
@@ -274990,7 +274993,8 @@
274990
274993
"SQS",
274991
274994
"SNS",
274992
274995
"Lambda",
274993
-
"EventBridge"
274996
+
"EventBridge",
274997
+
"S3Bucket"
274994
274998
],
274995
274999
"markdownDescription": "Type of the resource referenced in the destination\\. Supported types are `SQS`, `SNS`, `Lambda`, and `EventBridge`\\. \n*Type*: String \n*Required*: No \n*AWS CloudFormation compatibility*: This property is unique to AWS SAM and doesn't have an AWS CloudFormation equivalent\\. \n*Additional notes*: If the type is SQS/SNS and the `Destination` property is left blank, then the SQS/SNS resource is auto generated by SAM\\. To reference the resource, use `<function-logical-id>.DestinationQueue` for SQS or `<function-logical-id>.DestinationTopic` for SNS\\. If the type is Lambda/EventBridge, `Destination` is required\\.",
274996
275000
"title": "Type",
@@ -275020,7 +275024,8 @@
275020
275024
"SQS",
275021
275025
"SNS",
275022
275026
"Lambda",
275023
-
"EventBridge"
275027
+
"EventBridge",
275028
+
"S3Bucket"
275024
275029
],
275025
275030
"markdownDescription": "Type of the resource referenced in the destination\\. Supported types are `SQS`, `SNS`, `Lambda`, and `EventBridge`\\. \n*Type*: String \n*Required*: No \n*AWS CloudFormation compatibility*: This property is unique to AWS SAM and doesn't have an AWS CloudFormation equivalent\\. \n*Additional notes*: If the type is SQS/SNS and the `Destination` property is left blank, then the SQS/SNS resource is auto generated by SAM\\. To reference the resource, use `<function-logical-id>.DestinationQueue` for SQS or `<function-logical-id>.DestinationTopic` for SNS\\. If the type is Lambda/EventBridge, `Destination` is required\\.",
275026
275031
"title": "Type",
@@ -275502,6 +275507,9 @@
275502
275507
"markdownDescription": "The maximum number of times to retry when the function returns an error\\. \n*Type*: Integer \n*Required*: No \n*AWS CloudFormation compatibility*: This property is passed directly to the [`MaximumRetryAttempts`](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts) property of an `AWS::Lambda::EventSourceMapping` resource\\.",
275503
275508
"title": "MaximumRetryAttempts"
275504
275509
},
275510
+
"MetricsConfig": {
275511
+
"$ref": "#/definitions/PassThroughProp"
275512
+
},
275505
275513
"ParallelizationFactor": {
275506
275514
"allOf": [
275507
275515
{
@@ -276759,6 +276767,9 @@
276759
276767
"markdownDescription": "The maximum amount of time, in seconds, to gather records before invoking the function\\. \n*Type*: Integer \n*Required*: No \n*AWS CloudFormation compatibility*: This property is passed directly to the [`MaximumBatchingWindowInSeconds`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds) property of an `AWS::Lambda::EventSourceMapping` resource\\.",
Copy file name to clipboardExpand all lines: schema_source/sam.schema.json
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1004,6 +1004,9 @@
1004
1004
"markdownDescription": "The maximum number of times to retry when the function returns an error\\. \n*Type*: Integer \n*Required*: No \n*AWS CloudFormation compatibility*: This property is passed directly to the [`MaximumRetryAttempts`](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts) property of an `AWS::Lambda::EventSourceMapping` resource\\.",
1005
1005
"title": "MaximumRetryAttempts"
1006
1006
},
1007
+
"MetricsConfig": {
1008
+
"$ref": "#/definitions/PassThroughProp"
1009
+
},
1007
1010
"ParallelizationFactor": {
1008
1011
"allOf": [
1009
1012
{
@@ -1257,7 +1260,8 @@
1257
1260
"SQS",
1258
1261
"SNS",
1259
1262
"Lambda",
1260
-
"EventBridge"
1263
+
"EventBridge",
1264
+
"S3Bucket"
1261
1265
],
1262
1266
"markdownDescription": "Type of the resource referenced in the destination\\. Supported types are `SQS`, `SNS`, `Lambda`, and `EventBridge`\\. \n*Type*: String \n*Required*: No \n*AWS CloudFormation compatibility*: This property is unique to AWS SAM and doesn't have an AWS CloudFormation equivalent\\. \n*Additional notes*: If the type is SQS/SNS and the `Destination` property is left blank, then the SQS/SNS resource is auto generated by SAM\\. To reference the resource, use `<function-logical-id>.DestinationQueue` for SQS or `<function-logical-id>.DestinationTopic` for SNS\\. If the type is Lambda/EventBridge, `Destination` is required\\.",
1263
1267
"title": "Type",
@@ -1287,7 +1291,8 @@
1287
1291
"SQS",
1288
1292
"SNS",
1289
1293
"Lambda",
1290
-
"EventBridge"
1294
+
"EventBridge",
1295
+
"S3Bucket"
1291
1296
],
1292
1297
"markdownDescription": "Type of the resource referenced in the destination\\. Supported types are `SQS`, `SNS`, `Lambda`, and `EventBridge`\\. \n*Type*: String \n*Required*: No \n*AWS CloudFormation compatibility*: This property is unique to AWS SAM and doesn't have an AWS CloudFormation equivalent\\. \n*Additional notes*: If the type is SQS/SNS and the `Destination` property is left blank, then the SQS/SNS resource is auto generated by SAM\\. To reference the resource, use `<function-logical-id>.DestinationQueue` for SQS or `<function-logical-id>.DestinationTopic` for SNS\\. If the type is Lambda/EventBridge, `Destination` is required\\.",
1293
1298
"title": "Type",
@@ -1769,6 +1774,9 @@
1769
1774
"markdownDescription": "The maximum number of times to retry when the function returns an error\\. \n*Type*: Integer \n*Required*: No \n*AWS CloudFormation compatibility*: This property is passed directly to the [`MaximumRetryAttempts`](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts) property of an `AWS::Lambda::EventSourceMapping` resource\\.",
1770
1775
"title": "MaximumRetryAttempts"
1771
1776
},
1777
+
"MetricsConfig": {
1778
+
"$ref": "#/definitions/PassThroughProp"
1779
+
},
1772
1780
"ParallelizationFactor": {
1773
1781
"allOf": [
1774
1782
{
@@ -2957,6 +2965,9 @@
2957
2965
"markdownDescription": "The maximum amount of time, in seconds, to gather records before invoking the function\\. \n*Type*: Integer \n*Required*: No \n*AWS CloudFormation compatibility*: This property is passed directly to the [`MaximumBatchingWindowInSeconds`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds) property of an `AWS::Lambda::EventSourceMapping` resource\\.",
0 commit comments