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
"markdownDescription": "Environment variables that are accessible from function code during execution.",
@@ -142977,6 +142982,22 @@
142977
142982
},
142978
142983
"type": "object"
142979
142984
},
142985
+
"AWS::Lambda::Function.DurableConfig": {
142986
+
"additionalProperties": false,
142987
+
"properties": {
142988
+
"ExecutionTimeout": {
142989
+
"markdownDescription": "The maximum execution timeout in seconds for durable function executions.",
142990
+
"title": "ExecutionTimeout",
142991
+
"type": "number"
142992
+
},
142993
+
"RetentionPeriodInDays": {
142994
+
"markdownDescription": "The retention period in days for durable function execution history.",
142995
+
"title": "RetentionPeriodInDays",
142996
+
"type": "number"
142997
+
}
142998
+
},
142999
+
"type": "object"
143000
+
},
142980
143001
"AWS::Lambda::Function.Environment": {
142981
143002
"additionalProperties": false,
142982
143003
"properties": {
@@ -278453,6 +278474,9 @@
278453
278474
"markdownDescription": "A description of the function\\. \n*Type*: String \n*Required*: No \n*AWS CloudFormation compatibility*: This property is passed directly to the [`Description`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description) property of an `AWS::Lambda::Function` resource\\.",
"markdownDescription": "The configuration for the runtime environment\\. \n*Type*: [Environment](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-environment.html) \n*Required*: No \n*AWS CloudFormation compatibility*: This property is passed directly to the [`Environment`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-environment.html) property of an `AWS::Lambda::Function` resource\\.",
"markdownDescription": "The configuration for the runtime environment\\. \n*Type*: [Environment](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-environment.html) \n*Required*: No \n*AWS CloudFormation compatibility*: This property is passed directly to the [`Environment`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-environment.html) property of an `AWS::Lambda::Function` resource\\.",
Copy file name to clipboardExpand all lines: schema_source/sam.schema.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5476,6 +5476,9 @@
5476
5476
"markdownDescription": "A description of the function\\. \n*Type*: String \n*Required*: No \n*AWS CloudFormation compatibility*: This property is passed directly to the [`Description`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-description) property of an `AWS::Lambda::Function` resource\\.",
5477
5477
"title": "Description"
5478
5478
},
5479
+
"DurableConfig": {
5480
+
"$ref": "#/definitions/PassThroughProp"
5481
+
},
5479
5482
"Environment": {
5480
5483
"__samPassThrough": {
5481
5484
"markdownDescriptionOverride": "The configuration for the runtime environment\\. \n*Type*: [Environment](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-environment.html) \n*Required*: No \n*AWS CloudFormation compatibility*: This property is passed directly to the [`Environment`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-environment.html) property of an `AWS::Lambda::Function` resource\\.",
@@ -5853,6 +5856,9 @@
5853
5856
],
5854
5857
"title": "Description"
5855
5858
},
5859
+
"DurableConfig": {
5860
+
"$ref": "#/definitions/PassThroughProp"
5861
+
},
5856
5862
"Environment": {
5857
5863
"__samPassThrough": {
5858
5864
"markdownDescriptionOverride": "The configuration for the runtime environment\\. \n*Type*: [Environment](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-environment.html) \n*Required*: No \n*AWS CloudFormation compatibility*: This property is passed directly to the [`Environment`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-environment.html) property of an `AWS::Lambda::Function` resource\\.",
0 commit comments