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
+130-2Lines changed: 130 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -250245,6 +250245,20 @@
250245
250245
"DependsOn": {
250246
250246
"$ref": "#/definitions/PassThroughProp"
250247
250247
},
250248
+
"IgnoreGlobals": {
250249
+
"anyOf": [
250250
+
{
250251
+
"type": "string"
250252
+
},
250253
+
{
250254
+
"items": {
250255
+
"type": "string"
250256
+
},
250257
+
"type": "array"
250258
+
}
250259
+
],
250260
+
"title": "Ignoreglobals"
250261
+
},
250248
250262
"Metadata": {
250249
250263
"$ref": "#/definitions/PassThroughProp"
250250
250264
},
@@ -253196,6 +253210,20 @@
253196
253210
"DependsOn": {
253197
253211
"$ref": "#/definitions/PassThroughProp"
253198
253212
},
253213
+
"IgnoreGlobals": {
253214
+
"anyOf": [
253215
+
{
253216
+
"type": "string"
253217
+
},
253218
+
{
253219
+
"items": {
253220
+
"type": "string"
253221
+
},
253222
+
"type": "array"
253223
+
}
253224
+
],
253225
+
"title": "Ignoreglobals"
253226
+
},
253199
253227
"Metadata": {
253200
253228
"$ref": "#/definitions/PassThroughProp"
253201
253229
},
@@ -253497,6 +253525,20 @@
253497
253525
"DependsOn": {
253498
253526
"$ref": "#/definitions/PassThroughProp"
253499
253527
},
253528
+
"IgnoreGlobals": {
253529
+
"anyOf": [
253530
+
{
253531
+
"type": "string"
253532
+
},
253533
+
{
253534
+
"items": {
253535
+
"type": "string"
253536
+
},
253537
+
"type": "array"
253538
+
}
253539
+
],
253540
+
"title": "Ignoreglobals"
253541
+
},
253500
253542
"Metadata": {
253501
253543
"$ref": "#/definitions/PassThroughProp"
253502
253544
},
@@ -253581,6 +253623,20 @@
253581
253623
"DependsOn": {
253582
253624
"$ref": "#/definitions/PassThroughProp"
253583
253625
},
253626
+
"IgnoreGlobals": {
253627
+
"anyOf": [
253628
+
{
253629
+
"type": "string"
253630
+
},
253631
+
{
253632
+
"items": {
253633
+
"type": "string"
253634
+
},
253635
+
"type": "array"
253636
+
}
253637
+
],
253638
+
"title": "Ignoreglobals"
253639
+
},
253584
253640
"Metadata": {
253585
253641
"$ref": "#/definitions/PassThroughProp"
253586
253642
},
@@ -254078,7 +254134,8 @@
254078
254134
"type": "string"
254079
254135
},
254080
254136
"PropagateTags": {
254081
-
"title": "Propagatetags",
254137
+
"markdownDescription": "Indicate whether or not to pass tags from the `Tags` property to your [AWS::Serverless::Function](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification-generated-resources-function.html) generated resources\\. Specify `True` to propagate tags in your generated resources\\. \n*Type*: Boolean \n*Required*: No \n*Default*: `False` \n*AWS CloudFormation compatibility*: This property is unique to AWS SAM and doesn't have an AWS CloudFormation equivalent\\.",
254138
+
"title": "PropagateTags",
254082
254139
"type": "boolean"
254083
254140
},
254084
254141
"ProvisionedConcurrencyConfig": {
@@ -254457,7 +254514,8 @@
254457
254514
"title": "Policies"
254458
254515
},
254459
254516
"PropagateTags": {
254460
-
"title": "Propagatetags",
254517
+
"markdownDescription": "Indicate whether or not to pass tags from the `Tags` property to your [AWS::Serverless::Function](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification-generated-resources-function.html) generated resources\\. Specify `True` to propagate tags in your generated resources\\. \n*Type*: Boolean \n*Required*: No \n*Default*: `False` \n*AWS CloudFormation compatibility*: This property is unique to AWS SAM and doesn't have an AWS CloudFormation equivalent\\.",
0 commit comments