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": {
@@ -278805,6 +278826,9 @@
278805
278826
"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
@@ -5828,6 +5828,9 @@
5828
5828
"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\\.",
5829
5829
"title": "Description"
5830
5830
},
5831
+
"DurableConfig": {
5832
+
"$ref": "#/definitions/PassThroughProp"
5833
+
},
5831
5834
"Environment": {
5832
5835
"__samPassThrough": {
5833
5836
"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\\.",
@@ -6246,6 +6249,9 @@
6246
6249
],
6247
6250
"title": "Description"
6248
6251
},
6252
+
"DurableConfig": {
6253
+
"$ref": "#/definitions/PassThroughProp"
6254
+
},
6249
6255
"Environment": {
6250
6256
"__samPassThrough": {
6251
6257
"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