Skip to content

Commit fe00f27

Browse files

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

schema/all-spec.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6689,6 +6689,10 @@
66896689
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-capacityrebalance",
66906690
"type" : [ "boolean", "object" ]
66916691
},
6692+
"Context" : {
6693+
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-context",
6694+
"type" : [ "string", "object" ]
6695+
},
66926696
"Cooldown" : {
66936697
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown",
66946698
"type" : [ "string", "object" ]
@@ -18541,6 +18545,10 @@
1854118545
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid",
1854218546
"type" : [ "string", "object" ]
1854318547
},
18548+
"ConnectivityType" : {
18549+
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-connectivitytype",
18550+
"type" : [ "string", "object" ]
18551+
},
1854418552
"SubnetId" : {
1854518553
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid",
1854618554
"type" : [ "string", "object" ]
@@ -18554,7 +18562,7 @@
1855418562
"minItems" : 0
1855518563
}
1855618564
},
18557-
"required" : [ "AllocationId", "SubnetId" ],
18565+
"required" : [ "SubnetId" ],
1855818566
"additionalProperties" : false
1855918567
},
1856018568
"DependsOn" : {
@@ -51054,6 +51062,10 @@
5105451062
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication",
5105551063
"type" : [ "boolean", "object" ]
5105651064
},
51065+
"DeduplicationScope" : {
51066+
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-deduplicationscope",
51067+
"type" : [ "string", "object" ]
51068+
},
5105751069
"DelaySeconds" : {
5105851070
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds",
5105951071
"type" : [ "integer", "object" ]
@@ -51062,6 +51074,10 @@
5106251074
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue",
5106351075
"type" : [ "boolean", "object" ]
5106451076
},
51077+
"FifoThroughputLimit" : {
51078+
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifothroughputlimit",
51079+
"type" : [ "string", "object" ]
51080+
},
5106551081
"KmsDataKeyReusePeriodSeconds" : {
5106651082
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds",
5106751083
"type" : [ "integer", "object" ]
@@ -112125,7 +112141,7 @@
112125112141
"type": "object"
112126112142
}
112127112143
},
112128-
"description": "CFN JSON specification generated from version 39.0.0",
112144+
"description": "CFN JSON specification generated from version 39.1.0",
112129112145
"required": [
112130112146
"Resources"
112131112147
]

0 commit comments

Comments
 (0)