hc99 commited on
Commit
0e4a75b
·
verified ·
1 Parent(s): b884205

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_north_1/aws-pcaconnectorad-directoryregistration.json +53 -0
  2. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/amzn-sdc-deployment.json +46 -0
  3. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-apigatewayv2-vpclink.json +51 -0
  4. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-appsync-graphqlapi.json +302 -0
  5. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-cloudformation-waitcondition.json +32 -0
  6. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-datapipeline-pipeline.json +172 -0
  7. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-directoryservice-microsoftad.json +88 -0
  8. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-docdb-dbclusterparametergroup.json +66 -0
  9. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-clientvpnauthorizationrule.json +41 -0
  10. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-launchtemplate.json +2086 -0
  11. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-networkinterfacepermission.json +38 -0
  12. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-trafficmirrorsession.json +70 -0
  13. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-vpnconnection.json +100 -0
  14. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-efs-accesspoint.json +142 -0
  15. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-efs-filesystem.json +228 -0
  16. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-elasticloadbalancingv2-loadbalancer.json +176 -0
  17. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-gamelift-alias.json +48 -0
  18. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-gamelift-build.json +56 -0
  19. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-gamelift-fleet.json +198 -0
  20. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iam-accesskey.json +39 -0
  21. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iam-managedpolicy.json +100 -0
  22. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-certificate.json +33 -0
  23. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-policy.json +38 -0
  24. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-policyprincipalattachment.json +29 -0
  25. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-thing.json +40 -0
  26. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-thingprincipalattachment.json +29 -0
  27. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-topicrule.json +632 -0
  28. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesis-streamconsumer.json +41 -0
  29. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalytics-application.json +230 -0
  30. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalytics-applicationreferencedatasource.json +165 -0
  31. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.json +42 -0
  32. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalyticsv2-applicationreferencedatasource.json +161 -0
  33. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-lambda-resourcepolicy.json +31 -0
  34. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-lambda-version.json +112 -0
  35. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-logs-delivery.json +90 -0
  36. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-logs-deliverydestination.json +108 -0
  37. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opensearchservice-domain.json +529 -0
  38. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opsworks-instance.json +247 -0
  39. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opsworks-layer.json +265 -0
  40. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opsworks-stack.json +234 -0
  41. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-pcaconnectorad-connector.json +91 -0
  42. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-pcaconnectorad-directoryregistration.json +53 -0
  43. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-pcaconnectorad-template.json +994 -0
  44. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-quicksight-datasource.json +951 -0
  45. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-route53-healthcheck.json +127 -0
  46. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-sagemaker-endpoint.json +211 -0
  47. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-acceptedportfolioshare.json +28 -0
  48. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-portfolio.json +60 -0
  49. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-portfolioprincipalassociation.json +38 -0
  50. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-portfolioproductassociation.json +37 -0
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_north_1/aws-pcaconnectorad-directoryregistration.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/DirectoryId"
5
+ ],
6
+ "definitions": {
7
+ "Tags": {
8
+ "additionalProperties": false,
9
+ "patternProperties": {
10
+ ".+": {
11
+ "type": "string"
12
+ }
13
+ },
14
+ "type": "object"
15
+ }
16
+ },
17
+ "primaryIdentifier": [
18
+ "/properties/DirectoryRegistrationArn"
19
+ ],
20
+ "properties": {
21
+ "DirectoryId": {
22
+ "pattern": "^d-[0-9a-f]{10}$",
23
+ "type": "string"
24
+ },
25
+ "DirectoryRegistrationArn": {
26
+ "maxLength": 200,
27
+ "minLength": 5,
28
+ "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:directory-registration(\\/[\\w-]+)$",
29
+ "type": "string"
30
+ },
31
+ "Tags": {
32
+ "$ref": "#/definitions/Tags"
33
+ }
34
+ },
35
+ "readOnlyProperties": [
36
+ "/properties/DirectoryRegistrationArn"
37
+ ],
38
+ "required": [
39
+ "DirectoryId"
40
+ ],
41
+ "tagging": {
42
+ "cloudFormationSystemTags": true,
43
+ "tagOnCreate": true,
44
+ "tagProperty": "/properties/Tags",
45
+ "tagUpdatable": true,
46
+ "taggable": true
47
+ },
48
+ "typeName": "AWS::PCAConnectorAD::DirectoryRegistration",
49
+ "writeOnlyProperties": [
50
+ "/properties/DirectoryId",
51
+ "/properties/Tags"
52
+ ]
53
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/amzn-sdc-deployment.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/S3Key"
5
+ ],
6
+ "primaryIdentifier": [
7
+ "/properties/Id"
8
+ ],
9
+ "properties": {
10
+ "ConfigName": {
11
+ "type": "string"
12
+ },
13
+ "Dimension": {
14
+ "type": "string"
15
+ },
16
+ "Id": {
17
+ "type": "string"
18
+ },
19
+ "PipelineId": {
20
+ "type": "string"
21
+ },
22
+ "S3Bucket": {
23
+ "type": "string"
24
+ },
25
+ "S3Key": {
26
+ "type": "string"
27
+ },
28
+ "Stage": {
29
+ "type": "string"
30
+ },
31
+ "TargetRegionOverride": {
32
+ "type": "string"
33
+ }
34
+ },
35
+ "readOnlyProperties": [
36
+ "/properties/Id"
37
+ ],
38
+ "required": [
39
+ "ConfigName",
40
+ "S3Bucket",
41
+ "S3Key",
42
+ "Stage",
43
+ "Dimension"
44
+ ],
45
+ "typeName": "AMZN::SDC::Deployment"
46
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-apigatewayv2-vpclink.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/SecurityGroupIds",
5
+ "/properties/SubnetIds"
6
+ ],
7
+ "primaryIdentifier": [
8
+ "/properties/Id"
9
+ ],
10
+ "properties": {
11
+ "Id": {
12
+ "type": "string"
13
+ },
14
+ "Name": {
15
+ "type": "string"
16
+ },
17
+ "SecurityGroupIds": {
18
+ "format": "AWS::EC2::SecurityGroup.Ids",
19
+ "items": {
20
+ "format": "AWS::EC2::SecurityGroup.GroupId",
21
+ "type": "string"
22
+ },
23
+ "type": "array",
24
+ "uniqueItems": false
25
+ },
26
+ "SubnetIds": {
27
+ "items": {
28
+ "type": "string"
29
+ },
30
+ "type": "array",
31
+ "uniqueItems": false
32
+ },
33
+ "Tags": {
34
+ "additionalProperties": false,
35
+ "patternProperties": {
36
+ ".*": {
37
+ "type": "string"
38
+ }
39
+ },
40
+ "type": "object"
41
+ }
42
+ },
43
+ "readOnlyProperties": [
44
+ "/properties/Id"
45
+ ],
46
+ "required": [
47
+ "SubnetIds",
48
+ "Name"
49
+ ],
50
+ "typeName": "AWS::ApiGatewayV2::VpcLink"
51
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-appsync-graphqlapi.json ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "definitions": {
4
+ "AdditionalAuthenticationProvider": {
5
+ "additionalProperties": false,
6
+ "properties": {
7
+ "AuthenticationType": {
8
+ "enum": [
9
+ "AMAZON_COGNITO_USER_POOLS",
10
+ "API_KEY",
11
+ "AWS_IAM",
12
+ "AWS_LAMBDA",
13
+ "OPENID_CONNECT"
14
+ ],
15
+ "type": "string"
16
+ },
17
+ "LambdaAuthorizerConfig": {
18
+ "$ref": "#/definitions/LambdaAuthorizerConfig"
19
+ },
20
+ "OpenIDConnectConfig": {
21
+ "$ref": "#/definitions/OpenIDConnectConfig"
22
+ },
23
+ "UserPoolConfig": {
24
+ "$ref": "#/definitions/CognitoUserPoolConfig"
25
+ }
26
+ },
27
+ "required": [
28
+ "AuthenticationType"
29
+ ],
30
+ "type": "object"
31
+ },
32
+ "CognitoUserPoolConfig": {
33
+ "additionalProperties": false,
34
+ "properties": {
35
+ "AppIdClientRegex": {
36
+ "type": "string"
37
+ },
38
+ "AwsRegion": {
39
+ "type": "string"
40
+ },
41
+ "UserPoolId": {
42
+ "type": "string"
43
+ }
44
+ },
45
+ "type": "object"
46
+ },
47
+ "EnhancedMetricsConfig": {
48
+ "additionalProperties": false,
49
+ "properties": {
50
+ "DataSourceLevelMetricsBehavior": {
51
+ "enum": [
52
+ "FULL_REQUEST_DATA_SOURCE_METRICS",
53
+ "PER_DATA_SOURCE_METRICS"
54
+ ],
55
+ "type": "string"
56
+ },
57
+ "OperationLevelMetricsConfig": {
58
+ "enum": [
59
+ "DISABLED",
60
+ "ENABLED"
61
+ ],
62
+ "type": "string"
63
+ },
64
+ "ResolverLevelMetricsBehavior": {
65
+ "enum": [
66
+ "FULL_REQUEST_RESOLVER_METRICS",
67
+ "PER_RESOLVER_METRICS"
68
+ ],
69
+ "type": "string"
70
+ }
71
+ },
72
+ "required": [
73
+ "OperationLevelMetricsConfig",
74
+ "ResolverLevelMetricsBehavior",
75
+ "DataSourceLevelMetricsBehavior"
76
+ ],
77
+ "type": "object"
78
+ },
79
+ "LambdaAuthorizerConfig": {
80
+ "additionalProperties": false,
81
+ "properties": {
82
+ "AuthorizerResultTtlInSeconds": {
83
+ "type": "number"
84
+ },
85
+ "AuthorizerUri": {
86
+ "type": "string"
87
+ },
88
+ "IdentityValidationExpression": {
89
+ "type": "string"
90
+ }
91
+ },
92
+ "type": "object"
93
+ },
94
+ "LogConfig": {
95
+ "additionalProperties": false,
96
+ "properties": {
97
+ "CloudWatchLogsRoleArn": {
98
+ "type": "string"
99
+ },
100
+ "ExcludeVerboseContent": {
101
+ "type": "boolean"
102
+ },
103
+ "FieldLogLevel": {
104
+ "enum": [
105
+ "ALL",
106
+ "DEBUG",
107
+ "ERROR",
108
+ "INFO",
109
+ "NONE"
110
+ ],
111
+ "type": "string"
112
+ }
113
+ },
114
+ "type": "object"
115
+ },
116
+ "OpenIDConnectConfig": {
117
+ "additionalProperties": false,
118
+ "properties": {
119
+ "AuthTTL": {
120
+ "type": "number"
121
+ },
122
+ "ClientId": {
123
+ "type": "string"
124
+ },
125
+ "IatTTL": {
126
+ "type": "number"
127
+ },
128
+ "Issuer": {
129
+ "type": "string"
130
+ }
131
+ },
132
+ "type": "object"
133
+ },
134
+ "Tag": {
135
+ "additionalProperties": false,
136
+ "properties": {
137
+ "Key": {
138
+ "type": "string"
139
+ },
140
+ "Value": {
141
+ "type": "string"
142
+ }
143
+ },
144
+ "required": [
145
+ "Value",
146
+ "Key"
147
+ ],
148
+ "type": "object"
149
+ },
150
+ "UserPoolConfig": {
151
+ "additionalProperties": false,
152
+ "properties": {
153
+ "AppIdClientRegex": {
154
+ "type": "string"
155
+ },
156
+ "AwsRegion": {
157
+ "type": "string"
158
+ },
159
+ "DefaultAction": {
160
+ "enum": [
161
+ "ALLOW",
162
+ "DENY"
163
+ ],
164
+ "type": "string"
165
+ },
166
+ "UserPoolId": {
167
+ "type": "string"
168
+ }
169
+ },
170
+ "type": "object"
171
+ }
172
+ },
173
+ "primaryIdentifier": [
174
+ "/properties/Id"
175
+ ],
176
+ "properties": {
177
+ "AdditionalAuthenticationProviders": {
178
+ "items": {
179
+ "$ref": "#/definitions/AdditionalAuthenticationProvider"
180
+ },
181
+ "type": "array",
182
+ "uniqueItems": false
183
+ },
184
+ "ApiId": {
185
+ "type": "string"
186
+ },
187
+ "ApiType": {
188
+ "enum": [
189
+ "GRAPHQL",
190
+ "MERGED"
191
+ ],
192
+ "type": "string"
193
+ },
194
+ "Arn": {
195
+ "type": "string"
196
+ },
197
+ "AuthenticationType": {
198
+ "enum": [
199
+ "AMAZON_COGNITO_USER_POOLS",
200
+ "API_KEY",
201
+ "AWS_IAM",
202
+ "AWS_LAMBDA",
203
+ "OPENID_CONNECT"
204
+ ],
205
+ "type": "string"
206
+ },
207
+ "EnhancedMetricsConfig": {
208
+ "$ref": "#/definitions/EnhancedMetricsConfig"
209
+ },
210
+ "EnvironmentVariables": {
211
+ "format": "json",
212
+ "type": [
213
+ "object",
214
+ "string"
215
+ ]
216
+ },
217
+ "GraphQLDns": {
218
+ "type": "string"
219
+ },
220
+ "GraphQLEndpointArn": {
221
+ "type": "string"
222
+ },
223
+ "GraphQLUrl": {
224
+ "type": "string"
225
+ },
226
+ "Id": {
227
+ "type": "string"
228
+ },
229
+ "IntrospectionConfig": {
230
+ "enum": [
231
+ "DISABLED",
232
+ "ENABLED"
233
+ ],
234
+ "type": "string"
235
+ },
236
+ "LambdaAuthorizerConfig": {
237
+ "$ref": "#/definitions/LambdaAuthorizerConfig"
238
+ },
239
+ "LogConfig": {
240
+ "$ref": "#/definitions/LogConfig"
241
+ },
242
+ "MergedApiExecutionRoleArn": {
243
+ "type": "string"
244
+ },
245
+ "Name": {
246
+ "type": "string"
247
+ },
248
+ "OpenIDConnectConfig": {
249
+ "$ref": "#/definitions/OpenIDConnectConfig"
250
+ },
251
+ "OwnerContact": {
252
+ "type": "string"
253
+ },
254
+ "QueryDepthLimit": {
255
+ "type": "integer"
256
+ },
257
+ "RealtimeDns": {
258
+ "type": "string"
259
+ },
260
+ "RealtimeUrl": {
261
+ "type": "string"
262
+ },
263
+ "ResolverCountLimit": {
264
+ "type": "integer"
265
+ },
266
+ "Tags": {
267
+ "items": {
268
+ "$ref": "#/definitions/Tag"
269
+ },
270
+ "type": "array",
271
+ "uniqueItems": false
272
+ },
273
+ "UserPoolConfig": {
274
+ "$ref": "#/definitions/UserPoolConfig"
275
+ },
276
+ "Visibility": {
277
+ "enum": [
278
+ "GLOBAL",
279
+ "PRIVATE"
280
+ ],
281
+ "type": "string"
282
+ },
283
+ "XrayEnabled": {
284
+ "type": "boolean"
285
+ }
286
+ },
287
+ "readOnlyProperties": [
288
+ "/properties/ApiId",
289
+ "/properties/GraphQLEndpointArn",
290
+ "/properties/Id",
291
+ "/properties/GraphQLDns",
292
+ "/properties/GraphQLUrl",
293
+ "/properties/RealtimeDns",
294
+ "/properties/RealtimeUrl",
295
+ "/properties/Arn"
296
+ ],
297
+ "required": [
298
+ "Name",
299
+ "AuthenticationType"
300
+ ],
301
+ "typeName": "AWS::AppSync::GraphQLApi"
302
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-cloudformation-waitcondition.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "primaryIdentifier": [
4
+ "/properties/Id"
5
+ ],
6
+ "properties": {
7
+ "Count": {
8
+ "type": "integer"
9
+ },
10
+ "Data": {
11
+ "type": [
12
+ "object"
13
+ ]
14
+ },
15
+ "Handle": {
16
+ "type": "string"
17
+ },
18
+ "Id": {
19
+ "type": "string"
20
+ },
21
+ "Timeout": {
22
+ "maximum": 43200,
23
+ "minimum": 0,
24
+ "type": "string"
25
+ }
26
+ },
27
+ "readOnlyProperties": [
28
+ "/properties/Id",
29
+ "/properties/Data"
30
+ ],
31
+ "typeName": "AWS::CloudFormation::WaitCondition"
32
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-datapipeline-pipeline.json ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/Name",
5
+ "/properties/Description"
6
+ ],
7
+ "definitions": {
8
+ "Field": {
9
+ "additionalProperties": false,
10
+ "properties": {
11
+ "Key": {
12
+ "type": "string"
13
+ },
14
+ "RefValue": {
15
+ "type": "string"
16
+ },
17
+ "StringValue": {
18
+ "type": "string"
19
+ }
20
+ },
21
+ "required": [
22
+ "Key"
23
+ ],
24
+ "type": "object"
25
+ },
26
+ "ParameterAttribute": {
27
+ "additionalProperties": false,
28
+ "properties": {
29
+ "Key": {
30
+ "type": "string"
31
+ },
32
+ "StringValue": {
33
+ "type": "string"
34
+ }
35
+ },
36
+ "required": [
37
+ "StringValue",
38
+ "Key"
39
+ ],
40
+ "type": "object"
41
+ },
42
+ "ParameterObject": {
43
+ "additionalProperties": false,
44
+ "properties": {
45
+ "Attributes": {
46
+ "items": {
47
+ "$ref": "#/definitions/ParameterAttribute"
48
+ },
49
+ "type": "array",
50
+ "uniqueItems": false
51
+ },
52
+ "Id": {
53
+ "type": "string"
54
+ }
55
+ },
56
+ "required": [
57
+ "Attributes",
58
+ "Id"
59
+ ],
60
+ "type": "object"
61
+ },
62
+ "ParameterValue": {
63
+ "additionalProperties": false,
64
+ "properties": {
65
+ "Id": {
66
+ "type": "string"
67
+ },
68
+ "StringValue": {
69
+ "type": "string"
70
+ }
71
+ },
72
+ "required": [
73
+ "Id",
74
+ "StringValue"
75
+ ],
76
+ "type": "object"
77
+ },
78
+ "PipelineObject": {
79
+ "additionalProperties": false,
80
+ "properties": {
81
+ "Fields": {
82
+ "items": {
83
+ "$ref": "#/definitions/Field"
84
+ },
85
+ "type": "array",
86
+ "uniqueItems": false
87
+ },
88
+ "Id": {
89
+ "type": "string"
90
+ },
91
+ "Name": {
92
+ "type": "string"
93
+ }
94
+ },
95
+ "required": [
96
+ "Fields",
97
+ "Id",
98
+ "Name"
99
+ ],
100
+ "type": "object"
101
+ },
102
+ "PipelineTag": {
103
+ "additionalProperties": false,
104
+ "properties": {
105
+ "Key": {
106
+ "type": "string"
107
+ },
108
+ "Value": {
109
+ "type": "string"
110
+ }
111
+ },
112
+ "required": [
113
+ "Value",
114
+ "Key"
115
+ ],
116
+ "type": "object"
117
+ }
118
+ },
119
+ "primaryIdentifier": [
120
+ "/properties/Id"
121
+ ],
122
+ "properties": {
123
+ "Activate": {
124
+ "type": "boolean"
125
+ },
126
+ "Description": {
127
+ "type": "string"
128
+ },
129
+ "Id": {
130
+ "type": "string"
131
+ },
132
+ "Name": {
133
+ "type": "string"
134
+ },
135
+ "ParameterObjects": {
136
+ "items": {
137
+ "$ref": "#/definitions/ParameterObject"
138
+ },
139
+ "type": "array",
140
+ "uniqueItems": false
141
+ },
142
+ "ParameterValues": {
143
+ "items": {
144
+ "$ref": "#/definitions/ParameterValue"
145
+ },
146
+ "type": "array",
147
+ "uniqueItems": false
148
+ },
149
+ "PipelineObjects": {
150
+ "items": {
151
+ "$ref": "#/definitions/PipelineObject"
152
+ },
153
+ "type": "array",
154
+ "uniqueItems": false
155
+ },
156
+ "PipelineTags": {
157
+ "items": {
158
+ "$ref": "#/definitions/PipelineTag"
159
+ },
160
+ "type": "array",
161
+ "uniqueItems": false
162
+ }
163
+ },
164
+ "readOnlyProperties": [
165
+ "/properties/Id"
166
+ ],
167
+ "required": [
168
+ "ParameterObjects",
169
+ "Name"
170
+ ],
171
+ "typeName": "AWS::DataPipeline::Pipeline"
172
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-directoryservice-microsoftad.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/VpcSettings",
5
+ "/properties/Edition",
6
+ "/properties/Name",
7
+ "/properties/Password",
8
+ "/properties/ShortName",
9
+ "/properties/CreateAlias"
10
+ ],
11
+ "definitions": {
12
+ "VpcSettings": {
13
+ "additionalProperties": false,
14
+ "properties": {
15
+ "SubnetIds": {
16
+ "items": {
17
+ "type": "string"
18
+ },
19
+ "type": "array",
20
+ "uniqueItems": true
21
+ },
22
+ "VpcId": {
23
+ "format": "AWS::EC2::VPC.Id",
24
+ "type": "string"
25
+ }
26
+ },
27
+ "required": [
28
+ "VpcId",
29
+ "SubnetIds"
30
+ ],
31
+ "type": "object"
32
+ }
33
+ },
34
+ "primaryIdentifier": [
35
+ "/properties/Id"
36
+ ],
37
+ "properties": {
38
+ "Alias": {
39
+ "type": "string"
40
+ },
41
+ "CreateAlias": {
42
+ "type": "boolean"
43
+ },
44
+ "DnsIpAddresses": {
45
+ "items": {
46
+ "type": "string"
47
+ },
48
+ "type": "array",
49
+ "uniqueItems": false
50
+ },
51
+ "Edition": {
52
+ "enum": [
53
+ "Enterprise",
54
+ "Standard"
55
+ ],
56
+ "type": "string"
57
+ },
58
+ "EnableSso": {
59
+ "type": "boolean"
60
+ },
61
+ "Id": {
62
+ "type": "string"
63
+ },
64
+ "Name": {
65
+ "type": "string"
66
+ },
67
+ "Password": {
68
+ "type": "string"
69
+ },
70
+ "ShortName": {
71
+ "type": "string"
72
+ },
73
+ "VpcSettings": {
74
+ "$ref": "#/definitions/VpcSettings"
75
+ }
76
+ },
77
+ "readOnlyProperties": [
78
+ "/properties/Id",
79
+ "/properties/Alias",
80
+ "/properties/DnsIpAddresses"
81
+ ],
82
+ "required": [
83
+ "VpcSettings",
84
+ "Name",
85
+ "Password"
86
+ ],
87
+ "typeName": "AWS::DirectoryService::MicrosoftAD"
88
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-docdb-dbclusterparametergroup.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/Family",
5
+ "/properties/Name",
6
+ "/properties/Description"
7
+ ],
8
+ "definitions": {
9
+ "Tag": {
10
+ "additionalProperties": false,
11
+ "properties": {
12
+ "Key": {
13
+ "type": "string"
14
+ },
15
+ "Value": {
16
+ "type": "string"
17
+ }
18
+ },
19
+ "required": [
20
+ "Value",
21
+ "Key"
22
+ ],
23
+ "type": "object"
24
+ }
25
+ },
26
+ "primaryIdentifier": [
27
+ "/properties/Id"
28
+ ],
29
+ "properties": {
30
+ "Description": {
31
+ "type": "string"
32
+ },
33
+ "Family": {
34
+ "type": "string"
35
+ },
36
+ "Id": {
37
+ "type": "string"
38
+ },
39
+ "Name": {
40
+ "type": "string"
41
+ },
42
+ "Parameters": {
43
+ "format": "json",
44
+ "type": [
45
+ "object",
46
+ "string"
47
+ ]
48
+ },
49
+ "Tags": {
50
+ "items": {
51
+ "$ref": "#/definitions/Tag"
52
+ },
53
+ "type": "array",
54
+ "uniqueItems": false
55
+ }
56
+ },
57
+ "readOnlyProperties": [
58
+ "/properties/Id"
59
+ ],
60
+ "required": [
61
+ "Description",
62
+ "Parameters",
63
+ "Family"
64
+ ],
65
+ "typeName": "AWS::DocDB::DBClusterParameterGroup"
66
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-clientvpnauthorizationrule.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/ClientVpnEndpointId",
5
+ "/properties/AccessGroupId",
6
+ "/properties/TargetNetworkCidr",
7
+ "/properties/AuthorizeAllGroups",
8
+ "/properties/Description"
9
+ ],
10
+ "primaryIdentifier": [
11
+ "/properties/Id"
12
+ ],
13
+ "properties": {
14
+ "AccessGroupId": {
15
+ "type": "string"
16
+ },
17
+ "AuthorizeAllGroups": {
18
+ "type": "boolean"
19
+ },
20
+ "ClientVpnEndpointId": {
21
+ "type": "string"
22
+ },
23
+ "Description": {
24
+ "type": "string"
25
+ },
26
+ "Id": {
27
+ "type": "string"
28
+ },
29
+ "TargetNetworkCidr": {
30
+ "type": "string"
31
+ }
32
+ },
33
+ "readOnlyProperties": [
34
+ "/properties/Id"
35
+ ],
36
+ "required": [
37
+ "ClientVpnEndpointId",
38
+ "TargetNetworkCidr"
39
+ ],
40
+ "typeName": "AWS::EC2::ClientVpnAuthorizationRule"
41
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-launchtemplate.json ADDED
@@ -0,0 +1,2086 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/LaunchTemplateName"
5
+ ],
6
+ "definitions": {
7
+ "AcceleratorCount": {
8
+ "additionalProperties": false,
9
+ "properties": {
10
+ "Max": {
11
+ "type": "integer"
12
+ },
13
+ "Min": {
14
+ "type": "integer"
15
+ }
16
+ },
17
+ "type": "object"
18
+ },
19
+ "AcceleratorTotalMemoryMiB": {
20
+ "additionalProperties": false,
21
+ "properties": {
22
+ "Max": {
23
+ "type": "integer"
24
+ },
25
+ "Min": {
26
+ "type": "integer"
27
+ }
28
+ },
29
+ "type": "object"
30
+ },
31
+ "BaselineEbsBandwidthMbps": {
32
+ "additionalProperties": false,
33
+ "properties": {
34
+ "Max": {
35
+ "type": "integer"
36
+ },
37
+ "Min": {
38
+ "type": "integer"
39
+ }
40
+ },
41
+ "type": "object"
42
+ },
43
+ "BlockDeviceMapping": {
44
+ "additionalProperties": false,
45
+ "properties": {
46
+ "DeviceName": {
47
+ "type": "string"
48
+ },
49
+ "Ebs": {
50
+ "$ref": "#/definitions/Ebs"
51
+ },
52
+ "NoDevice": {
53
+ "type": "string"
54
+ },
55
+ "VirtualName": {
56
+ "pattern": "^ephemeral([0-9]|[1][0-9]|[2][0-3])$",
57
+ "type": "string"
58
+ }
59
+ },
60
+ "requiredXor": [
61
+ "VirtualName",
62
+ "Ebs",
63
+ "NoDevice"
64
+ ],
65
+ "type": "object"
66
+ },
67
+ "CapacityReservationSpecification": {
68
+ "additionalProperties": false,
69
+ "properties": {
70
+ "CapacityReservationPreference": {
71
+ "enum": [
72
+ "none",
73
+ "open"
74
+ ],
75
+ "type": "string"
76
+ },
77
+ "CapacityReservationTarget": {
78
+ "$ref": "#/definitions/CapacityReservationTarget"
79
+ }
80
+ },
81
+ "type": "object"
82
+ },
83
+ "CapacityReservationTarget": {
84
+ "additionalProperties": false,
85
+ "properties": {
86
+ "CapacityReservationId": {
87
+ "type": "string"
88
+ },
89
+ "CapacityReservationResourceGroupArn": {
90
+ "type": "string"
91
+ }
92
+ },
93
+ "type": "object"
94
+ },
95
+ "ConnectionTrackingSpecification": {
96
+ "additionalProperties": false,
97
+ "properties": {
98
+ "TcpEstablishedTimeout": {
99
+ "type": "integer"
100
+ },
101
+ "UdpStreamTimeout": {
102
+ "type": "integer"
103
+ },
104
+ "UdpTimeout": {
105
+ "type": "integer"
106
+ }
107
+ },
108
+ "type": "object"
109
+ },
110
+ "CpuOptions": {
111
+ "additionalProperties": false,
112
+ "properties": {
113
+ "AmdSevSnp": {
114
+ "enum": [
115
+ "enabled",
116
+ "disabled"
117
+ ],
118
+ "type": "string"
119
+ },
120
+ "CoreCount": {
121
+ "type": "integer"
122
+ },
123
+ "ThreadsPerCore": {
124
+ "type": "integer"
125
+ }
126
+ },
127
+ "type": "object"
128
+ },
129
+ "CreditSpecification": {
130
+ "additionalProperties": false,
131
+ "properties": {
132
+ "CpuCredits": {
133
+ "type": "string"
134
+ }
135
+ },
136
+ "type": "object"
137
+ },
138
+ "Ebs": {
139
+ "additionalProperties": false,
140
+ "properties": {
141
+ "DeleteOnTermination": {
142
+ "type": "boolean"
143
+ },
144
+ "Encrypted": {
145
+ "type": "boolean"
146
+ },
147
+ "Iops": {
148
+ "type": "integer"
149
+ },
150
+ "KmsKeyId": {
151
+ "type": "string"
152
+ },
153
+ "SnapshotId": {
154
+ "type": "string"
155
+ },
156
+ "Throughput": {
157
+ "type": "integer"
158
+ },
159
+ "VolumeSize": {
160
+ "type": "integer"
161
+ },
162
+ "VolumeType": {
163
+ "enum": [
164
+ "gp2",
165
+ "gp3",
166
+ "io1",
167
+ "io2",
168
+ "sc1",
169
+ "st1",
170
+ "standard"
171
+ ],
172
+ "type": "string"
173
+ }
174
+ },
175
+ "type": "object"
176
+ },
177
+ "ElasticGpuSpecification": {
178
+ "additionalProperties": false,
179
+ "properties": {
180
+ "Type": {
181
+ "type": "string"
182
+ }
183
+ },
184
+ "type": "object"
185
+ },
186
+ "EnaSrdSpecification": {
187
+ "additionalProperties": false,
188
+ "properties": {
189
+ "EnaSrdEnabled": {
190
+ "type": "boolean"
191
+ },
192
+ "EnaSrdUdpSpecification": {
193
+ "$ref": "#/definitions/EnaSrdUdpSpecification"
194
+ }
195
+ },
196
+ "type": "object"
197
+ },
198
+ "EnaSrdUdpSpecification": {
199
+ "additionalProperties": false,
200
+ "properties": {
201
+ "EnaSrdUdpEnabled": {
202
+ "type": "boolean"
203
+ }
204
+ },
205
+ "type": "object"
206
+ },
207
+ "EnclaveOptions": {
208
+ "additionalProperties": false,
209
+ "properties": {
210
+ "Enabled": {
211
+ "type": "boolean"
212
+ }
213
+ },
214
+ "type": "object"
215
+ },
216
+ "HibernationOptions": {
217
+ "additionalProperties": false,
218
+ "properties": {
219
+ "Configured": {
220
+ "type": "boolean"
221
+ }
222
+ },
223
+ "type": "object"
224
+ },
225
+ "IamInstanceProfile": {
226
+ "additionalProperties": false,
227
+ "properties": {
228
+ "Arn": {
229
+ "type": "string"
230
+ },
231
+ "Name": {
232
+ "type": "string"
233
+ }
234
+ },
235
+ "type": "object"
236
+ },
237
+ "InstanceMarketOptions": {
238
+ "additionalProperties": false,
239
+ "properties": {
240
+ "MarketType": {
241
+ "enum": [
242
+ "capacity-block",
243
+ "spot"
244
+ ],
245
+ "type": "string"
246
+ },
247
+ "SpotOptions": {
248
+ "$ref": "#/definitions/SpotOptions"
249
+ }
250
+ },
251
+ "type": "object"
252
+ },
253
+ "InstanceRequirements": {
254
+ "additionalProperties": false,
255
+ "properties": {
256
+ "AcceleratorCount": {
257
+ "$ref": "#/definitions/AcceleratorCount"
258
+ },
259
+ "AcceleratorManufacturers": {
260
+ "items": {
261
+ "enum": [
262
+ "amazon-web-services",
263
+ "amd",
264
+ "habana",
265
+ "nvidia",
266
+ "xilinx"
267
+ ],
268
+ "type": "string"
269
+ },
270
+ "type": "array",
271
+ "uniqueItems": false
272
+ },
273
+ "AcceleratorNames": {
274
+ "items": {
275
+ "enum": [
276
+ "a100",
277
+ "a10g",
278
+ "h100",
279
+ "inferentia",
280
+ "k520",
281
+ "k80",
282
+ "m60",
283
+ "radeon-pro-v520",
284
+ "t4",
285
+ "t4g",
286
+ "v100",
287
+ "vu9p"
288
+ ],
289
+ "type": "string"
290
+ },
291
+ "type": "array",
292
+ "uniqueItems": false
293
+ },
294
+ "AcceleratorTotalMemoryMiB": {
295
+ "$ref": "#/definitions/AcceleratorTotalMemoryMiB"
296
+ },
297
+ "AcceleratorTypes": {
298
+ "items": {
299
+ "enum": [
300
+ "fpga",
301
+ "gpu",
302
+ "inference"
303
+ ],
304
+ "type": "string"
305
+ },
306
+ "type": "array",
307
+ "uniqueItems": false
308
+ },
309
+ "AllowedInstanceTypes": {
310
+ "items": {
311
+ "pattern": "[a-zA-Z0-9\\.\\*\\-]+",
312
+ "type": "string"
313
+ },
314
+ "type": "array",
315
+ "uniqueItems": false
316
+ },
317
+ "BareMetal": {
318
+ "enum": [
319
+ "excluded",
320
+ "included",
321
+ "required"
322
+ ],
323
+ "type": "string"
324
+ },
325
+ "BaselineEbsBandwidthMbps": {
326
+ "$ref": "#/definitions/BaselineEbsBandwidthMbps"
327
+ },
328
+ "BurstablePerformance": {
329
+ "enum": [
330
+ "excluded",
331
+ "included",
332
+ "required"
333
+ ],
334
+ "type": "string"
335
+ },
336
+ "CpuManufacturers": {
337
+ "items": {
338
+ "enum": [
339
+ "amazon-web-services",
340
+ "amd",
341
+ "intel"
342
+ ],
343
+ "type": "string"
344
+ },
345
+ "type": "array",
346
+ "uniqueItems": false
347
+ },
348
+ "ExcludedInstanceTypes": {
349
+ "items": {
350
+ "pattern": "[a-zA-Z0-9\\.\\*\\-]+",
351
+ "type": "string"
352
+ },
353
+ "type": "array",
354
+ "uniqueItems": false
355
+ },
356
+ "InstanceGenerations": {
357
+ "items": {
358
+ "enum": [
359
+ "current",
360
+ "previous"
361
+ ],
362
+ "type": "string"
363
+ },
364
+ "type": "array",
365
+ "uniqueItems": false
366
+ },
367
+ "LocalStorage": {
368
+ "enum": [
369
+ "excluded",
370
+ "included",
371
+ "required"
372
+ ],
373
+ "type": "string"
374
+ },
375
+ "LocalStorageTypes": {
376
+ "items": {
377
+ "enum": [
378
+ "hdd",
379
+ "ssd"
380
+ ],
381
+ "type": "string"
382
+ },
383
+ "type": "array",
384
+ "uniqueItems": false
385
+ },
386
+ "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": {
387
+ "type": "integer"
388
+ },
389
+ "MemoryGiBPerVCpu": {
390
+ "$ref": "#/definitions/MemoryGiBPerVCpu"
391
+ },
392
+ "MemoryMiB": {
393
+ "$ref": "#/definitions/MemoryMiB"
394
+ },
395
+ "NetworkBandwidthGbps": {
396
+ "$ref": "#/definitions/NetworkBandwidthGbps"
397
+ },
398
+ "NetworkInterfaceCount": {
399
+ "$ref": "#/definitions/NetworkInterfaceCount"
400
+ },
401
+ "OnDemandMaxPricePercentageOverLowestPrice": {
402
+ "type": "integer"
403
+ },
404
+ "RequireHibernateSupport": {
405
+ "type": "boolean"
406
+ },
407
+ "SpotMaxPricePercentageOverLowestPrice": {
408
+ "type": "integer"
409
+ },
410
+ "TotalLocalStorageGB": {
411
+ "$ref": "#/definitions/TotalLocalStorageGB"
412
+ },
413
+ "VCpuCount": {
414
+ "$ref": "#/definitions/VCpuCount"
415
+ }
416
+ },
417
+ "type": "object"
418
+ },
419
+ "Ipv4PrefixSpecification": {
420
+ "additionalProperties": false,
421
+ "properties": {
422
+ "Ipv4Prefix": {
423
+ "type": "string"
424
+ }
425
+ },
426
+ "type": "object"
427
+ },
428
+ "Ipv6Add": {
429
+ "additionalProperties": false,
430
+ "properties": {
431
+ "Ipv6Address": {
432
+ "type": "string"
433
+ }
434
+ },
435
+ "type": "object"
436
+ },
437
+ "Ipv6PrefixSpecification": {
438
+ "additionalProperties": false,
439
+ "properties": {
440
+ "Ipv6Prefix": {
441
+ "type": "string"
442
+ }
443
+ },
444
+ "type": "object"
445
+ },
446
+ "LaunchTemplateData": {
447
+ "additionalProperties": false,
448
+ "properties": {
449
+ "BlockDeviceMappings": {
450
+ "items": {
451
+ "$ref": "#/definitions/BlockDeviceMapping"
452
+ },
453
+ "type": "array",
454
+ "uniqueItems": false
455
+ },
456
+ "CapacityReservationSpecification": {
457
+ "$ref": "#/definitions/CapacityReservationSpecification"
458
+ },
459
+ "CpuOptions": {
460
+ "$ref": "#/definitions/CpuOptions"
461
+ },
462
+ "CreditSpecification": {
463
+ "$ref": "#/definitions/CreditSpecification"
464
+ },
465
+ "DisableApiStop": {
466
+ "type": "boolean"
467
+ },
468
+ "DisableApiTermination": {
469
+ "type": "boolean"
470
+ },
471
+ "EbsOptimized": {
472
+ "type": "boolean"
473
+ },
474
+ "ElasticGpuSpecifications": {
475
+ "items": {
476
+ "$ref": "#/definitions/ElasticGpuSpecification"
477
+ },
478
+ "type": "array",
479
+ "uniqueItems": false
480
+ },
481
+ "ElasticInferenceAccelerators": {
482
+ "items": {
483
+ "$ref": "#/definitions/LaunchTemplateElasticInferenceAccelerator"
484
+ },
485
+ "type": "array",
486
+ "uniqueItems": false
487
+ },
488
+ "EnclaveOptions": {
489
+ "$ref": "#/definitions/EnclaveOptions"
490
+ },
491
+ "HibernationOptions": {
492
+ "$ref": "#/definitions/HibernationOptions"
493
+ },
494
+ "IamInstanceProfile": {
495
+ "$ref": "#/definitions/IamInstanceProfile"
496
+ },
497
+ "ImageId": {
498
+ "format": "AWS::EC2::Image.Id",
499
+ "type": "string"
500
+ },
501
+ "InstanceInitiatedShutdownBehavior": {
502
+ "enum": [
503
+ "stop",
504
+ "terminate"
505
+ ],
506
+ "type": "string"
507
+ },
508
+ "InstanceMarketOptions": {
509
+ "$ref": "#/definitions/InstanceMarketOptions"
510
+ },
511
+ "InstanceRequirements": {
512
+ "$ref": "#/definitions/InstanceRequirements"
513
+ },
514
+ "InstanceType": {
515
+ "enum": [
516
+ "a1.2xlarge",
517
+ "a1.4xlarge",
518
+ "a1.large",
519
+ "a1.medium",
520
+ "a1.metal",
521
+ "a1.xlarge",
522
+ "c1.medium",
523
+ "c1.xlarge",
524
+ "c3.2xlarge",
525
+ "c3.4xlarge",
526
+ "c3.8xlarge",
527
+ "c3.large",
528
+ "c3.xlarge",
529
+ "c4.2xlarge",
530
+ "c4.4xlarge",
531
+ "c4.8xlarge",
532
+ "c4.large",
533
+ "c4.xlarge",
534
+ "c5.12xlarge",
535
+ "c5.18xlarge",
536
+ "c5.24xlarge",
537
+ "c5.2xlarge",
538
+ "c5.4xlarge",
539
+ "c5.9xlarge",
540
+ "c5.large",
541
+ "c5.metal",
542
+ "c5.xlarge",
543
+ "c5a.12xlarge",
544
+ "c5a.16xlarge",
545
+ "c5a.24xlarge",
546
+ "c5a.2xlarge",
547
+ "c5a.4xlarge",
548
+ "c5a.8xlarge",
549
+ "c5a.large",
550
+ "c5a.xlarge",
551
+ "c5ad.12xlarge",
552
+ "c5ad.16xlarge",
553
+ "c5ad.24xlarge",
554
+ "c5ad.2xlarge",
555
+ "c5ad.4xlarge",
556
+ "c5ad.8xlarge",
557
+ "c5ad.large",
558
+ "c5ad.xlarge",
559
+ "c5d.12xlarge",
560
+ "c5d.18xlarge",
561
+ "c5d.24xlarge",
562
+ "c5d.2xlarge",
563
+ "c5d.4xlarge",
564
+ "c5d.9xlarge",
565
+ "c5d.large",
566
+ "c5d.metal",
567
+ "c5d.xlarge",
568
+ "c5n.18xlarge",
569
+ "c5n.2xlarge",
570
+ "c5n.4xlarge",
571
+ "c5n.9xlarge",
572
+ "c5n.large",
573
+ "c5n.metal",
574
+ "c5n.xlarge",
575
+ "c6a.12xlarge",
576
+ "c6a.16xlarge",
577
+ "c6a.24xlarge",
578
+ "c6a.2xlarge",
579
+ "c6a.32xlarge",
580
+ "c6a.48xlarge",
581
+ "c6a.4xlarge",
582
+ "c6a.8xlarge",
583
+ "c6a.large",
584
+ "c6a.metal",
585
+ "c6a.xlarge",
586
+ "c6g.12xlarge",
587
+ "c6g.16xlarge",
588
+ "c6g.2xlarge",
589
+ "c6g.4xlarge",
590
+ "c6g.8xlarge",
591
+ "c6g.large",
592
+ "c6g.medium",
593
+ "c6g.metal",
594
+ "c6g.xlarge",
595
+ "c6gd.12xlarge",
596
+ "c6gd.16xlarge",
597
+ "c6gd.2xlarge",
598
+ "c6gd.4xlarge",
599
+ "c6gd.8xlarge",
600
+ "c6gd.large",
601
+ "c6gd.medium",
602
+ "c6gd.metal",
603
+ "c6gd.xlarge",
604
+ "c6gn.12xlarge",
605
+ "c6gn.16xlarge",
606
+ "c6gn.2xlarge",
607
+ "c6gn.4xlarge",
608
+ "c6gn.8xlarge",
609
+ "c6gn.large",
610
+ "c6gn.medium",
611
+ "c6gn.xlarge",
612
+ "c6i.12xlarge",
613
+ "c6i.16xlarge",
614
+ "c6i.24xlarge",
615
+ "c6i.2xlarge",
616
+ "c6i.32xlarge",
617
+ "c6i.4xlarge",
618
+ "c6i.8xlarge",
619
+ "c6i.large",
620
+ "c6i.metal",
621
+ "c6i.xlarge",
622
+ "c6id.12xlarge",
623
+ "c6id.16xlarge",
624
+ "c6id.24xlarge",
625
+ "c6id.2xlarge",
626
+ "c6id.32xlarge",
627
+ "c6id.4xlarge",
628
+ "c6id.8xlarge",
629
+ "c6id.large",
630
+ "c6id.metal",
631
+ "c6id.xlarge",
632
+ "c6in.12xlarge",
633
+ "c6in.16xlarge",
634
+ "c6in.24xlarge",
635
+ "c6in.2xlarge",
636
+ "c6in.32xlarge",
637
+ "c6in.4xlarge",
638
+ "c6in.8xlarge",
639
+ "c6in.large",
640
+ "c6in.metal",
641
+ "c6in.xlarge",
642
+ "c7a.12xlarge",
643
+ "c7a.16xlarge",
644
+ "c7a.24xlarge",
645
+ "c7a.2xlarge",
646
+ "c7a.32xlarge",
647
+ "c7a.48xlarge",
648
+ "c7a.4xlarge",
649
+ "c7a.8xlarge",
650
+ "c7a.large",
651
+ "c7a.medium",
652
+ "c7a.metal-48xl",
653
+ "c7a.xlarge",
654
+ "c7g.12xlarge",
655
+ "c7g.16xlarge",
656
+ "c7g.2xlarge",
657
+ "c7g.4xlarge",
658
+ "c7g.8xlarge",
659
+ "c7g.large",
660
+ "c7g.medium",
661
+ "c7g.metal",
662
+ "c7g.xlarge",
663
+ "c7gd.12xlarge",
664
+ "c7gd.16xlarge",
665
+ "c7gd.2xlarge",
666
+ "c7gd.4xlarge",
667
+ "c7gd.8xlarge",
668
+ "c7gd.large",
669
+ "c7gd.medium",
670
+ "c7gd.metal",
671
+ "c7gd.xlarge",
672
+ "c7gn.12xlarge",
673
+ "c7gn.16xlarge",
674
+ "c7gn.2xlarge",
675
+ "c7gn.4xlarge",
676
+ "c7gn.8xlarge",
677
+ "c7gn.large",
678
+ "c7gn.medium",
679
+ "c7gn.metal",
680
+ "c7gn.xlarge",
681
+ "c7i-flex.2xlarge",
682
+ "c7i-flex.4xlarge",
683
+ "c7i-flex.8xlarge",
684
+ "c7i-flex.large",
685
+ "c7i-flex.xlarge",
686
+ "c7i.12xlarge",
687
+ "c7i.16xlarge",
688
+ "c7i.24xlarge",
689
+ "c7i.2xlarge",
690
+ "c7i.48xlarge",
691
+ "c7i.4xlarge",
692
+ "c7i.8xlarge",
693
+ "c7i.large",
694
+ "c7i.metal-24xl",
695
+ "c7i.metal-48xl",
696
+ "c7i.xlarge",
697
+ "c8g.12xlarge",
698
+ "c8g.16xlarge",
699
+ "c8g.24xlarge",
700
+ "c8g.2xlarge",
701
+ "c8g.48xlarge",
702
+ "c8g.4xlarge",
703
+ "c8g.8xlarge",
704
+ "c8g.large",
705
+ "c8g.medium",
706
+ "c8g.metal-24xl",
707
+ "c8g.metal-48xl",
708
+ "c8g.xlarge",
709
+ "cc1.4xlarge",
710
+ "cc2.8xlarge",
711
+ "cg1.4xlarge",
712
+ "cr1.8xlarge",
713
+ "d2.2xlarge",
714
+ "d2.4xlarge",
715
+ "d2.8xlarge",
716
+ "d2.xlarge",
717
+ "d3.2xlarge",
718
+ "d3.4xlarge",
719
+ "d3.8xlarge",
720
+ "d3.xlarge",
721
+ "d3en.12xlarge",
722
+ "d3en.2xlarge",
723
+ "d3en.4xlarge",
724
+ "d3en.6xlarge",
725
+ "d3en.8xlarge",
726
+ "d3en.xlarge",
727
+ "dl1.24xlarge",
728
+ "dl2q.24xlarge",
729
+ "f1.16xlarge",
730
+ "f1.2xlarge",
731
+ "f1.4xlarge",
732
+ "g2.2xlarge",
733
+ "g2.8xlarge",
734
+ "g3.16xlarge",
735
+ "g3.4xlarge",
736
+ "g3.8xlarge",
737
+ "g3s.xlarge",
738
+ "g4ad.16xlarge",
739
+ "g4ad.2xlarge",
740
+ "g4ad.4xlarge",
741
+ "g4ad.8xlarge",
742
+ "g4ad.xlarge",
743
+ "g4dn.12xlarge",
744
+ "g4dn.16xlarge",
745
+ "g4dn.2xlarge",
746
+ "g4dn.4xlarge",
747
+ "g4dn.8xlarge",
748
+ "g4dn.metal",
749
+ "g4dn.xlarge",
750
+ "g5.12xlarge",
751
+ "g5.16xlarge",
752
+ "g5.24xlarge",
753
+ "g5.2xlarge",
754
+ "g5.48xlarge",
755
+ "g5.4xlarge",
756
+ "g5.8xlarge",
757
+ "g5.xlarge",
758
+ "g5g.16xlarge",
759
+ "g5g.2xlarge",
760
+ "g5g.4xlarge",
761
+ "g5g.8xlarge",
762
+ "g5g.metal",
763
+ "g5g.xlarge",
764
+ "g6.12xlarge",
765
+ "g6.16xlarge",
766
+ "g6.24xlarge",
767
+ "g6.2xlarge",
768
+ "g6.48xlarge",
769
+ "g6.4xlarge",
770
+ "g6.8xlarge",
771
+ "g6.xlarge",
772
+ "g6e.12xlarge",
773
+ "g6e.16xlarge",
774
+ "g6e.24xlarge",
775
+ "g6e.2xlarge",
776
+ "g6e.48xlarge",
777
+ "g6e.4xlarge",
778
+ "g6e.8xlarge",
779
+ "g6e.xlarge",
780
+ "gr6.4xlarge",
781
+ "gr6.8xlarge",
782
+ "h1.16xlarge",
783
+ "h1.2xlarge",
784
+ "h1.4xlarge",
785
+ "h1.8xlarge",
786
+ "hi1.4xlarge",
787
+ "hpc6a.48xlarge",
788
+ "hpc6id.32xlarge",
789
+ "hpc7a.12xlarge",
790
+ "hpc7a.24xlarge",
791
+ "hpc7a.48xlarge",
792
+ "hpc7a.96xlarge",
793
+ "hpc7g.16xlarge",
794
+ "hpc7g.4xlarge",
795
+ "hpc7g.8xlarge",
796
+ "hs1.8xlarge",
797
+ "i2.2xlarge",
798
+ "i2.4xlarge",
799
+ "i2.8xlarge",
800
+ "i2.xlarge",
801
+ "i3.16xlarge",
802
+ "i3.2xlarge",
803
+ "i3.4xlarge",
804
+ "i3.8xlarge",
805
+ "i3.large",
806
+ "i3.metal",
807
+ "i3.xlarge",
808
+ "i3en.12xlarge",
809
+ "i3en.24xlarge",
810
+ "i3en.2xlarge",
811
+ "i3en.3xlarge",
812
+ "i3en.6xlarge",
813
+ "i3en.large",
814
+ "i3en.metal",
815
+ "i3en.xlarge",
816
+ "i4g.16xlarge",
817
+ "i4g.2xlarge",
818
+ "i4g.4xlarge",
819
+ "i4g.8xlarge",
820
+ "i4g.large",
821
+ "i4g.xlarge",
822
+ "i4i.12xlarge",
823
+ "i4i.16xlarge",
824
+ "i4i.24xlarge",
825
+ "i4i.2xlarge",
826
+ "i4i.32xlarge",
827
+ "i4i.4xlarge",
828
+ "i4i.8xlarge",
829
+ "i4i.large",
830
+ "i4i.metal",
831
+ "i4i.xlarge",
832
+ "im4gn.16xlarge",
833
+ "im4gn.2xlarge",
834
+ "im4gn.4xlarge",
835
+ "im4gn.8xlarge",
836
+ "im4gn.large",
837
+ "im4gn.xlarge",
838
+ "inf1.24xlarge",
839
+ "inf1.2xlarge",
840
+ "inf1.6xlarge",
841
+ "inf1.xlarge",
842
+ "inf2.24xlarge",
843
+ "inf2.48xlarge",
844
+ "inf2.8xlarge",
845
+ "inf2.xlarge",
846
+ "is4gen.2xlarge",
847
+ "is4gen.4xlarge",
848
+ "is4gen.8xlarge",
849
+ "is4gen.large",
850
+ "is4gen.medium",
851
+ "is4gen.xlarge",
852
+ "m1.large",
853
+ "m1.medium",
854
+ "m1.small",
855
+ "m1.xlarge",
856
+ "m2.2xlarge",
857
+ "m2.4xlarge",
858
+ "m2.xlarge",
859
+ "m3.2xlarge",
860
+ "m3.large",
861
+ "m3.medium",
862
+ "m3.xlarge",
863
+ "m4.10xlarge",
864
+ "m4.16xlarge",
865
+ "m4.2xlarge",
866
+ "m4.4xlarge",
867
+ "m4.large",
868
+ "m4.xlarge",
869
+ "m5.12xlarge",
870
+ "m5.16xlarge",
871
+ "m5.24xlarge",
872
+ "m5.2xlarge",
873
+ "m5.4xlarge",
874
+ "m5.8xlarge",
875
+ "m5.large",
876
+ "m5.metal",
877
+ "m5.xlarge",
878
+ "m5a.12xlarge",
879
+ "m5a.16xlarge",
880
+ "m5a.24xlarge",
881
+ "m5a.2xlarge",
882
+ "m5a.4xlarge",
883
+ "m5a.8xlarge",
884
+ "m5a.large",
885
+ "m5a.xlarge",
886
+ "m5ad.12xlarge",
887
+ "m5ad.16xlarge",
888
+ "m5ad.24xlarge",
889
+ "m5ad.2xlarge",
890
+ "m5ad.4xlarge",
891
+ "m5ad.8xlarge",
892
+ "m5ad.large",
893
+ "m5ad.xlarge",
894
+ "m5d.12xlarge",
895
+ "m5d.16xlarge",
896
+ "m5d.24xlarge",
897
+ "m5d.2xlarge",
898
+ "m5d.4xlarge",
899
+ "m5d.8xlarge",
900
+ "m5d.large",
901
+ "m5d.metal",
902
+ "m5d.xlarge",
903
+ "m5dn.12xlarge",
904
+ "m5dn.16xlarge",
905
+ "m5dn.24xlarge",
906
+ "m5dn.2xlarge",
907
+ "m5dn.4xlarge",
908
+ "m5dn.8xlarge",
909
+ "m5dn.large",
910
+ "m5dn.metal",
911
+ "m5dn.xlarge",
912
+ "m5n.12xlarge",
913
+ "m5n.16xlarge",
914
+ "m5n.24xlarge",
915
+ "m5n.2xlarge",
916
+ "m5n.4xlarge",
917
+ "m5n.8xlarge",
918
+ "m5n.large",
919
+ "m5n.metal",
920
+ "m5n.xlarge",
921
+ "m5zn.12xlarge",
922
+ "m5zn.2xlarge",
923
+ "m5zn.3xlarge",
924
+ "m5zn.6xlarge",
925
+ "m5zn.large",
926
+ "m5zn.metal",
927
+ "m5zn.xlarge",
928
+ "m6a.12xlarge",
929
+ "m6a.16xlarge",
930
+ "m6a.24xlarge",
931
+ "m6a.2xlarge",
932
+ "m6a.32xlarge",
933
+ "m6a.48xlarge",
934
+ "m6a.4xlarge",
935
+ "m6a.8xlarge",
936
+ "m6a.large",
937
+ "m6a.metal",
938
+ "m6a.xlarge",
939
+ "m6g.12xlarge",
940
+ "m6g.16xlarge",
941
+ "m6g.2xlarge",
942
+ "m6g.4xlarge",
943
+ "m6g.8xlarge",
944
+ "m6g.large",
945
+ "m6g.medium",
946
+ "m6g.metal",
947
+ "m6g.xlarge",
948
+ "m6gd.12xlarge",
949
+ "m6gd.16xlarge",
950
+ "m6gd.2xlarge",
951
+ "m6gd.4xlarge",
952
+ "m6gd.8xlarge",
953
+ "m6gd.large",
954
+ "m6gd.medium",
955
+ "m6gd.metal",
956
+ "m6gd.xlarge",
957
+ "m6i.12xlarge",
958
+ "m6i.16xlarge",
959
+ "m6i.24xlarge",
960
+ "m6i.2xlarge",
961
+ "m6i.32xlarge",
962
+ "m6i.4xlarge",
963
+ "m6i.8xlarge",
964
+ "m6i.large",
965
+ "m6i.metal",
966
+ "m6i.xlarge",
967
+ "m6id.12xlarge",
968
+ "m6id.16xlarge",
969
+ "m6id.24xlarge",
970
+ "m6id.2xlarge",
971
+ "m6id.32xlarge",
972
+ "m6id.4xlarge",
973
+ "m6id.8xlarge",
974
+ "m6id.large",
975
+ "m6id.metal",
976
+ "m6id.xlarge",
977
+ "m6idn.12xlarge",
978
+ "m6idn.16xlarge",
979
+ "m6idn.24xlarge",
980
+ "m6idn.2xlarge",
981
+ "m6idn.32xlarge",
982
+ "m6idn.4xlarge",
983
+ "m6idn.8xlarge",
984
+ "m6idn.large",
985
+ "m6idn.metal",
986
+ "m6idn.xlarge",
987
+ "m6in.12xlarge",
988
+ "m6in.16xlarge",
989
+ "m6in.24xlarge",
990
+ "m6in.2xlarge",
991
+ "m6in.32xlarge",
992
+ "m6in.4xlarge",
993
+ "m6in.8xlarge",
994
+ "m6in.large",
995
+ "m6in.metal",
996
+ "m6in.xlarge",
997
+ "m7a.12xlarge",
998
+ "m7a.16xlarge",
999
+ "m7a.24xlarge",
1000
+ "m7a.2xlarge",
1001
+ "m7a.32xlarge",
1002
+ "m7a.48xlarge",
1003
+ "m7a.4xlarge",
1004
+ "m7a.8xlarge",
1005
+ "m7a.large",
1006
+ "m7a.medium",
1007
+ "m7a.metal-48xl",
1008
+ "m7a.xlarge",
1009
+ "m7g.12xlarge",
1010
+ "m7g.16xlarge",
1011
+ "m7g.2xlarge",
1012
+ "m7g.4xlarge",
1013
+ "m7g.8xlarge",
1014
+ "m7g.large",
1015
+ "m7g.medium",
1016
+ "m7g.metal",
1017
+ "m7g.xlarge",
1018
+ "m7gd.12xlarge",
1019
+ "m7gd.16xlarge",
1020
+ "m7gd.2xlarge",
1021
+ "m7gd.4xlarge",
1022
+ "m7gd.8xlarge",
1023
+ "m7gd.large",
1024
+ "m7gd.medium",
1025
+ "m7gd.metal",
1026
+ "m7gd.xlarge",
1027
+ "m7i-flex.2xlarge",
1028
+ "m7i-flex.4xlarge",
1029
+ "m7i-flex.8xlarge",
1030
+ "m7i-flex.large",
1031
+ "m7i-flex.xlarge",
1032
+ "m7i.12xlarge",
1033
+ "m7i.16xlarge",
1034
+ "m7i.24xlarge",
1035
+ "m7i.2xlarge",
1036
+ "m7i.48xlarge",
1037
+ "m7i.4xlarge",
1038
+ "m7i.8xlarge",
1039
+ "m7i.large",
1040
+ "m7i.metal-24xl",
1041
+ "m7i.metal-48xl",
1042
+ "m7i.xlarge",
1043
+ "m8g.12xlarge",
1044
+ "m8g.16xlarge",
1045
+ "m8g.24xlarge",
1046
+ "m8g.2xlarge",
1047
+ "m8g.48xlarge",
1048
+ "m8g.4xlarge",
1049
+ "m8g.8xlarge",
1050
+ "m8g.large",
1051
+ "m8g.medium",
1052
+ "m8g.metal-24xl",
1053
+ "m8g.metal-48xl",
1054
+ "m8g.xlarge",
1055
+ "mac1.metal",
1056
+ "mac2-m1ultra.metal",
1057
+ "mac2-m2.metal",
1058
+ "mac2-m2pro.metal",
1059
+ "mac2.metal",
1060
+ "p2.16xlarge",
1061
+ "p2.8xlarge",
1062
+ "p2.xlarge",
1063
+ "p3.16xlarge",
1064
+ "p3.2xlarge",
1065
+ "p3.8xlarge",
1066
+ "p3dn.24xlarge",
1067
+ "p4d.24xlarge",
1068
+ "p4de.24xlarge",
1069
+ "p5.48xlarge",
1070
+ "r3.2xlarge",
1071
+ "r3.4xlarge",
1072
+ "r3.8xlarge",
1073
+ "r3.large",
1074
+ "r3.xlarge",
1075
+ "r4.16xlarge",
1076
+ "r4.2xlarge",
1077
+ "r4.4xlarge",
1078
+ "r4.8xlarge",
1079
+ "r4.large",
1080
+ "r4.xlarge",
1081
+ "r5.12xlarge",
1082
+ "r5.16xlarge",
1083
+ "r5.24xlarge",
1084
+ "r5.2xlarge",
1085
+ "r5.4xlarge",
1086
+ "r5.8xlarge",
1087
+ "r5.large",
1088
+ "r5.metal",
1089
+ "r5.xlarge",
1090
+ "r5a.12xlarge",
1091
+ "r5a.16xlarge",
1092
+ "r5a.24xlarge",
1093
+ "r5a.2xlarge",
1094
+ "r5a.4xlarge",
1095
+ "r5a.8xlarge",
1096
+ "r5a.large",
1097
+ "r5a.xlarge",
1098
+ "r5ad.12xlarge",
1099
+ "r5ad.16xlarge",
1100
+ "r5ad.24xlarge",
1101
+ "r5ad.2xlarge",
1102
+ "r5ad.4xlarge",
1103
+ "r5ad.8xlarge",
1104
+ "r5ad.large",
1105
+ "r5ad.xlarge",
1106
+ "r5b.12xlarge",
1107
+ "r5b.16xlarge",
1108
+ "r5b.24xlarge",
1109
+ "r5b.2xlarge",
1110
+ "r5b.4xlarge",
1111
+ "r5b.8xlarge",
1112
+ "r5b.large",
1113
+ "r5b.metal",
1114
+ "r5b.xlarge",
1115
+ "r5d.12xlarge",
1116
+ "r5d.16xlarge",
1117
+ "r5d.24xlarge",
1118
+ "r5d.2xlarge",
1119
+ "r5d.4xlarge",
1120
+ "r5d.8xlarge",
1121
+ "r5d.large",
1122
+ "r5d.metal",
1123
+ "r5d.xlarge",
1124
+ "r5dn.12xlarge",
1125
+ "r5dn.16xlarge",
1126
+ "r5dn.24xlarge",
1127
+ "r5dn.2xlarge",
1128
+ "r5dn.4xlarge",
1129
+ "r5dn.8xlarge",
1130
+ "r5dn.large",
1131
+ "r5dn.metal",
1132
+ "r5dn.xlarge",
1133
+ "r5n.12xlarge",
1134
+ "r5n.16xlarge",
1135
+ "r5n.24xlarge",
1136
+ "r5n.2xlarge",
1137
+ "r5n.4xlarge",
1138
+ "r5n.8xlarge",
1139
+ "r5n.large",
1140
+ "r5n.metal",
1141
+ "r5n.xlarge",
1142
+ "r6a.12xlarge",
1143
+ "r6a.16xlarge",
1144
+ "r6a.24xlarge",
1145
+ "r6a.2xlarge",
1146
+ "r6a.32xlarge",
1147
+ "r6a.48xlarge",
1148
+ "r6a.4xlarge",
1149
+ "r6a.8xlarge",
1150
+ "r6a.large",
1151
+ "r6a.metal",
1152
+ "r6a.xlarge",
1153
+ "r6g.12xlarge",
1154
+ "r6g.16xlarge",
1155
+ "r6g.2xlarge",
1156
+ "r6g.4xlarge",
1157
+ "r6g.8xlarge",
1158
+ "r6g.large",
1159
+ "r6g.medium",
1160
+ "r6g.metal",
1161
+ "r6g.xlarge",
1162
+ "r6gd.12xlarge",
1163
+ "r6gd.16xlarge",
1164
+ "r6gd.2xlarge",
1165
+ "r6gd.4xlarge",
1166
+ "r6gd.8xlarge",
1167
+ "r6gd.large",
1168
+ "r6gd.medium",
1169
+ "r6gd.metal",
1170
+ "r6gd.xlarge",
1171
+ "r6i.12xlarge",
1172
+ "r6i.16xlarge",
1173
+ "r6i.24xlarge",
1174
+ "r6i.2xlarge",
1175
+ "r6i.32xlarge",
1176
+ "r6i.4xlarge",
1177
+ "r6i.8xlarge",
1178
+ "r6i.large",
1179
+ "r6i.metal",
1180
+ "r6i.xlarge",
1181
+ "r6id.12xlarge",
1182
+ "r6id.16xlarge",
1183
+ "r6id.24xlarge",
1184
+ "r6id.2xlarge",
1185
+ "r6id.32xlarge",
1186
+ "r6id.4xlarge",
1187
+ "r6id.8xlarge",
1188
+ "r6id.large",
1189
+ "r6id.metal",
1190
+ "r6id.xlarge",
1191
+ "r6idn.12xlarge",
1192
+ "r6idn.16xlarge",
1193
+ "r6idn.24xlarge",
1194
+ "r6idn.2xlarge",
1195
+ "r6idn.32xlarge",
1196
+ "r6idn.4xlarge",
1197
+ "r6idn.8xlarge",
1198
+ "r6idn.large",
1199
+ "r6idn.metal",
1200
+ "r6idn.xlarge",
1201
+ "r6in.12xlarge",
1202
+ "r6in.16xlarge",
1203
+ "r6in.24xlarge",
1204
+ "r6in.2xlarge",
1205
+ "r6in.32xlarge",
1206
+ "r6in.4xlarge",
1207
+ "r6in.8xlarge",
1208
+ "r6in.large",
1209
+ "r6in.metal",
1210
+ "r6in.xlarge",
1211
+ "r7a.12xlarge",
1212
+ "r7a.16xlarge",
1213
+ "r7a.24xlarge",
1214
+ "r7a.2xlarge",
1215
+ "r7a.32xlarge",
1216
+ "r7a.48xlarge",
1217
+ "r7a.4xlarge",
1218
+ "r7a.8xlarge",
1219
+ "r7a.large",
1220
+ "r7a.medium",
1221
+ "r7a.metal-48xl",
1222
+ "r7a.xlarge",
1223
+ "r7g.12xlarge",
1224
+ "r7g.16xlarge",
1225
+ "r7g.2xlarge",
1226
+ "r7g.4xlarge",
1227
+ "r7g.8xlarge",
1228
+ "r7g.large",
1229
+ "r7g.medium",
1230
+ "r7g.metal",
1231
+ "r7g.xlarge",
1232
+ "r7gd.12xlarge",
1233
+ "r7gd.16xlarge",
1234
+ "r7gd.2xlarge",
1235
+ "r7gd.4xlarge",
1236
+ "r7gd.8xlarge",
1237
+ "r7gd.large",
1238
+ "r7gd.medium",
1239
+ "r7gd.metal",
1240
+ "r7gd.xlarge",
1241
+ "r7i.12xlarge",
1242
+ "r7i.16xlarge",
1243
+ "r7i.24xlarge",
1244
+ "r7i.2xlarge",
1245
+ "r7i.48xlarge",
1246
+ "r7i.4xlarge",
1247
+ "r7i.8xlarge",
1248
+ "r7i.large",
1249
+ "r7i.metal-24xl",
1250
+ "r7i.metal-48xl",
1251
+ "r7i.xlarge",
1252
+ "r7iz.12xlarge",
1253
+ "r7iz.16xlarge",
1254
+ "r7iz.2xlarge",
1255
+ "r7iz.32xlarge",
1256
+ "r7iz.4xlarge",
1257
+ "r7iz.8xlarge",
1258
+ "r7iz.large",
1259
+ "r7iz.metal-16xl",
1260
+ "r7iz.metal-32xl",
1261
+ "r7iz.xlarge",
1262
+ "r8g.12xlarge",
1263
+ "r8g.16xlarge",
1264
+ "r8g.24xlarge",
1265
+ "r8g.2xlarge",
1266
+ "r8g.48xlarge",
1267
+ "r8g.4xlarge",
1268
+ "r8g.8xlarge",
1269
+ "r8g.large",
1270
+ "r8g.medium",
1271
+ "r8g.metal-24xl",
1272
+ "r8g.metal-48xl",
1273
+ "r8g.xlarge",
1274
+ "t1.micro",
1275
+ "t2.2xlarge",
1276
+ "t2.large",
1277
+ "t2.medium",
1278
+ "t2.micro",
1279
+ "t2.nano",
1280
+ "t2.small",
1281
+ "t2.xlarge",
1282
+ "t3.2xlarge",
1283
+ "t3.large",
1284
+ "t3.medium",
1285
+ "t3.micro",
1286
+ "t3.nano",
1287
+ "t3.small",
1288
+ "t3.xlarge",
1289
+ "t3a.2xlarge",
1290
+ "t3a.large",
1291
+ "t3a.medium",
1292
+ "t3a.micro",
1293
+ "t3a.nano",
1294
+ "t3a.small",
1295
+ "t3a.xlarge",
1296
+ "t4g.2xlarge",
1297
+ "t4g.large",
1298
+ "t4g.medium",
1299
+ "t4g.micro",
1300
+ "t4g.nano",
1301
+ "t4g.small",
1302
+ "t4g.xlarge",
1303
+ "trn1.2xlarge",
1304
+ "trn1.32xlarge",
1305
+ "trn1n.32xlarge",
1306
+ "u-12tb1.112xlarge",
1307
+ "u-12tb1.metal",
1308
+ "u-18tb1.112xlarge",
1309
+ "u-18tb1.metal",
1310
+ "u-24tb1.112xlarge",
1311
+ "u-24tb1.metal",
1312
+ "u-3tb1.56xlarge",
1313
+ "u-6tb1.112xlarge",
1314
+ "u-6tb1.56xlarge",
1315
+ "u-6tb1.metal",
1316
+ "u-9tb1.112xlarge",
1317
+ "u-9tb1.metal",
1318
+ "u7i-12tb.224xlarge",
1319
+ "u7ib-12tb.224xlarge",
1320
+ "u7in-16tb.224xlarge",
1321
+ "u7in-24tb.224xlarge",
1322
+ "u7in-32tb.224xlarge",
1323
+ "vt1.24xlarge",
1324
+ "vt1.3xlarge",
1325
+ "vt1.6xlarge",
1326
+ "x1.16xlarge",
1327
+ "x1.32xlarge",
1328
+ "x1e.16xlarge",
1329
+ "x1e.2xlarge",
1330
+ "x1e.32xlarge",
1331
+ "x1e.4xlarge",
1332
+ "x1e.8xlarge",
1333
+ "x1e.xlarge",
1334
+ "x2gd.12xlarge",
1335
+ "x2gd.16xlarge",
1336
+ "x2gd.2xlarge",
1337
+ "x2gd.4xlarge",
1338
+ "x2gd.8xlarge",
1339
+ "x2gd.large",
1340
+ "x2gd.medium",
1341
+ "x2gd.metal",
1342
+ "x2gd.xlarge",
1343
+ "x2idn.16xlarge",
1344
+ "x2idn.24xlarge",
1345
+ "x2idn.32xlarge",
1346
+ "x2idn.metal",
1347
+ "x2iedn.16xlarge",
1348
+ "x2iedn.24xlarge",
1349
+ "x2iedn.2xlarge",
1350
+ "x2iedn.32xlarge",
1351
+ "x2iedn.4xlarge",
1352
+ "x2iedn.8xlarge",
1353
+ "x2iedn.metal",
1354
+ "x2iedn.xlarge",
1355
+ "x2iezn.12xlarge",
1356
+ "x2iezn.2xlarge",
1357
+ "x2iezn.4xlarge",
1358
+ "x2iezn.6xlarge",
1359
+ "x2iezn.8xlarge",
1360
+ "x2iezn.metal",
1361
+ "x8g.12xlarge",
1362
+ "x8g.16xlarge",
1363
+ "x8g.24xlarge",
1364
+ "x8g.2xlarge",
1365
+ "x8g.48xlarge",
1366
+ "x8g.4xlarge",
1367
+ "x8g.8xlarge",
1368
+ "x8g.large",
1369
+ "x8g.medium",
1370
+ "x8g.metal-24xl",
1371
+ "x8g.metal-48xl",
1372
+ "x8g.xlarge",
1373
+ "z1d.12xlarge",
1374
+ "z1d.2xlarge",
1375
+ "z1d.3xlarge",
1376
+ "z1d.6xlarge",
1377
+ "z1d.large",
1378
+ "z1d.metal",
1379
+ "z1d.xlarge"
1380
+ ],
1381
+ "type": "string"
1382
+ },
1383
+ "KernelId": {
1384
+ "type": "string"
1385
+ },
1386
+ "KeyName": {
1387
+ "type": "string"
1388
+ },
1389
+ "LicenseSpecifications": {
1390
+ "items": {
1391
+ "$ref": "#/definitions/LicenseSpecification"
1392
+ },
1393
+ "type": "array",
1394
+ "uniqueItems": false
1395
+ },
1396
+ "MaintenanceOptions": {
1397
+ "$ref": "#/definitions/MaintenanceOptions"
1398
+ },
1399
+ "MetadataOptions": {
1400
+ "$ref": "#/definitions/MetadataOptions"
1401
+ },
1402
+ "Monitoring": {
1403
+ "$ref": "#/definitions/Monitoring"
1404
+ },
1405
+ "NetworkInterfaces": {
1406
+ "items": {
1407
+ "$ref": "#/definitions/NetworkInterface"
1408
+ },
1409
+ "type": "array",
1410
+ "uniqueItems": false
1411
+ },
1412
+ "Placement": {
1413
+ "$ref": "#/definitions/Placement"
1414
+ },
1415
+ "PrivateDnsNameOptions": {
1416
+ "$ref": "#/definitions/PrivateDnsNameOptions"
1417
+ },
1418
+ "RamDiskId": {
1419
+ "type": "string"
1420
+ },
1421
+ "SecurityGroupIds": {
1422
+ "format": "AWS::EC2::SecurityGroup.Ids",
1423
+ "items": {
1424
+ "format": "AWS::EC2::SecurityGroup.GroupId",
1425
+ "type": "string"
1426
+ },
1427
+ "type": "array",
1428
+ "uniqueItems": false
1429
+ },
1430
+ "SecurityGroups": {
1431
+ "format": "AWS::EC2::SecurityGroup.Ids",
1432
+ "items": {
1433
+ "format": "AWS::EC2::SecurityGroup.GroupId",
1434
+ "type": "string"
1435
+ },
1436
+ "type": "array",
1437
+ "uniqueItems": false
1438
+ },
1439
+ "TagSpecifications": {
1440
+ "items": {
1441
+ "$ref": "#/definitions/TagSpecification"
1442
+ },
1443
+ "type": "array",
1444
+ "uniqueItems": false
1445
+ },
1446
+ "UserData": {
1447
+ "type": "string"
1448
+ }
1449
+ },
1450
+ "type": "object"
1451
+ },
1452
+ "LaunchTemplateElasticInferenceAccelerator": {
1453
+ "additionalProperties": false,
1454
+ "properties": {
1455
+ "Count": {
1456
+ "type": "integer"
1457
+ },
1458
+ "Type": {
1459
+ "type": "string"
1460
+ }
1461
+ },
1462
+ "type": "object"
1463
+ },
1464
+ "LaunchTemplateTagSpecification": {
1465
+ "additionalProperties": false,
1466
+ "properties": {
1467
+ "ResourceType": {
1468
+ "enum": [
1469
+ "capacity-reservation",
1470
+ "capacity-reservation-fleet",
1471
+ "carrier-gateway",
1472
+ "client-vpn-endpoint",
1473
+ "coip-pool",
1474
+ "customer-gateway",
1475
+ "dedicated-host",
1476
+ "dhcp-options",
1477
+ "egress-only-internet-gateway",
1478
+ "elastic-gpu",
1479
+ "elastic-ip",
1480
+ "export-image-task",
1481
+ "export-instance-task",
1482
+ "fleet",
1483
+ "fpga-image",
1484
+ "host-reservation",
1485
+ "image",
1486
+ "import-image-task",
1487
+ "import-snapshot-task",
1488
+ "instance",
1489
+ "instance-connect-endpoint",
1490
+ "instance-event-window",
1491
+ "internet-gateway",
1492
+ "ipam",
1493
+ "ipam-external-resource-verification-token",
1494
+ "ipam-pool",
1495
+ "ipam-resource-discovery",
1496
+ "ipam-resource-discovery-association",
1497
+ "ipam-scope",
1498
+ "ipv4pool-ec2",
1499
+ "ipv6pool-ec2",
1500
+ "key-pair",
1501
+ "launch-template",
1502
+ "local-gateway",
1503
+ "local-gateway-route-table",
1504
+ "local-gateway-route-table-virtual-interface-group-association",
1505
+ "local-gateway-route-table-vpc-association",
1506
+ "local-gateway-virtual-interface",
1507
+ "local-gateway-virtual-interface-group",
1508
+ "natgateway",
1509
+ "network-acl",
1510
+ "network-insights-access-scope",
1511
+ "network-insights-access-scope-analysis",
1512
+ "network-insights-analysis",
1513
+ "network-insights-path",
1514
+ "network-interface",
1515
+ "placement-group",
1516
+ "prefix-list",
1517
+ "replace-root-volume-task",
1518
+ "reserved-instances",
1519
+ "route-table",
1520
+ "security-group",
1521
+ "security-group-rule",
1522
+ "snapshot",
1523
+ "spot-fleet-request",
1524
+ "spot-instances-request",
1525
+ "subnet",
1526
+ "subnet-cidr-reservation",
1527
+ "traffic-mirror-filter",
1528
+ "traffic-mirror-filter-rule",
1529
+ "traffic-mirror-session",
1530
+ "traffic-mirror-target",
1531
+ "transit-gateway",
1532
+ "transit-gateway-attachment",
1533
+ "transit-gateway-connect-peer",
1534
+ "transit-gateway-multicast-domain",
1535
+ "transit-gateway-policy-table",
1536
+ "transit-gateway-route-table",
1537
+ "transit-gateway-route-table-announcement",
1538
+ "verified-access-endpoint",
1539
+ "verified-access-group",
1540
+ "verified-access-instance",
1541
+ "verified-access-policy",
1542
+ "verified-access-trust-provider",
1543
+ "volume",
1544
+ "vpc",
1545
+ "vpc-block-public-access-exclusion",
1546
+ "vpc-endpoint",
1547
+ "vpc-endpoint-connection",
1548
+ "vpc-endpoint-connection-device-type",
1549
+ "vpc-endpoint-service",
1550
+ "vpc-endpoint-service-permission",
1551
+ "vpc-flow-log",
1552
+ "vpc-peering-connection",
1553
+ "vpn-connection",
1554
+ "vpn-connection-device-type",
1555
+ "vpn-gateway"
1556
+ ],
1557
+ "type": "string"
1558
+ },
1559
+ "Tags": {
1560
+ "items": {
1561
+ "$ref": "#/definitions/Tag"
1562
+ },
1563
+ "type": "array",
1564
+ "uniqueItems": false
1565
+ }
1566
+ },
1567
+ "type": "object"
1568
+ },
1569
+ "LicenseSpecification": {
1570
+ "additionalProperties": false,
1571
+ "properties": {
1572
+ "LicenseConfigurationArn": {
1573
+ "type": "string"
1574
+ }
1575
+ },
1576
+ "type": "object"
1577
+ },
1578
+ "MaintenanceOptions": {
1579
+ "additionalProperties": false,
1580
+ "properties": {
1581
+ "AutoRecovery": {
1582
+ "enum": [
1583
+ "default",
1584
+ "disabled"
1585
+ ],
1586
+ "type": "string"
1587
+ }
1588
+ },
1589
+ "type": "object"
1590
+ },
1591
+ "MemoryGiBPerVCpu": {
1592
+ "additionalProperties": false,
1593
+ "properties": {
1594
+ "Max": {
1595
+ "type": "number"
1596
+ },
1597
+ "Min": {
1598
+ "type": "number"
1599
+ }
1600
+ },
1601
+ "type": "object"
1602
+ },
1603
+ "MemoryMiB": {
1604
+ "additionalProperties": false,
1605
+ "properties": {
1606
+ "Max": {
1607
+ "type": "integer"
1608
+ },
1609
+ "Min": {
1610
+ "type": "integer"
1611
+ }
1612
+ },
1613
+ "type": "object"
1614
+ },
1615
+ "MetadataOptions": {
1616
+ "additionalProperties": false,
1617
+ "properties": {
1618
+ "HttpEndpoint": {
1619
+ "enum": [
1620
+ "disabled",
1621
+ "enabled"
1622
+ ],
1623
+ "type": "string"
1624
+ },
1625
+ "HttpProtocolIpv6": {
1626
+ "enum": [
1627
+ "disabled",
1628
+ "enabled"
1629
+ ],
1630
+ "type": "string"
1631
+ },
1632
+ "HttpPutResponseHopLimit": {
1633
+ "type": "integer"
1634
+ },
1635
+ "HttpTokens": {
1636
+ "enum": [
1637
+ "optional",
1638
+ "required"
1639
+ ],
1640
+ "type": "string"
1641
+ },
1642
+ "InstanceMetadataTags": {
1643
+ "enum": [
1644
+ "disabled",
1645
+ "enabled"
1646
+ ],
1647
+ "type": "string"
1648
+ }
1649
+ },
1650
+ "type": "object"
1651
+ },
1652
+ "Monitoring": {
1653
+ "additionalProperties": false,
1654
+ "properties": {
1655
+ "Enabled": {
1656
+ "type": "boolean"
1657
+ }
1658
+ },
1659
+ "type": "object"
1660
+ },
1661
+ "NetworkBandwidthGbps": {
1662
+ "additionalProperties": false,
1663
+ "properties": {
1664
+ "Max": {
1665
+ "type": "number"
1666
+ },
1667
+ "Min": {
1668
+ "type": "number"
1669
+ }
1670
+ },
1671
+ "type": "object"
1672
+ },
1673
+ "NetworkInterface": {
1674
+ "additionalProperties": false,
1675
+ "dependentExcluded": {
1676
+ "AssociateCarrierIpAddress": [
1677
+ "NetworkInterfaceId"
1678
+ ],
1679
+ "AssociatePublicIpAddress": [
1680
+ "NetworkInterfaceId"
1681
+ ],
1682
+ "NetworkInterfaceId": [
1683
+ "AssociateCarrierIpAddress",
1684
+ "AssociatePublicIpAddress"
1685
+ ]
1686
+ },
1687
+ "properties": {
1688
+ "AssociateCarrierIpAddress": {
1689
+ "type": "boolean"
1690
+ },
1691
+ "AssociatePublicIpAddress": {
1692
+ "type": "boolean"
1693
+ },
1694
+ "ConnectionTrackingSpecification": {
1695
+ "$ref": "#/definitions/ConnectionTrackingSpecification"
1696
+ },
1697
+ "DeleteOnTermination": {
1698
+ "type": "boolean"
1699
+ },
1700
+ "Description": {
1701
+ "type": "string"
1702
+ },
1703
+ "DeviceIndex": {
1704
+ "type": "integer"
1705
+ },
1706
+ "EnaSrdSpecification": {
1707
+ "$ref": "#/definitions/EnaSrdSpecification"
1708
+ },
1709
+ "Groups": {
1710
+ "items": {
1711
+ "type": "string"
1712
+ },
1713
+ "type": "array",
1714
+ "uniqueItems": false
1715
+ },
1716
+ "InterfaceType": {
1717
+ "type": "string"
1718
+ },
1719
+ "Ipv4PrefixCount": {
1720
+ "type": "integer"
1721
+ },
1722
+ "Ipv4Prefixes": {
1723
+ "items": {
1724
+ "$ref": "#/definitions/Ipv4PrefixSpecification"
1725
+ },
1726
+ "type": "array",
1727
+ "uniqueItems": false
1728
+ },
1729
+ "Ipv6AddressCount": {
1730
+ "type": "integer"
1731
+ },
1732
+ "Ipv6Addresses": {
1733
+ "items": {
1734
+ "$ref": "#/definitions/Ipv6Add"
1735
+ },
1736
+ "type": "array",
1737
+ "uniqueItems": false
1738
+ },
1739
+ "Ipv6PrefixCount": {
1740
+ "type": "integer"
1741
+ },
1742
+ "Ipv6Prefixes": {
1743
+ "items": {
1744
+ "$ref": "#/definitions/Ipv6PrefixSpecification"
1745
+ },
1746
+ "type": "array",
1747
+ "uniqueItems": false
1748
+ },
1749
+ "NetworkCardIndex": {
1750
+ "type": "integer"
1751
+ },
1752
+ "NetworkInterfaceId": {
1753
+ "type": "string"
1754
+ },
1755
+ "PrimaryIpv6": {
1756
+ "type": "boolean"
1757
+ },
1758
+ "PrivateIpAddress": {
1759
+ "type": "string"
1760
+ },
1761
+ "PrivateIpAddresses": {
1762
+ "items": {
1763
+ "$ref": "#/definitions/PrivateIpAdd"
1764
+ },
1765
+ "type": "array",
1766
+ "uniqueItems": false
1767
+ },
1768
+ "SecondaryPrivateIpAddressCount": {
1769
+ "type": "integer"
1770
+ },
1771
+ "SubnetId": {
1772
+ "format": "AWS::EC2::Subnet.Id",
1773
+ "type": "string"
1774
+ }
1775
+ },
1776
+ "type": "object"
1777
+ },
1778
+ "NetworkInterfaceCount": {
1779
+ "additionalProperties": false,
1780
+ "properties": {
1781
+ "Max": {
1782
+ "type": "integer"
1783
+ },
1784
+ "Min": {
1785
+ "type": "integer"
1786
+ }
1787
+ },
1788
+ "type": "object"
1789
+ },
1790
+ "Placement": {
1791
+ "additionalProperties": false,
1792
+ "properties": {
1793
+ "Affinity": {
1794
+ "type": "string"
1795
+ },
1796
+ "AvailabilityZone": {
1797
+ "type": "string"
1798
+ },
1799
+ "GroupId": {
1800
+ "type": "string"
1801
+ },
1802
+ "GroupName": {
1803
+ "type": "string"
1804
+ },
1805
+ "HostId": {
1806
+ "type": "string"
1807
+ },
1808
+ "HostResourceGroupArn": {
1809
+ "type": "string"
1810
+ },
1811
+ "PartitionNumber": {
1812
+ "type": "integer"
1813
+ },
1814
+ "SpreadDomain": {
1815
+ "type": "string"
1816
+ },
1817
+ "Tenancy": {
1818
+ "enum": [
1819
+ "dedicated",
1820
+ "default",
1821
+ "host"
1822
+ ],
1823
+ "type": "string"
1824
+ }
1825
+ },
1826
+ "type": "object"
1827
+ },
1828
+ "PrivateDnsNameOptions": {
1829
+ "additionalProperties": false,
1830
+ "properties": {
1831
+ "EnableResourceNameDnsAAAARecord": {
1832
+ "type": "boolean"
1833
+ },
1834
+ "EnableResourceNameDnsARecord": {
1835
+ "type": "boolean"
1836
+ },
1837
+ "HostnameType": {
1838
+ "enum": [
1839
+ "ip-name",
1840
+ "resource-name"
1841
+ ],
1842
+ "type": "string"
1843
+ }
1844
+ },
1845
+ "type": "object"
1846
+ },
1847
+ "PrivateIpAdd": {
1848
+ "additionalProperties": false,
1849
+ "properties": {
1850
+ "Primary": {
1851
+ "type": "boolean"
1852
+ },
1853
+ "PrivateIpAddress": {
1854
+ "type": "string"
1855
+ }
1856
+ },
1857
+ "type": "object"
1858
+ },
1859
+ "SpotOptions": {
1860
+ "additionalProperties": false,
1861
+ "properties": {
1862
+ "BlockDurationMinutes": {
1863
+ "type": "integer"
1864
+ },
1865
+ "InstanceInterruptionBehavior": {
1866
+ "enum": [
1867
+ "hibernate",
1868
+ "stop",
1869
+ "terminate"
1870
+ ],
1871
+ "type": "string"
1872
+ },
1873
+ "MaxPrice": {
1874
+ "type": "string"
1875
+ },
1876
+ "SpotInstanceType": {
1877
+ "enum": [
1878
+ "one-time",
1879
+ "persistent"
1880
+ ],
1881
+ "type": "string"
1882
+ },
1883
+ "ValidUntil": {
1884
+ "type": "string"
1885
+ }
1886
+ },
1887
+ "type": "object"
1888
+ },
1889
+ "Tag": {
1890
+ "additionalProperties": false,
1891
+ "properties": {
1892
+ "Key": {
1893
+ "type": "string"
1894
+ },
1895
+ "Value": {
1896
+ "type": "string"
1897
+ }
1898
+ },
1899
+ "required": [
1900
+ "Value",
1901
+ "Key"
1902
+ ],
1903
+ "type": "object"
1904
+ },
1905
+ "TagSpecification": {
1906
+ "additionalProperties": false,
1907
+ "properties": {
1908
+ "ResourceType": {
1909
+ "enum": [
1910
+ "capacity-reservation",
1911
+ "capacity-reservation-fleet",
1912
+ "carrier-gateway",
1913
+ "client-vpn-endpoint",
1914
+ "coip-pool",
1915
+ "customer-gateway",
1916
+ "dedicated-host",
1917
+ "dhcp-options",
1918
+ "egress-only-internet-gateway",
1919
+ "elastic-gpu",
1920
+ "elastic-ip",
1921
+ "export-image-task",
1922
+ "export-instance-task",
1923
+ "fleet",
1924
+ "fpga-image",
1925
+ "host-reservation",
1926
+ "image",
1927
+ "import-image-task",
1928
+ "import-snapshot-task",
1929
+ "instance",
1930
+ "instance-connect-endpoint",
1931
+ "instance-event-window",
1932
+ "internet-gateway",
1933
+ "ipam",
1934
+ "ipam-external-resource-verification-token",
1935
+ "ipam-pool",
1936
+ "ipam-resource-discovery",
1937
+ "ipam-resource-discovery-association",
1938
+ "ipam-scope",
1939
+ "ipv4pool-ec2",
1940
+ "ipv6pool-ec2",
1941
+ "key-pair",
1942
+ "launch-template",
1943
+ "local-gateway",
1944
+ "local-gateway-route-table",
1945
+ "local-gateway-route-table-virtual-interface-group-association",
1946
+ "local-gateway-route-table-vpc-association",
1947
+ "local-gateway-virtual-interface",
1948
+ "local-gateway-virtual-interface-group",
1949
+ "natgateway",
1950
+ "network-acl",
1951
+ "network-insights-access-scope",
1952
+ "network-insights-access-scope-analysis",
1953
+ "network-insights-analysis",
1954
+ "network-insights-path",
1955
+ "network-interface",
1956
+ "placement-group",
1957
+ "prefix-list",
1958
+ "replace-root-volume-task",
1959
+ "reserved-instances",
1960
+ "route-table",
1961
+ "security-group",
1962
+ "security-group-rule",
1963
+ "snapshot",
1964
+ "spot-fleet-request",
1965
+ "spot-instances-request",
1966
+ "subnet",
1967
+ "subnet-cidr-reservation",
1968
+ "traffic-mirror-filter",
1969
+ "traffic-mirror-filter-rule",
1970
+ "traffic-mirror-session",
1971
+ "traffic-mirror-target",
1972
+ "transit-gateway",
1973
+ "transit-gateway-attachment",
1974
+ "transit-gateway-connect-peer",
1975
+ "transit-gateway-multicast-domain",
1976
+ "transit-gateway-policy-table",
1977
+ "transit-gateway-route-table",
1978
+ "transit-gateway-route-table-announcement",
1979
+ "verified-access-endpoint",
1980
+ "verified-access-group",
1981
+ "verified-access-instance",
1982
+ "verified-access-policy",
1983
+ "verified-access-trust-provider",
1984
+ "volume",
1985
+ "vpc",
1986
+ "vpc-block-public-access-exclusion",
1987
+ "vpc-endpoint",
1988
+ "vpc-endpoint-connection",
1989
+ "vpc-endpoint-connection-device-type",
1990
+ "vpc-endpoint-service",
1991
+ "vpc-endpoint-service-permission",
1992
+ "vpc-flow-log",
1993
+ "vpc-peering-connection",
1994
+ "vpn-connection",
1995
+ "vpn-connection-device-type",
1996
+ "vpn-gateway"
1997
+ ],
1998
+ "type": "string"
1999
+ },
2000
+ "Tags": {
2001
+ "items": {
2002
+ "$ref": "#/definitions/Tag"
2003
+ },
2004
+ "type": "array",
2005
+ "uniqueItems": false
2006
+ }
2007
+ },
2008
+ "type": "object"
2009
+ },
2010
+ "TotalLocalStorageGB": {
2011
+ "additionalProperties": false,
2012
+ "properties": {
2013
+ "Max": {
2014
+ "type": "number"
2015
+ },
2016
+ "Min": {
2017
+ "type": "number"
2018
+ }
2019
+ },
2020
+ "type": "object"
2021
+ },
2022
+ "VCpuCount": {
2023
+ "additionalProperties": false,
2024
+ "properties": {
2025
+ "Max": {
2026
+ "type": "integer"
2027
+ },
2028
+ "Min": {
2029
+ "type": "integer"
2030
+ }
2031
+ },
2032
+ "type": "object"
2033
+ }
2034
+ },
2035
+ "primaryIdentifier": [
2036
+ "/properties/LaunchTemplateId"
2037
+ ],
2038
+ "properties": {
2039
+ "DefaultVersionNumber": {
2040
+ "type": "string"
2041
+ },
2042
+ "LatestVersionNumber": {
2043
+ "type": "string"
2044
+ },
2045
+ "LaunchTemplateData": {
2046
+ "$ref": "#/definitions/LaunchTemplateData"
2047
+ },
2048
+ "LaunchTemplateId": {
2049
+ "type": "string"
2050
+ },
2051
+ "LaunchTemplateName": {
2052
+ "pattern": "[a-zA-Z0-9\\(\\)\\.\\-/_]+",
2053
+ "type": "string"
2054
+ },
2055
+ "TagSpecifications": {
2056
+ "items": {
2057
+ "$ref": "#/definitions/LaunchTemplateTagSpecification"
2058
+ },
2059
+ "type": "array",
2060
+ "uniqueItems": false
2061
+ },
2062
+ "VersionDescription": {
2063
+ "type": "string"
2064
+ }
2065
+ },
2066
+ "readOnlyProperties": [
2067
+ "/properties/DefaultVersionNumber",
2068
+ "/properties/LaunchTemplateId",
2069
+ "/properties/LatestVersionNumber"
2070
+ ],
2071
+ "required": [
2072
+ "LaunchTemplateData"
2073
+ ],
2074
+ "tagging": {
2075
+ "cloudFormationSystemTags": false,
2076
+ "tagOnCreate": false,
2077
+ "tagUpdatable": false,
2078
+ "taggable": false
2079
+ },
2080
+ "typeName": "AWS::EC2::LaunchTemplate",
2081
+ "writeOnlyProperties": [
2082
+ "/properties/LaunchTemplateData",
2083
+ "/properties/VersionDescription",
2084
+ "/properties/TagSpecifications"
2085
+ ]
2086
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-networkinterfacepermission.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/AwsAccountId",
5
+ "/properties/Permission",
6
+ "/properties/NetworkInterfaceId"
7
+ ],
8
+ "primaryIdentifier": [
9
+ "/properties/Id"
10
+ ],
11
+ "properties": {
12
+ "AwsAccountId": {
13
+ "type": "string"
14
+ },
15
+ "Id": {
16
+ "type": "string"
17
+ },
18
+ "NetworkInterfaceId": {
19
+ "type": "string"
20
+ },
21
+ "Permission": {
22
+ "enum": [
23
+ "EIP-ASSOCIATE",
24
+ "INSTANCE-ATTACH"
25
+ ],
26
+ "type": "string"
27
+ }
28
+ },
29
+ "readOnlyProperties": [
30
+ "/properties/Id"
31
+ ],
32
+ "required": [
33
+ "AwsAccountId",
34
+ "Permission",
35
+ "NetworkInterfaceId"
36
+ ],
37
+ "typeName": "AWS::EC2::NetworkInterfacePermission"
38
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-trafficmirrorsession.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/NetworkInterfaceId"
5
+ ],
6
+ "definitions": {
7
+ "Tag": {
8
+ "additionalProperties": false,
9
+ "properties": {
10
+ "Key": {
11
+ "type": "string"
12
+ },
13
+ "Value": {
14
+ "type": "string"
15
+ }
16
+ },
17
+ "required": [
18
+ "Value",
19
+ "Key"
20
+ ],
21
+ "type": "object"
22
+ }
23
+ },
24
+ "primaryIdentifier": [
25
+ "/properties/Id"
26
+ ],
27
+ "properties": {
28
+ "Description": {
29
+ "type": "string"
30
+ },
31
+ "Id": {
32
+ "type": "string"
33
+ },
34
+ "NetworkInterfaceId": {
35
+ "type": "string"
36
+ },
37
+ "PacketLength": {
38
+ "type": "integer"
39
+ },
40
+ "SessionNumber": {
41
+ "type": "integer"
42
+ },
43
+ "Tags": {
44
+ "items": {
45
+ "$ref": "#/definitions/Tag"
46
+ },
47
+ "type": "array",
48
+ "uniqueItems": false
49
+ },
50
+ "TrafficMirrorFilterId": {
51
+ "type": "string"
52
+ },
53
+ "TrafficMirrorTargetId": {
54
+ "type": "string"
55
+ },
56
+ "VirtualNetworkId": {
57
+ "type": "integer"
58
+ }
59
+ },
60
+ "readOnlyProperties": [
61
+ "/properties/Id"
62
+ ],
63
+ "required": [
64
+ "TrafficMirrorTargetId",
65
+ "SessionNumber",
66
+ "NetworkInterfaceId",
67
+ "TrafficMirrorFilterId"
68
+ ],
69
+ "typeName": "AWS::EC2::TrafficMirrorSession"
70
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-ec2-vpnconnection.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/aws-cloudformation/cloudformation-resource-schema/blob/master/src/main/resources/schema/provider.definition.schema.v1.json",
3
+ "additionalProperties": false,
4
+ "createOnlyProperties": [
5
+ "/properties/Type",
6
+ "/properties/CustomerGatewayId",
7
+ "/properties/VpnGatewayId",
8
+ "/properties/TransitGatewayId",
9
+ "/properties/EnableAcceleration",
10
+ "/properties/VpnTunnelOptionsSpecifications",
11
+ "/properties/StaticRoutesOnly"
12
+ ],
13
+ "definitions": {
14
+ "Tag": {
15
+ "additionalProperties": false,
16
+ "properties": {
17
+ "Key": {
18
+ "type": "string"
19
+ },
20
+ "Value": {
21
+ "type": "string"
22
+ }
23
+ },
24
+ "required": [
25
+ "Value",
26
+ "Key"
27
+ ],
28
+ "type": "object"
29
+ },
30
+ "VpnTunnelOptionsSpecification": {
31
+ "additionalProperties": false,
32
+ "properties": {
33
+ "PreSharedKey": {
34
+ "type": "string"
35
+ },
36
+ "TunnelInsideCidr": {
37
+ "type": "string"
38
+ }
39
+ },
40
+ "type": "object"
41
+ }
42
+ },
43
+ "primaryIdentifier": [
44
+ "/properties/VpnConnectionId"
45
+ ],
46
+ "properties": {
47
+ "CustomerGatewayId": {
48
+ "type": "string"
49
+ },
50
+ "EnableAcceleration": {
51
+ "type": "boolean"
52
+ },
53
+ "StaticRoutesOnly": {
54
+ "type": "boolean"
55
+ },
56
+ "Tags": {
57
+ "insertionOrder": false,
58
+ "items": {
59
+ "$ref": "#/definitions/Tag"
60
+ },
61
+ "type": "array",
62
+ "uniqueItems": false
63
+ },
64
+ "TransitGatewayId": {
65
+ "type": "string"
66
+ },
67
+ "Type": {
68
+ "type": "string"
69
+ },
70
+ "VpnConnectionId": {
71
+ "type": "string"
72
+ },
73
+ "VpnGatewayId": {
74
+ "type": "string"
75
+ },
76
+ "VpnTunnelOptionsSpecifications": {
77
+ "insertionOrder": false,
78
+ "items": {
79
+ "$ref": "#/definitions/VpnTunnelOptionsSpecification"
80
+ },
81
+ "type": "array",
82
+ "uniqueItems": false
83
+ }
84
+ },
85
+ "readOnlyProperties": [
86
+ "/properties/VpnConnectionId"
87
+ ],
88
+ "required": [
89
+ "Type",
90
+ "CustomerGatewayId"
91
+ ],
92
+ "tagging": {
93
+ "cloudFormationSystemTags": false,
94
+ "tagOnCreate": true,
95
+ "tagProperty": "/properties/Tags",
96
+ "tagUpdatable": true,
97
+ "taggable": true
98
+ },
99
+ "typeName": "AWS::EC2::VPNConnection"
100
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-efs-accesspoint.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/FileSystemId",
5
+ "/properties/ClientToken",
6
+ "/properties/PosixUser",
7
+ "/properties/PosixUser/Uid",
8
+ "/properties/PosixUser/Gid",
9
+ "/properties/PosixUser/SecondaryGids",
10
+ "/properties/RootDirectory",
11
+ "/properties/RootDirectory/Path",
12
+ "/properties/RootDirectory/CreationInfo",
13
+ "/properties/RootDirectory/CreationInfo/OwnerUid",
14
+ "/properties/RootDirectory/CreationInfo/OwnerGid",
15
+ "/properties/RootDirectory/CreationInfo/Permissions"
16
+ ],
17
+ "definitions": {
18
+ "AccessPointTag": {
19
+ "additionalProperties": false,
20
+ "properties": {
21
+ "Key": {
22
+ "maxLength": 128,
23
+ "minLength": 1,
24
+ "type": "string"
25
+ },
26
+ "Value": {
27
+ "maxLength": 256,
28
+ "minLength": 1,
29
+ "type": "string"
30
+ }
31
+ },
32
+ "type": "object"
33
+ },
34
+ "CreationInfo": {
35
+ "additionalProperties": false,
36
+ "properties": {
37
+ "OwnerGid": {
38
+ "type": "string"
39
+ },
40
+ "OwnerUid": {
41
+ "type": "string"
42
+ },
43
+ "Permissions": {
44
+ "pattern": "^[0-7]{3,4}$",
45
+ "type": "string"
46
+ }
47
+ },
48
+ "required": [
49
+ "OwnerUid",
50
+ "OwnerGid",
51
+ "Permissions"
52
+ ],
53
+ "type": "object"
54
+ },
55
+ "PosixUser": {
56
+ "additionalProperties": false,
57
+ "properties": {
58
+ "Gid": {
59
+ "type": "string"
60
+ },
61
+ "SecondaryGids": {
62
+ "items": {
63
+ "type": "string"
64
+ },
65
+ "type": "array"
66
+ },
67
+ "Uid": {
68
+ "type": "string"
69
+ }
70
+ },
71
+ "required": [
72
+ "Uid",
73
+ "Gid"
74
+ ],
75
+ "type": "object"
76
+ },
77
+ "RootDirectory": {
78
+ "additionalProperties": false,
79
+ "properties": {
80
+ "CreationInfo": {
81
+ "$ref": "#/definitions/CreationInfo"
82
+ },
83
+ "Path": {
84
+ "maxLength": 100,
85
+ "minLength": 1,
86
+ "pattern": "^(\\/|(\\/(?!\\.)+[^$#<>;`|&?{}^*/\\n]+){1,4})$",
87
+ "type": "string"
88
+ }
89
+ },
90
+ "type": "object"
91
+ }
92
+ },
93
+ "primaryIdentifier": [
94
+ "/properties/AccessPointId"
95
+ ],
96
+ "properties": {
97
+ "AccessPointId": {
98
+ "type": "string"
99
+ },
100
+ "AccessPointTags": {
101
+ "insertionOrder": false,
102
+ "items": {
103
+ "$ref": "#/definitions/AccessPointTag"
104
+ },
105
+ "type": "array",
106
+ "uniqueItems": true
107
+ },
108
+ "Arn": {
109
+ "type": "string"
110
+ },
111
+ "ClientToken": {
112
+ "pattern": ".+",
113
+ "type": "string"
114
+ },
115
+ "FileSystemId": {
116
+ "pattern": "^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$",
117
+ "type": "string"
118
+ },
119
+ "PosixUser": {
120
+ "$ref": "#/definitions/PosixUser"
121
+ },
122
+ "RootDirectory": {
123
+ "$ref": "#/definitions/RootDirectory"
124
+ }
125
+ },
126
+ "readOnlyProperties": [
127
+ "/properties/AccessPointId",
128
+ "/properties/Arn"
129
+ ],
130
+ "required": [
131
+ "FileSystemId"
132
+ ],
133
+ "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
134
+ "tagging": {
135
+ "cloudFormationSystemTags": false,
136
+ "tagOnCreate": true,
137
+ "tagProperty": "/properties/AccessPointTags",
138
+ "tagUpdatable": true,
139
+ "taggable": true
140
+ },
141
+ "typeName": "AWS::EFS::AccessPoint"
142
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-efs-filesystem.json ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/AvailabilityZoneName",
5
+ "/properties/Encrypted",
6
+ "/properties/KmsKeyId",
7
+ "/properties/PerformanceMode"
8
+ ],
9
+ "definitions": {
10
+ "Arn": {
11
+ "type": "string"
12
+ },
13
+ "BackupPolicy": {
14
+ "additionalProperties": false,
15
+ "properties": {
16
+ "Status": {
17
+ "enum": [
18
+ "DISABLED",
19
+ "ENABLED"
20
+ ],
21
+ "type": "string"
22
+ }
23
+ },
24
+ "required": [
25
+ "Status"
26
+ ],
27
+ "type": "object"
28
+ },
29
+ "ElasticFileSystemTag": {
30
+ "additionalProperties": false,
31
+ "properties": {
32
+ "Key": {
33
+ "type": "string"
34
+ },
35
+ "Value": {
36
+ "type": "string"
37
+ }
38
+ },
39
+ "required": [
40
+ "Value",
41
+ "Key"
42
+ ],
43
+ "type": "object"
44
+ },
45
+ "FileSystemProtection": {
46
+ "additionalProperties": false,
47
+ "properties": {
48
+ "ReplicationOverwriteProtection": {
49
+ "enum": [
50
+ "DISABLED",
51
+ "ENABLED"
52
+ ],
53
+ "type": "string"
54
+ }
55
+ },
56
+ "type": "object"
57
+ },
58
+ "LifecyclePolicy": {
59
+ "additionalProperties": false,
60
+ "properties": {
61
+ "TransitionToArchive": {
62
+ "enum": [
63
+ "AFTER_14_DAYS",
64
+ "AFTER_180_DAYS",
65
+ "AFTER_1_DAY",
66
+ "AFTER_270_DAYS",
67
+ "AFTER_30_DAYS",
68
+ "AFTER_365_DAYS",
69
+ "AFTER_60_DAYS",
70
+ "AFTER_7_DAYS",
71
+ "AFTER_90_DAYS"
72
+ ],
73
+ "type": "string"
74
+ },
75
+ "TransitionToIA": {
76
+ "enum": [
77
+ "AFTER_14_DAYS",
78
+ "AFTER_180_DAYS",
79
+ "AFTER_1_DAY",
80
+ "AFTER_270_DAYS",
81
+ "AFTER_30_DAYS",
82
+ "AFTER_365_DAYS",
83
+ "AFTER_60_DAYS",
84
+ "AFTER_7_DAYS",
85
+ "AFTER_90_DAYS"
86
+ ],
87
+ "type": "string"
88
+ },
89
+ "TransitionToPrimaryStorageClass": {
90
+ "enum": [
91
+ "AFTER_1_ACCESS"
92
+ ],
93
+ "type": "string"
94
+ }
95
+ },
96
+ "type": "object"
97
+ },
98
+ "ReplicationConfiguration": {
99
+ "additionalProperties": false,
100
+ "properties": {
101
+ "Destinations": {
102
+ "items": {
103
+ "$ref": "#/definitions/ReplicationDestination"
104
+ },
105
+ "maxItems": 1,
106
+ "minItems": 1,
107
+ "type": "array",
108
+ "uniqueItems": true
109
+ }
110
+ },
111
+ "type": "object"
112
+ },
113
+ "ReplicationDestination": {
114
+ "additionalProperties": false,
115
+ "properties": {
116
+ "AvailabilityZoneName": {
117
+ "type": "string"
118
+ },
119
+ "FileSystemId": {
120
+ "type": "string"
121
+ },
122
+ "KmsKeyId": {
123
+ "type": "string"
124
+ },
125
+ "Region": {
126
+ "type": "string"
127
+ }
128
+ },
129
+ "type": "object"
130
+ }
131
+ },
132
+ "primaryIdentifier": [
133
+ "/properties/FileSystemId"
134
+ ],
135
+ "properties": {
136
+ "Arn": {
137
+ "$ref": "#/definitions/Arn"
138
+ },
139
+ "AvailabilityZoneName": {
140
+ "pattern": ".+",
141
+ "type": "string"
142
+ },
143
+ "BackupPolicy": {
144
+ "$ref": "#/definitions/BackupPolicy"
145
+ },
146
+ "BypassPolicyLockoutSafetyCheck": {
147
+ "type": "boolean"
148
+ },
149
+ "Encrypted": {
150
+ "type": "boolean"
151
+ },
152
+ "FileSystemId": {
153
+ "pattern": "^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$",
154
+ "type": "string"
155
+ },
156
+ "FileSystemPolicy": {
157
+ "format": "json",
158
+ "type": [
159
+ "object",
160
+ "string"
161
+ ]
162
+ },
163
+ "FileSystemProtection": {
164
+ "$ref": "#/definitions/FileSystemProtection"
165
+ },
166
+ "FileSystemTags": {
167
+ "items": {
168
+ "$ref": "#/definitions/ElasticFileSystemTag"
169
+ },
170
+ "type": "array",
171
+ "uniqueItems": true
172
+ },
173
+ "KmsKeyId": {
174
+ "pattern": "^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|mrk-[0-9a-f]{32}|alias/[a-zA-Z0-9/_-]+|(arn:aws[-a-z]*:kms:[a-z0-9-]+:\\d{12}:((key/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(key/mrk-[0-9a-f]{32})|(alias/[a-zA-Z0-9/_-]+))))$",
175
+ "type": "string"
176
+ },
177
+ "LifecyclePolicies": {
178
+ "items": {
179
+ "$ref": "#/definitions/LifecyclePolicy"
180
+ },
181
+ "type": "array",
182
+ "uniqueItems": true
183
+ },
184
+ "PerformanceMode": {
185
+ "enum": [
186
+ "generalPurpose",
187
+ "maxIO"
188
+ ],
189
+ "type": "string"
190
+ },
191
+ "ProvisionedThroughputInMibps": {
192
+ "type": "number"
193
+ },
194
+ "ReplicationConfiguration": {
195
+ "$ref": "#/definitions/ReplicationConfiguration"
196
+ },
197
+ "ThroughputMode": {
198
+ "enum": [
199
+ "bursting",
200
+ "elastic",
201
+ "provisioned"
202
+ ],
203
+ "type": "string"
204
+ }
205
+ },
206
+ "propertyTransform": {
207
+ "/properties/FileSystemProtection/ReplicationOverwriteProtection": "$uppercase(FileSystemProtection.ReplicationOverwriteProtection)='DISABLED' ? 'REPLICATING' : $uppercase(FileSystemProtection.ReplicationOverwriteProtection)",
208
+ "/properties/KmsKeyId": "\"arn:aws[-a-z]*:kms:[a-z0-9-]+:[0-9]{12}:key/[a-zA-Z0-9-]+\""
209
+ },
210
+ "readOnlyProperties": [
211
+ "/properties/Arn",
212
+ "/properties/FileSystemId"
213
+ ],
214
+ "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
215
+ "tagging": {
216
+ "cloudFormationSystemTags": false,
217
+ "tagOnCreate": true,
218
+ "tagProperty": "/properties/FileSystemTags",
219
+ "tagUpdatable": true,
220
+ "taggable": true
221
+ },
222
+ "typeName": "AWS::EFS::FileSystem",
223
+ "writeOnlyProperties": [
224
+ "/properties/BypassPolicyLockoutSafetyCheck",
225
+ "/properties/ReplicationConfiguration/Destinations/*/AvailabilityZoneName",
226
+ "/properties/ReplicationConfiguration/Destinations/*/KmsKeyId"
227
+ ]
228
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-elasticloadbalancingv2-loadbalancer.json ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/Name",
5
+ "/properties/Type",
6
+ "/properties/Scheme"
7
+ ],
8
+ "definitions": {
9
+ "LoadBalancerAttribute": {
10
+ "additionalProperties": false,
11
+ "properties": {
12
+ "Key": {
13
+ "type": "string"
14
+ },
15
+ "Value": {
16
+ "type": "string"
17
+ }
18
+ },
19
+ "type": "object"
20
+ },
21
+ "SubnetMapping": {
22
+ "additionalProperties": false,
23
+ "properties": {
24
+ "AllocationId": {
25
+ "type": "string"
26
+ },
27
+ "IPv6Address": {
28
+ "type": "string"
29
+ },
30
+ "PrivateIPv4Address": {
31
+ "type": "string"
32
+ },
33
+ "SubnetId": {
34
+ "format": "AWS::EC2::Subnet.Id",
35
+ "type": "string"
36
+ }
37
+ },
38
+ "required": [
39
+ "SubnetId"
40
+ ],
41
+ "type": "object"
42
+ },
43
+ "Tag": {
44
+ "additionalProperties": false,
45
+ "properties": {
46
+ "Key": {
47
+ "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$",
48
+ "type": "string"
49
+ },
50
+ "Value": {
51
+ "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$",
52
+ "type": "string"
53
+ }
54
+ },
55
+ "required": [
56
+ "Key"
57
+ ],
58
+ "type": "object"
59
+ }
60
+ },
61
+ "documentationUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html",
62
+ "primaryIdentifier": [
63
+ "/properties/LoadBalancerArn"
64
+ ],
65
+ "properties": {
66
+ "CanonicalHostedZoneID": {
67
+ "type": "string"
68
+ },
69
+ "DNSName": {
70
+ "type": "string"
71
+ },
72
+ "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": {
73
+ "type": "string"
74
+ },
75
+ "IpAddressType": {
76
+ "enum": [
77
+ "dualstack",
78
+ "dualstack-without-public-ipv4",
79
+ "ipv4"
80
+ ],
81
+ "type": "string"
82
+ },
83
+ "LoadBalancerArn": {
84
+ "type": "string"
85
+ },
86
+ "LoadBalancerAttributes": {
87
+ "arrayType": "AttributeList",
88
+ "insertionOrder": false,
89
+ "items": {
90
+ "$ref": "#/definitions/LoadBalancerAttribute"
91
+ },
92
+ "type": "array",
93
+ "uniqueItems": true
94
+ },
95
+ "LoadBalancerFullName": {
96
+ "type": "string"
97
+ },
98
+ "LoadBalancerName": {
99
+ "type": "string"
100
+ },
101
+ "Name": {
102
+ "type": "string"
103
+ },
104
+ "Scheme": {
105
+ "enum": [
106
+ "internal",
107
+ "internet-facing"
108
+ ],
109
+ "type": "string"
110
+ },
111
+ "SecurityGroups": {
112
+ "format": "AWS::EC2::SecurityGroup.Ids",
113
+ "insertionOrder": false,
114
+ "items": {
115
+ "format": "AWS::EC2::SecurityGroup.GroupId",
116
+ "type": "string"
117
+ },
118
+ "type": "array",
119
+ "uniqueItems": true
120
+ },
121
+ "SubnetMappings": {
122
+ "insertionOrder": false,
123
+ "items": {
124
+ "$ref": "#/definitions/SubnetMapping"
125
+ },
126
+ "type": "array",
127
+ "uniqueItems": true
128
+ },
129
+ "Subnets": {
130
+ "format": "AWS::EC2::Subnet.Ids",
131
+ "insertionOrder": false,
132
+ "items": {
133
+ "format": "AWS::EC2::Subnet.Id",
134
+ "type": "string"
135
+ },
136
+ "type": "array",
137
+ "uniqueItems": true
138
+ },
139
+ "Tags": {
140
+ "insertionOrder": false,
141
+ "items": {
142
+ "$ref": "#/definitions/Tag"
143
+ },
144
+ "type": "array",
145
+ "uniqueItems": false
146
+ },
147
+ "Type": {
148
+ "enum": [
149
+ "application",
150
+ "network",
151
+ "gateway"
152
+ ],
153
+ "type": "string"
154
+ }
155
+ },
156
+ "readOnlyProperties": [
157
+ "/properties/LoadBalancerName",
158
+ "/properties/LoadBalancerFullName",
159
+ "/properties/CanonicalHostedZoneID",
160
+ "/properties/LoadBalancerArn",
161
+ "/properties/DNSName"
162
+ ],
163
+ "requiredXor": [
164
+ "Subnets",
165
+ "SubnetMappings"
166
+ ],
167
+ "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-elasticloadbalancingv2",
168
+ "tagging": {
169
+ "cloudFormationSystemTags": false,
170
+ "tagOnCreate": true,
171
+ "tagProperty": "/properties/Tags",
172
+ "tagUpdatable": true,
173
+ "taggable": true
174
+ },
175
+ "typeName": "AWS::ElasticLoadBalancingV2::LoadBalancer"
176
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-gamelift-alias.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "definitions": {
4
+ "RoutingStrategy": {
5
+ "additionalProperties": false,
6
+ "properties": {
7
+ "FleetId": {
8
+ "type": "string"
9
+ },
10
+ "Message": {
11
+ "type": "string"
12
+ },
13
+ "Type": {
14
+ "type": "string"
15
+ }
16
+ },
17
+ "required": [
18
+ "Type"
19
+ ],
20
+ "type": "object"
21
+ }
22
+ },
23
+ "primaryIdentifier": [
24
+ "/properties/Id"
25
+ ],
26
+ "properties": {
27
+ "Description": {
28
+ "type": "string"
29
+ },
30
+ "Id": {
31
+ "type": "string"
32
+ },
33
+ "Name": {
34
+ "type": "string"
35
+ },
36
+ "RoutingStrategy": {
37
+ "$ref": "#/definitions/RoutingStrategy"
38
+ }
39
+ },
40
+ "readOnlyProperties": [
41
+ "/properties/Id"
42
+ ],
43
+ "required": [
44
+ "RoutingStrategy",
45
+ "Name"
46
+ ],
47
+ "typeName": "AWS::GameLift::Alias"
48
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-gamelift-build.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/StorageLocation",
5
+ "/properties/OperatingSystem"
6
+ ],
7
+ "definitions": {
8
+ "S3Location": {
9
+ "additionalProperties": false,
10
+ "properties": {
11
+ "Bucket": {
12
+ "type": "string"
13
+ },
14
+ "Key": {
15
+ "type": "string"
16
+ },
17
+ "ObjectVersion": {
18
+ "type": "string"
19
+ },
20
+ "RoleArn": {
21
+ "type": "string"
22
+ }
23
+ },
24
+ "required": [
25
+ "Bucket",
26
+ "Key",
27
+ "RoleArn"
28
+ ],
29
+ "type": "object"
30
+ }
31
+ },
32
+ "primaryIdentifier": [
33
+ "/properties/Id"
34
+ ],
35
+ "properties": {
36
+ "Id": {
37
+ "type": "string"
38
+ },
39
+ "Name": {
40
+ "type": "string"
41
+ },
42
+ "OperatingSystem": {
43
+ "type": "string"
44
+ },
45
+ "StorageLocation": {
46
+ "$ref": "#/definitions/S3Location"
47
+ },
48
+ "Version": {
49
+ "type": "string"
50
+ }
51
+ },
52
+ "readOnlyProperties": [
53
+ "/properties/Id"
54
+ ],
55
+ "typeName": "AWS::GameLift::Build"
56
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-gamelift-fleet.json ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/PeerVpcAwsAccountId",
5
+ "/properties/BuildId",
6
+ "/properties/EC2InstanceType",
7
+ "/properties/ServerLaunchParameters",
8
+ "/properties/CertificateConfiguration",
9
+ "/properties/LogPaths",
10
+ "/properties/ServerLaunchPath",
11
+ "/properties/FleetType",
12
+ "/properties/ScriptId",
13
+ "/properties/PeerVpcId",
14
+ "/properties/InstanceRoleARN"
15
+ ],
16
+ "definitions": {
17
+ "CertificateConfiguration": {
18
+ "additionalProperties": false,
19
+ "properties": {
20
+ "CertificateType": {
21
+ "type": "string"
22
+ }
23
+ },
24
+ "required": [
25
+ "CertificateType"
26
+ ],
27
+ "type": "object"
28
+ },
29
+ "IpPermission": {
30
+ "additionalProperties": false,
31
+ "properties": {
32
+ "FromPort": {
33
+ "type": "integer"
34
+ },
35
+ "IpRange": {
36
+ "type": "string"
37
+ },
38
+ "Protocol": {
39
+ "type": "string"
40
+ },
41
+ "ToPort": {
42
+ "type": "integer"
43
+ }
44
+ },
45
+ "required": [
46
+ "IpRange",
47
+ "FromPort",
48
+ "ToPort",
49
+ "Protocol"
50
+ ],
51
+ "type": "object"
52
+ },
53
+ "ResourceCreationLimitPolicy": {
54
+ "additionalProperties": false,
55
+ "properties": {
56
+ "NewGameSessionsPerCreator": {
57
+ "type": "integer"
58
+ },
59
+ "PolicyPeriodInMinutes": {
60
+ "type": "integer"
61
+ }
62
+ },
63
+ "type": "object"
64
+ },
65
+ "RuntimeConfiguration": {
66
+ "additionalProperties": false,
67
+ "properties": {
68
+ "GameSessionActivationTimeoutSeconds": {
69
+ "type": "integer"
70
+ },
71
+ "MaxConcurrentGameSessionActivations": {
72
+ "type": "integer"
73
+ },
74
+ "ServerProcesses": {
75
+ "items": {
76
+ "$ref": "#/definitions/ServerProcess"
77
+ },
78
+ "type": "array",
79
+ "uniqueItems": true
80
+ }
81
+ },
82
+ "type": "object"
83
+ },
84
+ "ServerProcess": {
85
+ "additionalProperties": false,
86
+ "properties": {
87
+ "ConcurrentExecutions": {
88
+ "type": "integer"
89
+ },
90
+ "LaunchPath": {
91
+ "type": "string"
92
+ },
93
+ "Parameters": {
94
+ "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- =@;{},?'\\[\\]\"]+",
95
+ "type": "string"
96
+ }
97
+ },
98
+ "required": [
99
+ "ConcurrentExecutions",
100
+ "LaunchPath"
101
+ ],
102
+ "type": "object"
103
+ }
104
+ },
105
+ "primaryIdentifier": [
106
+ "/properties/Id"
107
+ ],
108
+ "properties": {
109
+ "BuildId": {
110
+ "type": "string"
111
+ },
112
+ "CertificateConfiguration": {
113
+ "$ref": "#/definitions/CertificateConfiguration"
114
+ },
115
+ "Description": {
116
+ "type": "string"
117
+ },
118
+ "DesiredEC2Instances": {
119
+ "type": "integer"
120
+ },
121
+ "EC2InboundPermissions": {
122
+ "items": {
123
+ "$ref": "#/definitions/IpPermission"
124
+ },
125
+ "type": "array",
126
+ "uniqueItems": true
127
+ },
128
+ "EC2InstanceType": {
129
+ "type": "string"
130
+ },
131
+ "FleetType": {
132
+ "type": "string"
133
+ },
134
+ "Id": {
135
+ "type": "string"
136
+ },
137
+ "InstanceRoleARN": {
138
+ "type": "string"
139
+ },
140
+ "LogPaths": {
141
+ "items": {
142
+ "type": "string"
143
+ },
144
+ "type": "array",
145
+ "uniqueItems": true
146
+ },
147
+ "MaxSize": {
148
+ "type": "integer"
149
+ },
150
+ "MetricGroups": {
151
+ "items": {
152
+ "type": "string"
153
+ },
154
+ "type": "array",
155
+ "uniqueItems": true
156
+ },
157
+ "MinSize": {
158
+ "type": "integer"
159
+ },
160
+ "Name": {
161
+ "type": "string"
162
+ },
163
+ "NewGameSessionProtectionPolicy": {
164
+ "type": "string"
165
+ },
166
+ "PeerVpcAwsAccountId": {
167
+ "type": "string"
168
+ },
169
+ "PeerVpcId": {
170
+ "type": "string"
171
+ },
172
+ "ResourceCreationLimitPolicy": {
173
+ "$ref": "#/definitions/ResourceCreationLimitPolicy"
174
+ },
175
+ "RuntimeConfiguration": {
176
+ "$ref": "#/definitions/RuntimeConfiguration"
177
+ },
178
+ "ScriptId": {
179
+ "type": "string"
180
+ },
181
+ "ServerLaunchParameters": {
182
+ "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- =@;{},?'\\[\\]\"]+",
183
+ "type": "string"
184
+ },
185
+ "ServerLaunchPath": {
186
+ "pattern": "[A-Za-z0-9_:.+\\/\\\\\\- ]+",
187
+ "type": "string"
188
+ }
189
+ },
190
+ "readOnlyProperties": [
191
+ "/properties/Id"
192
+ ],
193
+ "required": [
194
+ "EC2InstanceType",
195
+ "Name"
196
+ ],
197
+ "typeName": "AWS::GameLift::Fleet"
198
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iam-accesskey.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/Serial",
5
+ "/properties/UserName"
6
+ ],
7
+ "primaryIdentifier": [
8
+ "/properties/Id"
9
+ ],
10
+ "properties": {
11
+ "Id": {
12
+ "type": "string"
13
+ },
14
+ "SecretAccessKey": {
15
+ "type": "string"
16
+ },
17
+ "Serial": {
18
+ "type": "integer"
19
+ },
20
+ "Status": {
21
+ "enum": [
22
+ "Active",
23
+ "Inactive"
24
+ ],
25
+ "type": "string"
26
+ },
27
+ "UserName": {
28
+ "type": "string"
29
+ }
30
+ },
31
+ "readOnlyProperties": [
32
+ "/properties/Id",
33
+ "/properties/SecretAccessKey"
34
+ ],
35
+ "required": [
36
+ "UserName"
37
+ ],
38
+ "typeName": "AWS::IAM::AccessKey"
39
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iam-managedpolicy.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/ManagedPolicyName",
5
+ "/properties/Description",
6
+ "/properties/Path"
7
+ ],
8
+ "primaryIdentifier": [
9
+ "/properties/PolicyArn"
10
+ ],
11
+ "properties": {
12
+ "AttachmentCount": {
13
+ "type": "integer"
14
+ },
15
+ "CreateDate": {
16
+ "type": "string"
17
+ },
18
+ "DefaultVersionId": {
19
+ "type": "string"
20
+ },
21
+ "Description": {
22
+ "type": "string"
23
+ },
24
+ "Groups": {
25
+ "insertionOrder": false,
26
+ "items": {
27
+ "type": "string"
28
+ },
29
+ "type": "array",
30
+ "uniqueItems": true
31
+ },
32
+ "IsAttachable": {
33
+ "type": "boolean"
34
+ },
35
+ "ManagedPolicyName": {
36
+ "type": "string"
37
+ },
38
+ "Path": {
39
+ "pattern": "^/(.+/)*$",
40
+ "type": "string"
41
+ },
42
+ "PermissionsBoundaryUsageCount": {
43
+ "type": "integer"
44
+ },
45
+ "PolicyArn": {
46
+ "type": "string"
47
+ },
48
+ "PolicyDocument": {
49
+ "maxLength": 6144,
50
+ "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+",
51
+ "type": [
52
+ "object",
53
+ "string"
54
+ ]
55
+ },
56
+ "PolicyId": {
57
+ "type": "string"
58
+ },
59
+ "Roles": {
60
+ "insertionOrder": false,
61
+ "items": {
62
+ "type": "string"
63
+ },
64
+ "type": "array",
65
+ "uniqueItems": true
66
+ },
67
+ "UpdateDate": {
68
+ "type": "string"
69
+ },
70
+ "Users": {
71
+ "insertionOrder": false,
72
+ "items": {
73
+ "type": "string"
74
+ },
75
+ "type": "array",
76
+ "uniqueItems": true
77
+ }
78
+ },
79
+ "readOnlyProperties": [
80
+ "/properties/PolicyArn",
81
+ "/properties/AttachmentCount",
82
+ "/properties/CreateDate",
83
+ "/properties/DefaultVersionId",
84
+ "/properties/IsAttachable",
85
+ "/properties/PermissionsBoundaryUsageCount",
86
+ "/properties/PolicyId",
87
+ "/properties/UpdateDate"
88
+ ],
89
+ "required": [
90
+ "PolicyDocument"
91
+ ],
92
+ "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-iam",
93
+ "tagging": {
94
+ "cloudFormationSystemTags": false,
95
+ "tagOnCreate": false,
96
+ "tagUpdatable": false,
97
+ "taggable": false
98
+ },
99
+ "typeName": "AWS::IAM::ManagedPolicy"
100
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-certificate.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/CertificateSigningRequest"
5
+ ],
6
+ "primaryIdentifier": [
7
+ "/properties/Id"
8
+ ],
9
+ "properties": {
10
+ "Arn": {
11
+ "type": "string"
12
+ },
13
+ "CertificateSigningRequest": {
14
+ "pattern": "[\\s\\S]*",
15
+ "type": "string"
16
+ },
17
+ "Id": {
18
+ "type": "string"
19
+ },
20
+ "Status": {
21
+ "type": "string"
22
+ }
23
+ },
24
+ "readOnlyProperties": [
25
+ "/properties/Id",
26
+ "/properties/Arn"
27
+ ],
28
+ "required": [
29
+ "Status",
30
+ "CertificateSigningRequest"
31
+ ],
32
+ "typeName": "AWS::IoT::Certificate"
33
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-policy.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/PolicyDocument",
5
+ "/properties/PolicyName"
6
+ ],
7
+ "primaryIdentifier": [
8
+ "/properties/Id"
9
+ ],
10
+ "properties": {
11
+ "Arn": {
12
+ "type": "string"
13
+ },
14
+ "Id": {
15
+ "type": "string"
16
+ },
17
+ "PolicyDocument": {
18
+ "format": "json",
19
+ "pattern": "[\\s\\S]*",
20
+ "type": [
21
+ "object",
22
+ "string"
23
+ ]
24
+ },
25
+ "PolicyName": {
26
+ "pattern": "[\\w+=,.@-]+",
27
+ "type": "string"
28
+ }
29
+ },
30
+ "readOnlyProperties": [
31
+ "/properties/Id",
32
+ "/properties/Arn"
33
+ ],
34
+ "required": [
35
+ "PolicyDocument"
36
+ ],
37
+ "typeName": "AWS::IoT::Policy"
38
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-policyprincipalattachment.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/Principal",
5
+ "/properties/PolicyName"
6
+ ],
7
+ "primaryIdentifier": [
8
+ "/properties/Id"
9
+ ],
10
+ "properties": {
11
+ "Id": {
12
+ "type": "string"
13
+ },
14
+ "PolicyName": {
15
+ "type": "string"
16
+ },
17
+ "Principal": {
18
+ "type": "string"
19
+ }
20
+ },
21
+ "readOnlyProperties": [
22
+ "/properties/Id"
23
+ ],
24
+ "required": [
25
+ "PolicyName",
26
+ "Principal"
27
+ ],
28
+ "typeName": "AWS::IoT::PolicyPrincipalAttachment"
29
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-thing.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/ThingName"
5
+ ],
6
+ "definitions": {
7
+ "AttributePayload": {
8
+ "additionalProperties": false,
9
+ "properties": {
10
+ "Attributes": {
11
+ "patternProperties": {
12
+ "[a-zA-Z0-9]+": {
13
+ "type": "string"
14
+ }
15
+ },
16
+ "type": "object"
17
+ }
18
+ },
19
+ "type": "object"
20
+ }
21
+ },
22
+ "primaryIdentifier": [
23
+ "/properties/Id"
24
+ ],
25
+ "properties": {
26
+ "AttributePayload": {
27
+ "$ref": "#/definitions/AttributePayload"
28
+ },
29
+ "Id": {
30
+ "type": "string"
31
+ },
32
+ "ThingName": {
33
+ "type": "string"
34
+ }
35
+ },
36
+ "readOnlyProperties": [
37
+ "/properties/Id"
38
+ ],
39
+ "typeName": "AWS::IoT::Thing"
40
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-thingprincipalattachment.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/Principal",
5
+ "/properties/ThingName"
6
+ ],
7
+ "primaryIdentifier": [
8
+ "/properties/Id"
9
+ ],
10
+ "properties": {
11
+ "Id": {
12
+ "type": "string"
13
+ },
14
+ "Principal": {
15
+ "type": "string"
16
+ },
17
+ "ThingName": {
18
+ "type": "string"
19
+ }
20
+ },
21
+ "readOnlyProperties": [
22
+ "/properties/Id"
23
+ ],
24
+ "required": [
25
+ "ThingName",
26
+ "Principal"
27
+ ],
28
+ "typeName": "AWS::IoT::ThingPrincipalAttachment"
29
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-iot-topicrule.json ADDED
@@ -0,0 +1,632 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/RuleName"
5
+ ],
6
+ "definitions": {
7
+ "Action": {
8
+ "additionalProperties": false,
9
+ "properties": {
10
+ "CloudwatchAlarm": {
11
+ "$ref": "#/definitions/CloudwatchAlarmAction"
12
+ },
13
+ "CloudwatchMetric": {
14
+ "$ref": "#/definitions/CloudwatchMetricAction"
15
+ },
16
+ "DynamoDB": {
17
+ "$ref": "#/definitions/DynamoDBAction"
18
+ },
19
+ "DynamoDBv2": {
20
+ "$ref": "#/definitions/DynamoDBv2Action"
21
+ },
22
+ "Elasticsearch": {
23
+ "$ref": "#/definitions/ElasticsearchAction"
24
+ },
25
+ "Firehose": {
26
+ "$ref": "#/definitions/FirehoseAction"
27
+ },
28
+ "Http": {
29
+ "$ref": "#/definitions/HttpAction"
30
+ },
31
+ "IotAnalytics": {
32
+ "$ref": "#/definitions/IotAnalyticsAction"
33
+ },
34
+ "IotEvents": {
35
+ "$ref": "#/definitions/IotEventsAction"
36
+ },
37
+ "IotSiteWise": {
38
+ "$ref": "#/definitions/IotSiteWiseAction"
39
+ },
40
+ "Kinesis": {
41
+ "$ref": "#/definitions/KinesisAction"
42
+ },
43
+ "Lambda": {
44
+ "$ref": "#/definitions/LambdaAction"
45
+ },
46
+ "Republish": {
47
+ "$ref": "#/definitions/RepublishAction"
48
+ },
49
+ "S3": {
50
+ "$ref": "#/definitions/S3Action"
51
+ },
52
+ "Sns": {
53
+ "$ref": "#/definitions/SnsAction"
54
+ },
55
+ "Sqs": {
56
+ "$ref": "#/definitions/SqsAction"
57
+ },
58
+ "StepFunctions": {
59
+ "$ref": "#/definitions/StepFunctionsAction"
60
+ }
61
+ },
62
+ "type": "object"
63
+ },
64
+ "AssetPropertyTimestamp": {
65
+ "additionalProperties": false,
66
+ "properties": {
67
+ "OffsetInNanos": {
68
+ "type": "string"
69
+ },
70
+ "TimeInSeconds": {
71
+ "type": "string"
72
+ }
73
+ },
74
+ "required": [
75
+ "TimeInSeconds"
76
+ ],
77
+ "type": "object"
78
+ },
79
+ "AssetPropertyValue": {
80
+ "additionalProperties": false,
81
+ "properties": {
82
+ "Quality": {
83
+ "type": "string"
84
+ },
85
+ "Timestamp": {
86
+ "$ref": "#/definitions/AssetPropertyTimestamp"
87
+ },
88
+ "Value": {
89
+ "$ref": "#/definitions/AssetPropertyVariant"
90
+ }
91
+ },
92
+ "required": [
93
+ "Value",
94
+ "Timestamp"
95
+ ],
96
+ "type": "object"
97
+ },
98
+ "AssetPropertyVariant": {
99
+ "additionalProperties": false,
100
+ "properties": {
101
+ "BooleanValue": {
102
+ "type": "string"
103
+ },
104
+ "DoubleValue": {
105
+ "type": "string"
106
+ },
107
+ "IntegerValue": {
108
+ "type": "string"
109
+ },
110
+ "StringValue": {
111
+ "type": "string"
112
+ }
113
+ },
114
+ "type": "object"
115
+ },
116
+ "CloudwatchAlarmAction": {
117
+ "additionalProperties": false,
118
+ "properties": {
119
+ "AlarmName": {
120
+ "type": "string"
121
+ },
122
+ "RoleArn": {
123
+ "type": "string"
124
+ },
125
+ "StateReason": {
126
+ "type": "string"
127
+ },
128
+ "StateValue": {
129
+ "type": "string"
130
+ }
131
+ },
132
+ "required": [
133
+ "AlarmName",
134
+ "StateReason",
135
+ "StateValue",
136
+ "RoleArn"
137
+ ],
138
+ "type": "object"
139
+ },
140
+ "CloudwatchMetricAction": {
141
+ "additionalProperties": false,
142
+ "properties": {
143
+ "MetricName": {
144
+ "type": "string"
145
+ },
146
+ "MetricNamespace": {
147
+ "type": "string"
148
+ },
149
+ "MetricTimestamp": {
150
+ "type": "string"
151
+ },
152
+ "MetricUnit": {
153
+ "type": "string"
154
+ },
155
+ "MetricValue": {
156
+ "type": "string"
157
+ },
158
+ "RoleArn": {
159
+ "type": "string"
160
+ }
161
+ },
162
+ "required": [
163
+ "MetricName",
164
+ "MetricValue",
165
+ "MetricNamespace",
166
+ "MetricUnit",
167
+ "RoleArn"
168
+ ],
169
+ "type": "object"
170
+ },
171
+ "DynamoDBAction": {
172
+ "additionalProperties": false,
173
+ "properties": {
174
+ "HashKeyField": {
175
+ "type": "string"
176
+ },
177
+ "HashKeyType": {
178
+ "enum": [
179
+ "NUMBER",
180
+ "STRING"
181
+ ],
182
+ "type": "string"
183
+ },
184
+ "HashKeyValue": {
185
+ "type": "string"
186
+ },
187
+ "PayloadField": {
188
+ "type": "string"
189
+ },
190
+ "RangeKeyField": {
191
+ "type": "string"
192
+ },
193
+ "RangeKeyType": {
194
+ "enum": [
195
+ "NUMBER",
196
+ "STRING"
197
+ ],
198
+ "type": "string"
199
+ },
200
+ "RangeKeyValue": {
201
+ "type": "string"
202
+ },
203
+ "RoleArn": {
204
+ "type": "string"
205
+ },
206
+ "TableName": {
207
+ "type": "string"
208
+ }
209
+ },
210
+ "required": [
211
+ "TableName",
212
+ "HashKeyField",
213
+ "HashKeyValue",
214
+ "RoleArn"
215
+ ],
216
+ "type": "object"
217
+ },
218
+ "DynamoDBv2Action": {
219
+ "additionalProperties": false,
220
+ "properties": {
221
+ "PutItem": {
222
+ "$ref": "#/definitions/PutItemInput"
223
+ },
224
+ "RoleArn": {
225
+ "type": "string"
226
+ }
227
+ },
228
+ "type": "object"
229
+ },
230
+ "ElasticsearchAction": {
231
+ "additionalProperties": false,
232
+ "properties": {
233
+ "Endpoint": {
234
+ "pattern": "https?://.*",
235
+ "type": "string"
236
+ },
237
+ "Id": {
238
+ "type": "string"
239
+ },
240
+ "Index": {
241
+ "type": "string"
242
+ },
243
+ "RoleArn": {
244
+ "type": "string"
245
+ },
246
+ "Type": {
247
+ "type": "string"
248
+ }
249
+ },
250
+ "required": [
251
+ "Type",
252
+ "Endpoint",
253
+ "Index",
254
+ "Id",
255
+ "RoleArn"
256
+ ],
257
+ "type": "object"
258
+ },
259
+ "FirehoseAction": {
260
+ "additionalProperties": false,
261
+ "properties": {
262
+ "DeliveryStreamName": {
263
+ "type": "string"
264
+ },
265
+ "RoleArn": {
266
+ "type": "string"
267
+ },
268
+ "Separator": {
269
+ "pattern": "([\\n\\t])|(\\r\\n)|(,)",
270
+ "type": "string"
271
+ }
272
+ },
273
+ "required": [
274
+ "DeliveryStreamName",
275
+ "RoleArn"
276
+ ],
277
+ "type": "object"
278
+ },
279
+ "HttpAction": {
280
+ "additionalProperties": false,
281
+ "properties": {
282
+ "Auth": {
283
+ "$ref": "#/definitions/HttpAuthorization"
284
+ },
285
+ "ConfirmationUrl": {
286
+ "type": "string"
287
+ },
288
+ "Headers": {
289
+ "items": {
290
+ "$ref": "#/definitions/HttpActionHeader"
291
+ },
292
+ "type": "array",
293
+ "uniqueItems": true
294
+ },
295
+ "Url": {
296
+ "type": "string"
297
+ }
298
+ },
299
+ "required": [
300
+ "Url"
301
+ ],
302
+ "type": "object"
303
+ },
304
+ "HttpActionHeader": {
305
+ "additionalProperties": false,
306
+ "properties": {
307
+ "Key": {
308
+ "type": "string"
309
+ },
310
+ "Value": {
311
+ "type": "string"
312
+ }
313
+ },
314
+ "required": [
315
+ "Value",
316
+ "Key"
317
+ ],
318
+ "type": "object"
319
+ },
320
+ "HttpAuthorization": {
321
+ "additionalProperties": false,
322
+ "properties": {
323
+ "Sigv4": {
324
+ "$ref": "#/definitions/SigV4Authorization"
325
+ }
326
+ },
327
+ "type": "object"
328
+ },
329
+ "IotAnalyticsAction": {
330
+ "additionalProperties": false,
331
+ "properties": {
332
+ "ChannelName": {
333
+ "type": "string"
334
+ },
335
+ "RoleArn": {
336
+ "type": "string"
337
+ }
338
+ },
339
+ "required": [
340
+ "ChannelName",
341
+ "RoleArn"
342
+ ],
343
+ "type": "object"
344
+ },
345
+ "IotEventsAction": {
346
+ "additionalProperties": false,
347
+ "properties": {
348
+ "InputName": {
349
+ "type": "string"
350
+ },
351
+ "MessageId": {
352
+ "type": "string"
353
+ },
354
+ "RoleArn": {
355
+ "type": "string"
356
+ }
357
+ },
358
+ "required": [
359
+ "InputName",
360
+ "RoleArn"
361
+ ],
362
+ "type": "object"
363
+ },
364
+ "IotSiteWiseAction": {
365
+ "additionalProperties": false,
366
+ "properties": {
367
+ "PutAssetPropertyValueEntries": {
368
+ "items": {
369
+ "$ref": "#/definitions/PutAssetPropertyValueEntry"
370
+ },
371
+ "type": "array",
372
+ "uniqueItems": true
373
+ },
374
+ "RoleArn": {
375
+ "type": "string"
376
+ }
377
+ },
378
+ "required": [
379
+ "PutAssetPropertyValueEntries",
380
+ "RoleArn"
381
+ ],
382
+ "type": "object"
383
+ },
384
+ "KinesisAction": {
385
+ "additionalProperties": false,
386
+ "properties": {
387
+ "PartitionKey": {
388
+ "type": "string"
389
+ },
390
+ "RoleArn": {
391
+ "type": "string"
392
+ },
393
+ "StreamName": {
394
+ "type": "string"
395
+ }
396
+ },
397
+ "required": [
398
+ "StreamName",
399
+ "RoleArn"
400
+ ],
401
+ "type": "object"
402
+ },
403
+ "LambdaAction": {
404
+ "additionalProperties": false,
405
+ "properties": {
406
+ "FunctionArn": {
407
+ "type": "string"
408
+ }
409
+ },
410
+ "type": "object"
411
+ },
412
+ "PutAssetPropertyValueEntry": {
413
+ "additionalProperties": false,
414
+ "properties": {
415
+ "AssetId": {
416
+ "type": "string"
417
+ },
418
+ "EntryId": {
419
+ "type": "string"
420
+ },
421
+ "PropertyAlias": {
422
+ "type": "string"
423
+ },
424
+ "PropertyId": {
425
+ "type": "string"
426
+ },
427
+ "PropertyValues": {
428
+ "items": {
429
+ "$ref": "#/definitions/AssetPropertyValue"
430
+ },
431
+ "type": "array",
432
+ "uniqueItems": true
433
+ }
434
+ },
435
+ "required": [
436
+ "PropertyValues"
437
+ ],
438
+ "type": "object"
439
+ },
440
+ "PutItemInput": {
441
+ "additionalProperties": false,
442
+ "properties": {
443
+ "TableName": {
444
+ "type": "string"
445
+ }
446
+ },
447
+ "required": [
448
+ "TableName"
449
+ ],
450
+ "type": "object"
451
+ },
452
+ "RepublishAction": {
453
+ "additionalProperties": false,
454
+ "properties": {
455
+ "Qos": {
456
+ "type": "integer"
457
+ },
458
+ "RoleArn": {
459
+ "type": "string"
460
+ },
461
+ "Topic": {
462
+ "type": "string"
463
+ }
464
+ },
465
+ "required": [
466
+ "Topic",
467
+ "RoleArn"
468
+ ],
469
+ "type": "object"
470
+ },
471
+ "S3Action": {
472
+ "additionalProperties": false,
473
+ "properties": {
474
+ "BucketName": {
475
+ "type": "string"
476
+ },
477
+ "Key": {
478
+ "type": "string"
479
+ },
480
+ "RoleArn": {
481
+ "type": "string"
482
+ }
483
+ },
484
+ "required": [
485
+ "BucketName",
486
+ "Key",
487
+ "RoleArn"
488
+ ],
489
+ "type": "object"
490
+ },
491
+ "SigV4Authorization": {
492
+ "additionalProperties": false,
493
+ "properties": {
494
+ "RoleArn": {
495
+ "type": "string"
496
+ },
497
+ "ServiceName": {
498
+ "type": "string"
499
+ },
500
+ "SigningRegion": {
501
+ "type": "string"
502
+ }
503
+ },
504
+ "required": [
505
+ "ServiceName",
506
+ "SigningRegion",
507
+ "RoleArn"
508
+ ],
509
+ "type": "object"
510
+ },
511
+ "SnsAction": {
512
+ "additionalProperties": false,
513
+ "properties": {
514
+ "MessageFormat": {
515
+ "enum": [
516
+ "JSON",
517
+ "RAW"
518
+ ],
519
+ "type": "string"
520
+ },
521
+ "RoleArn": {
522
+ "type": "string"
523
+ },
524
+ "TargetArn": {
525
+ "type": "string"
526
+ }
527
+ },
528
+ "required": [
529
+ "TargetArn",
530
+ "RoleArn"
531
+ ],
532
+ "type": "object"
533
+ },
534
+ "SqsAction": {
535
+ "additionalProperties": false,
536
+ "properties": {
537
+ "QueueUrl": {
538
+ "type": "string"
539
+ },
540
+ "RoleArn": {
541
+ "type": "string"
542
+ },
543
+ "UseBase64": {
544
+ "type": "boolean"
545
+ }
546
+ },
547
+ "required": [
548
+ "RoleArn",
549
+ "QueueUrl"
550
+ ],
551
+ "type": "object"
552
+ },
553
+ "StepFunctionsAction": {
554
+ "additionalProperties": false,
555
+ "properties": {
556
+ "ExecutionNamePrefix": {
557
+ "type": "string"
558
+ },
559
+ "RoleArn": {
560
+ "type": "string"
561
+ },
562
+ "StateMachineName": {
563
+ "type": "string"
564
+ }
565
+ },
566
+ "required": [
567
+ "StateMachineName",
568
+ "RoleArn"
569
+ ],
570
+ "type": "object"
571
+ },
572
+ "TopicRulePayload": {
573
+ "additionalProperties": false,
574
+ "properties": {
575
+ "Actions": {
576
+ "items": {
577
+ "$ref": "#/definitions/Action"
578
+ },
579
+ "type": "array",
580
+ "uniqueItems": true
581
+ },
582
+ "AwsIotSqlVersion": {
583
+ "type": "string"
584
+ },
585
+ "Description": {
586
+ "type": "string"
587
+ },
588
+ "ErrorAction": {
589
+ "$ref": "#/definitions/Action"
590
+ },
591
+ "RuleDisabled": {
592
+ "type": "boolean"
593
+ },
594
+ "Sql": {
595
+ "type": "string"
596
+ }
597
+ },
598
+ "required": [
599
+ "RuleDisabled",
600
+ "Actions",
601
+ "Sql"
602
+ ],
603
+ "type": "object"
604
+ }
605
+ },
606
+ "primaryIdentifier": [
607
+ "/properties/Id"
608
+ ],
609
+ "properties": {
610
+ "Arn": {
611
+ "type": "string"
612
+ },
613
+ "Id": {
614
+ "type": "string"
615
+ },
616
+ "RuleName": {
617
+ "pattern": "^[a-zA-Z0-9_]+$",
618
+ "type": "string"
619
+ },
620
+ "TopicRulePayload": {
621
+ "$ref": "#/definitions/TopicRulePayload"
622
+ }
623
+ },
624
+ "readOnlyProperties": [
625
+ "/properties/Id",
626
+ "/properties/Arn"
627
+ ],
628
+ "required": [
629
+ "TopicRulePayload"
630
+ ],
631
+ "typeName": "AWS::IoT::TopicRule"
632
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesis-streamconsumer.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/StreamARN",
5
+ "/properties/ConsumerName"
6
+ ],
7
+ "primaryIdentifier": [
8
+ "/properties/Id"
9
+ ],
10
+ "properties": {
11
+ "ConsumerARN": {
12
+ "type": "string"
13
+ },
14
+ "ConsumerCreationTimestamp": {
15
+ "type": "string"
16
+ },
17
+ "ConsumerName": {
18
+ "type": "string"
19
+ },
20
+ "ConsumerStatus": {
21
+ "type": "string"
22
+ },
23
+ "Id": {
24
+ "type": "string"
25
+ },
26
+ "StreamARN": {
27
+ "type": "string"
28
+ }
29
+ },
30
+ "readOnlyProperties": [
31
+ "/properties/ConsumerStatus",
32
+ "/properties/Id",
33
+ "/properties/ConsumerARN",
34
+ "/properties/ConsumerCreationTimestamp"
35
+ ],
36
+ "required": [
37
+ "ConsumerName",
38
+ "StreamARN"
39
+ ],
40
+ "typeName": "AWS::Kinesis::StreamConsumer"
41
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalytics-application.json ADDED
@@ -0,0 +1,230 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/ApplicationName"
5
+ ],
6
+ "definitions": {
7
+ "CSVMappingParameters": {
8
+ "additionalProperties": false,
9
+ "properties": {
10
+ "RecordColumnDelimiter": {
11
+ "type": "string"
12
+ },
13
+ "RecordRowDelimiter": {
14
+ "type": "string"
15
+ }
16
+ },
17
+ "required": [
18
+ "RecordRowDelimiter",
19
+ "RecordColumnDelimiter"
20
+ ],
21
+ "type": "object"
22
+ },
23
+ "Input": {
24
+ "additionalProperties": false,
25
+ "properties": {
26
+ "InputParallelism": {
27
+ "$ref": "#/definitions/InputParallelism"
28
+ },
29
+ "InputProcessingConfiguration": {
30
+ "$ref": "#/definitions/InputProcessingConfiguration"
31
+ },
32
+ "InputSchema": {
33
+ "$ref": "#/definitions/InputSchema"
34
+ },
35
+ "KinesisFirehoseInput": {
36
+ "$ref": "#/definitions/KinesisFirehoseInput"
37
+ },
38
+ "KinesisStreamsInput": {
39
+ "$ref": "#/definitions/KinesisStreamsInput"
40
+ },
41
+ "NamePrefix": {
42
+ "type": "string"
43
+ }
44
+ },
45
+ "required": [
46
+ "NamePrefix",
47
+ "InputSchema"
48
+ ],
49
+ "type": "object"
50
+ },
51
+ "InputLambdaProcessor": {
52
+ "additionalProperties": false,
53
+ "properties": {
54
+ "ResourceARN": {
55
+ "type": "string"
56
+ },
57
+ "RoleARN": {
58
+ "type": "string"
59
+ }
60
+ },
61
+ "required": [
62
+ "ResourceARN",
63
+ "RoleARN"
64
+ ],
65
+ "type": "object"
66
+ },
67
+ "InputParallelism": {
68
+ "additionalProperties": false,
69
+ "properties": {
70
+ "Count": {
71
+ "type": "integer"
72
+ }
73
+ },
74
+ "type": "object"
75
+ },
76
+ "InputProcessingConfiguration": {
77
+ "additionalProperties": false,
78
+ "properties": {
79
+ "InputLambdaProcessor": {
80
+ "$ref": "#/definitions/InputLambdaProcessor"
81
+ }
82
+ },
83
+ "type": "object"
84
+ },
85
+ "InputSchema": {
86
+ "additionalProperties": false,
87
+ "properties": {
88
+ "RecordColumns": {
89
+ "items": {
90
+ "$ref": "#/definitions/RecordColumn"
91
+ },
92
+ "type": "array",
93
+ "uniqueItems": false
94
+ },
95
+ "RecordEncoding": {
96
+ "type": "string"
97
+ },
98
+ "RecordFormat": {
99
+ "$ref": "#/definitions/RecordFormat"
100
+ }
101
+ },
102
+ "required": [
103
+ "RecordColumns",
104
+ "RecordFormat"
105
+ ],
106
+ "type": "object"
107
+ },
108
+ "JSONMappingParameters": {
109
+ "additionalProperties": false,
110
+ "properties": {
111
+ "RecordRowPath": {
112
+ "type": "string"
113
+ }
114
+ },
115
+ "required": [
116
+ "RecordRowPath"
117
+ ],
118
+ "type": "object"
119
+ },
120
+ "KinesisFirehoseInput": {
121
+ "additionalProperties": false,
122
+ "properties": {
123
+ "ResourceARN": {
124
+ "type": "string"
125
+ },
126
+ "RoleARN": {
127
+ "type": "string"
128
+ }
129
+ },
130
+ "required": [
131
+ "ResourceARN",
132
+ "RoleARN"
133
+ ],
134
+ "type": "object"
135
+ },
136
+ "KinesisStreamsInput": {
137
+ "additionalProperties": false,
138
+ "properties": {
139
+ "ResourceARN": {
140
+ "type": "string"
141
+ },
142
+ "RoleARN": {
143
+ "type": "string"
144
+ }
145
+ },
146
+ "required": [
147
+ "ResourceARN",
148
+ "RoleARN"
149
+ ],
150
+ "type": "object"
151
+ },
152
+ "MappingParameters": {
153
+ "additionalProperties": false,
154
+ "properties": {
155
+ "CSVMappingParameters": {
156
+ "$ref": "#/definitions/CSVMappingParameters"
157
+ },
158
+ "JSONMappingParameters": {
159
+ "$ref": "#/definitions/JSONMappingParameters"
160
+ }
161
+ },
162
+ "type": "object"
163
+ },
164
+ "RecordColumn": {
165
+ "additionalProperties": false,
166
+ "properties": {
167
+ "Mapping": {
168
+ "type": "string"
169
+ },
170
+ "Name": {
171
+ "type": "string"
172
+ },
173
+ "SqlType": {
174
+ "type": "string"
175
+ }
176
+ },
177
+ "required": [
178
+ "SqlType",
179
+ "Name"
180
+ ],
181
+ "type": "object"
182
+ },
183
+ "RecordFormat": {
184
+ "additionalProperties": false,
185
+ "properties": {
186
+ "MappingParameters": {
187
+ "$ref": "#/definitions/MappingParameters"
188
+ },
189
+ "RecordFormatType": {
190
+ "type": "string"
191
+ }
192
+ },
193
+ "required": [
194
+ "RecordFormatType"
195
+ ],
196
+ "type": "object"
197
+ }
198
+ },
199
+ "primaryIdentifier": [
200
+ "/properties/Id"
201
+ ],
202
+ "properties": {
203
+ "ApplicationCode": {
204
+ "type": "string"
205
+ },
206
+ "ApplicationDescription": {
207
+ "type": "string"
208
+ },
209
+ "ApplicationName": {
210
+ "type": "string"
211
+ },
212
+ "Id": {
213
+ "type": "string"
214
+ },
215
+ "Inputs": {
216
+ "items": {
217
+ "$ref": "#/definitions/Input"
218
+ },
219
+ "type": "array",
220
+ "uniqueItems": false
221
+ }
222
+ },
223
+ "readOnlyProperties": [
224
+ "/properties/Id"
225
+ ],
226
+ "required": [
227
+ "Inputs"
228
+ ],
229
+ "typeName": "AWS::KinesisAnalytics::Application"
230
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalytics-applicationreferencedatasource.json ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/ApplicationName"
5
+ ],
6
+ "definitions": {
7
+ "CSVMappingParameters": {
8
+ "additionalProperties": false,
9
+ "properties": {
10
+ "RecordColumnDelimiter": {
11
+ "type": "string"
12
+ },
13
+ "RecordRowDelimiter": {
14
+ "type": "string"
15
+ }
16
+ },
17
+ "required": [
18
+ "RecordRowDelimiter",
19
+ "RecordColumnDelimiter"
20
+ ],
21
+ "type": "object"
22
+ },
23
+ "JSONMappingParameters": {
24
+ "additionalProperties": false,
25
+ "properties": {
26
+ "RecordRowPath": {
27
+ "type": "string"
28
+ }
29
+ },
30
+ "required": [
31
+ "RecordRowPath"
32
+ ],
33
+ "type": "object"
34
+ },
35
+ "MappingParameters": {
36
+ "additionalProperties": false,
37
+ "properties": {
38
+ "CSVMappingParameters": {
39
+ "$ref": "#/definitions/CSVMappingParameters"
40
+ },
41
+ "JSONMappingParameters": {
42
+ "$ref": "#/definitions/JSONMappingParameters"
43
+ }
44
+ },
45
+ "type": "object"
46
+ },
47
+ "RecordColumn": {
48
+ "additionalProperties": false,
49
+ "properties": {
50
+ "Mapping": {
51
+ "type": "string"
52
+ },
53
+ "Name": {
54
+ "type": "string"
55
+ },
56
+ "SqlType": {
57
+ "type": "string"
58
+ }
59
+ },
60
+ "required": [
61
+ "SqlType",
62
+ "Name"
63
+ ],
64
+ "type": "object"
65
+ },
66
+ "RecordFormat": {
67
+ "additionalProperties": false,
68
+ "properties": {
69
+ "MappingParameters": {
70
+ "$ref": "#/definitions/MappingParameters"
71
+ },
72
+ "RecordFormatType": {
73
+ "type": "string"
74
+ }
75
+ },
76
+ "required": [
77
+ "RecordFormatType"
78
+ ],
79
+ "type": "object"
80
+ },
81
+ "ReferenceDataSource": {
82
+ "additionalProperties": false,
83
+ "properties": {
84
+ "ReferenceSchema": {
85
+ "$ref": "#/definitions/ReferenceSchema"
86
+ },
87
+ "S3ReferenceDataSource": {
88
+ "$ref": "#/definitions/S3ReferenceDataSource"
89
+ },
90
+ "TableName": {
91
+ "type": "string"
92
+ }
93
+ },
94
+ "required": [
95
+ "ReferenceSchema"
96
+ ],
97
+ "type": "object"
98
+ },
99
+ "ReferenceSchema": {
100
+ "additionalProperties": false,
101
+ "properties": {
102
+ "RecordColumns": {
103
+ "items": {
104
+ "$ref": "#/definitions/RecordColumn"
105
+ },
106
+ "type": "array",
107
+ "uniqueItems": false
108
+ },
109
+ "RecordEncoding": {
110
+ "type": "string"
111
+ },
112
+ "RecordFormat": {
113
+ "$ref": "#/definitions/RecordFormat"
114
+ }
115
+ },
116
+ "required": [
117
+ "RecordColumns",
118
+ "RecordFormat"
119
+ ],
120
+ "type": "object"
121
+ },
122
+ "S3ReferenceDataSource": {
123
+ "additionalProperties": false,
124
+ "properties": {
125
+ "BucketARN": {
126
+ "type": "string"
127
+ },
128
+ "FileKey": {
129
+ "type": "string"
130
+ },
131
+ "ReferenceRoleARN": {
132
+ "type": "string"
133
+ }
134
+ },
135
+ "required": [
136
+ "BucketARN",
137
+ "FileKey",
138
+ "ReferenceRoleARN"
139
+ ],
140
+ "type": "object"
141
+ }
142
+ },
143
+ "primaryIdentifier": [
144
+ "/properties/Id"
145
+ ],
146
+ "properties": {
147
+ "ApplicationName": {
148
+ "type": "string"
149
+ },
150
+ "Id": {
151
+ "type": "string"
152
+ },
153
+ "ReferenceDataSource": {
154
+ "$ref": "#/definitions/ReferenceDataSource"
155
+ }
156
+ },
157
+ "readOnlyProperties": [
158
+ "/properties/Id"
159
+ ],
160
+ "required": [
161
+ "ApplicationName",
162
+ "ReferenceDataSource"
163
+ ],
164
+ "typeName": "AWS::KinesisAnalytics::ApplicationReferenceDataSource"
165
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/ApplicationName"
5
+ ],
6
+ "definitions": {
7
+ "CloudWatchLoggingOption": {
8
+ "additionalProperties": false,
9
+ "properties": {
10
+ "LogStreamARN": {
11
+ "type": "string"
12
+ }
13
+ },
14
+ "required": [
15
+ "LogStreamARN"
16
+ ],
17
+ "type": "object"
18
+ }
19
+ },
20
+ "primaryIdentifier": [
21
+ "/properties/Id"
22
+ ],
23
+ "properties": {
24
+ "ApplicationName": {
25
+ "type": "string"
26
+ },
27
+ "CloudWatchLoggingOption": {
28
+ "$ref": "#/definitions/CloudWatchLoggingOption"
29
+ },
30
+ "Id": {
31
+ "type": "string"
32
+ }
33
+ },
34
+ "readOnlyProperties": [
35
+ "/properties/Id"
36
+ ],
37
+ "required": [
38
+ "ApplicationName",
39
+ "CloudWatchLoggingOption"
40
+ ],
41
+ "typeName": "AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption"
42
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-kinesisanalyticsv2-applicationreferencedatasource.json ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/ApplicationName"
5
+ ],
6
+ "definitions": {
7
+ "CSVMappingParameters": {
8
+ "additionalProperties": false,
9
+ "properties": {
10
+ "RecordColumnDelimiter": {
11
+ "type": "string"
12
+ },
13
+ "RecordRowDelimiter": {
14
+ "type": "string"
15
+ }
16
+ },
17
+ "required": [
18
+ "RecordRowDelimiter",
19
+ "RecordColumnDelimiter"
20
+ ],
21
+ "type": "object"
22
+ },
23
+ "JSONMappingParameters": {
24
+ "additionalProperties": false,
25
+ "properties": {
26
+ "RecordRowPath": {
27
+ "type": "string"
28
+ }
29
+ },
30
+ "required": [
31
+ "RecordRowPath"
32
+ ],
33
+ "type": "object"
34
+ },
35
+ "MappingParameters": {
36
+ "additionalProperties": false,
37
+ "properties": {
38
+ "CSVMappingParameters": {
39
+ "$ref": "#/definitions/CSVMappingParameters"
40
+ },
41
+ "JSONMappingParameters": {
42
+ "$ref": "#/definitions/JSONMappingParameters"
43
+ }
44
+ },
45
+ "type": "object"
46
+ },
47
+ "RecordColumn": {
48
+ "additionalProperties": false,
49
+ "properties": {
50
+ "Mapping": {
51
+ "type": "string"
52
+ },
53
+ "Name": {
54
+ "type": "string"
55
+ },
56
+ "SqlType": {
57
+ "type": "string"
58
+ }
59
+ },
60
+ "required": [
61
+ "SqlType",
62
+ "Name"
63
+ ],
64
+ "type": "object"
65
+ },
66
+ "RecordFormat": {
67
+ "additionalProperties": false,
68
+ "properties": {
69
+ "MappingParameters": {
70
+ "$ref": "#/definitions/MappingParameters"
71
+ },
72
+ "RecordFormatType": {
73
+ "type": "string"
74
+ }
75
+ },
76
+ "required": [
77
+ "RecordFormatType"
78
+ ],
79
+ "type": "object"
80
+ },
81
+ "ReferenceDataSource": {
82
+ "additionalProperties": false,
83
+ "properties": {
84
+ "ReferenceSchema": {
85
+ "$ref": "#/definitions/ReferenceSchema"
86
+ },
87
+ "S3ReferenceDataSource": {
88
+ "$ref": "#/definitions/S3ReferenceDataSource"
89
+ },
90
+ "TableName": {
91
+ "type": "string"
92
+ }
93
+ },
94
+ "required": [
95
+ "ReferenceSchema"
96
+ ],
97
+ "type": "object"
98
+ },
99
+ "ReferenceSchema": {
100
+ "additionalProperties": false,
101
+ "properties": {
102
+ "RecordColumns": {
103
+ "items": {
104
+ "$ref": "#/definitions/RecordColumn"
105
+ },
106
+ "type": "array",
107
+ "uniqueItems": false
108
+ },
109
+ "RecordEncoding": {
110
+ "type": "string"
111
+ },
112
+ "RecordFormat": {
113
+ "$ref": "#/definitions/RecordFormat"
114
+ }
115
+ },
116
+ "required": [
117
+ "RecordColumns",
118
+ "RecordFormat"
119
+ ],
120
+ "type": "object"
121
+ },
122
+ "S3ReferenceDataSource": {
123
+ "additionalProperties": false,
124
+ "properties": {
125
+ "BucketARN": {
126
+ "type": "string"
127
+ },
128
+ "FileKey": {
129
+ "type": "string"
130
+ }
131
+ },
132
+ "required": [
133
+ "BucketARN",
134
+ "FileKey"
135
+ ],
136
+ "type": "object"
137
+ }
138
+ },
139
+ "primaryIdentifier": [
140
+ "/properties/Id"
141
+ ],
142
+ "properties": {
143
+ "ApplicationName": {
144
+ "type": "string"
145
+ },
146
+ "Id": {
147
+ "type": "string"
148
+ },
149
+ "ReferenceDataSource": {
150
+ "$ref": "#/definitions/ReferenceDataSource"
151
+ }
152
+ },
153
+ "readOnlyProperties": [
154
+ "/properties/Id"
155
+ ],
156
+ "required": [
157
+ "ApplicationName",
158
+ "ReferenceDataSource"
159
+ ],
160
+ "typeName": "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource"
161
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-lambda-resourcepolicy.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/ResourceArn"
5
+ ],
6
+ "primaryIdentifier": [
7
+ "/properties/ResourceArn"
8
+ ],
9
+ "properties": {
10
+ "PolicyDocument": {
11
+ "type": "object"
12
+ },
13
+ "ResourceArn": {
14
+ "maxLength": 1024,
15
+ "minLength": 12,
16
+ "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$",
17
+ "type": "string"
18
+ }
19
+ },
20
+ "required": [
21
+ "ResourceArn",
22
+ "PolicyDocument"
23
+ ],
24
+ "tagging": {
25
+ "cloudFormationSystemTags": false,
26
+ "tagOnCreate": false,
27
+ "tagUpdatable": false,
28
+ "taggable": false
29
+ },
30
+ "typeName": "AWS::Lambda::ResourcePolicy"
31
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-lambda-version.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/FunctionName",
5
+ "/properties/Description",
6
+ "/properties/CodeSha256",
7
+ "/properties/ProvisionedConcurrencyConfig",
8
+ "/properties/RuntimePolicy"
9
+ ],
10
+ "definitions": {
11
+ "ProvisionedConcurrencyConfiguration": {
12
+ "additionalProperties": false,
13
+ "properties": {
14
+ "ProvisionedConcurrentExecutions": {
15
+ "type": "integer"
16
+ }
17
+ },
18
+ "required": [
19
+ "ProvisionedConcurrentExecutions"
20
+ ],
21
+ "type": "object"
22
+ },
23
+ "RuntimePolicy": {
24
+ "additionalProperties": false,
25
+ "properties": {
26
+ "RuntimeVersionArn": {
27
+ "maxLength": 2048,
28
+ "minLength": 26,
29
+ "pattern": "^arn:(aws[a-zA-Z-]*):lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}::runtime:.+$",
30
+ "type": "string"
31
+ },
32
+ "UpdateRuntimeOn": {
33
+ "type": "string"
34
+ }
35
+ },
36
+ "required": [
37
+ "UpdateRuntimeOn"
38
+ ],
39
+ "type": "object"
40
+ }
41
+ },
42
+ "primaryIdentifier": [
43
+ "/properties/FunctionArn"
44
+ ],
45
+ "properties": {
46
+ "CodeSha256": {
47
+ "type": "string"
48
+ },
49
+ "Description": {
50
+ "maxLength": 256,
51
+ "minLength": 0,
52
+ "type": "string"
53
+ },
54
+ "FunctionArn": {
55
+ "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$",
56
+ "type": "string"
57
+ },
58
+ "FunctionName": {
59
+ "anyOf": [
60
+ {
61
+ "relationshipRef": {
62
+ "propertyPath": "/properties/FunctionName",
63
+ "typeName": "AWS::Lambda::Function"
64
+ }
65
+ },
66
+ {
67
+ "relationshipRef": {
68
+ "propertyPath": "/properties/Arn",
69
+ "typeName": "AWS::Lambda::Function"
70
+ }
71
+ }
72
+ ],
73
+ "maxLength": 140,
74
+ "minLength": 1,
75
+ "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$",
76
+ "type": "string"
77
+ },
78
+ "Policy": {
79
+ "format": "json",
80
+ "type": [
81
+ "object",
82
+ "string"
83
+ ]
84
+ },
85
+ "ProvisionedConcurrencyConfig": {
86
+ "$ref": "#/definitions/ProvisionedConcurrencyConfiguration"
87
+ },
88
+ "RuntimePolicy": {
89
+ "$ref": "#/definitions/RuntimePolicy"
90
+ },
91
+ "Version": {
92
+ "type": "string"
93
+ }
94
+ },
95
+ "propertyTransform": {
96
+ "/properties/FunctionName": "$split(FunctionName, \":\")[-1] $OR FunctionName"
97
+ },
98
+ "readOnlyProperties": [
99
+ "/properties/Version",
100
+ "/properties/FunctionArn"
101
+ ],
102
+ "required": [
103
+ "FunctionName"
104
+ ],
105
+ "tagging": {
106
+ "cloudFormationSystemTags": false,
107
+ "tagOnCreate": false,
108
+ "tagUpdatable": false,
109
+ "taggable": false
110
+ },
111
+ "typeName": "AWS::Lambda::Version"
112
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-logs-delivery.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/DeliverySourceName",
5
+ "/properties/DeliveryDestinationArn"
6
+ ],
7
+ "definitions": {
8
+ "Arn": {
9
+ "maxLength": 2048,
10
+ "minLength": 16,
11
+ "pattern": "[\\w#+=/:,.@-]*\\*?",
12
+ "type": "string"
13
+ },
14
+ "Tag": {
15
+ "additionalProperties": false,
16
+ "properties": {
17
+ "Key": {
18
+ "maxLength": 128,
19
+ "minLength": 1,
20
+ "type": "string"
21
+ },
22
+ "Value": {
23
+ "maxLength": 256,
24
+ "minLength": 0,
25
+ "type": "string"
26
+ }
27
+ },
28
+ "required": [
29
+ "Key",
30
+ "Value"
31
+ ],
32
+ "type": "object"
33
+ }
34
+ },
35
+ "primaryIdentifier": [
36
+ "/properties/DeliveryId"
37
+ ],
38
+ "properties": {
39
+ "Arn": {
40
+ "$ref": "#/definitions/Arn"
41
+ },
42
+ "DeliveryDestinationArn": {
43
+ "$ref": "#/definitions/Arn"
44
+ },
45
+ "DeliveryDestinationType": {
46
+ "maxLength": 12,
47
+ "minLength": 1,
48
+ "pattern": "^[0-9A-Za-z]+$",
49
+ "type": "string"
50
+ },
51
+ "DeliveryId": {
52
+ "maxLength": 64,
53
+ "minLength": 1,
54
+ "pattern": "^[0-9A-Za-z]+$",
55
+ "type": "string"
56
+ },
57
+ "DeliverySourceName": {
58
+ "maxLength": 60,
59
+ "minLength": 1,
60
+ "pattern": "[\\w-]*$",
61
+ "type": "string"
62
+ },
63
+ "Tags": {
64
+ "insertionOrder": false,
65
+ "items": {
66
+ "$ref": "#/definitions/Tag"
67
+ },
68
+ "type": "array",
69
+ "uniqueItems": true
70
+ }
71
+ },
72
+ "readOnlyProperties": [
73
+ "/properties/DeliveryId",
74
+ "/properties/Arn",
75
+ "/properties/DeliveryDestinationType"
76
+ ],
77
+ "required": [
78
+ "DeliverySourceName",
79
+ "DeliveryDestinationArn"
80
+ ],
81
+ "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git",
82
+ "tagging": {
83
+ "cloudFormationSystemTags": true,
84
+ "tagOnCreate": true,
85
+ "tagProperty": "/properties/Tags",
86
+ "tagUpdatable": true,
87
+ "taggable": true
88
+ },
89
+ "typeName": "AWS::Logs::Delivery"
90
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-logs-deliverydestination.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/Name",
5
+ "/properties/DestinationResourceArn"
6
+ ],
7
+ "definitions": {
8
+ "Arn": {
9
+ "maxLength": 2048,
10
+ "minLength": 16,
11
+ "pattern": "[\\w#+=/:,.@-]*\\*?",
12
+ "type": "string"
13
+ },
14
+ "DestinationPolicy": {
15
+ "additionalProperties": false,
16
+ "properties": {
17
+ "DeliveryDestinationName": {
18
+ "maxLength": 60,
19
+ "minLength": 1,
20
+ "type": "string"
21
+ },
22
+ "DeliveryDestinationPolicy": {
23
+ "maxLength": 51200,
24
+ "minLength": 1,
25
+ "type": "string"
26
+ }
27
+ },
28
+ "required": [
29
+ "DeliveryDestinationName",
30
+ "DeliveryDestinationPolicy"
31
+ ],
32
+ "type": "object"
33
+ },
34
+ "Tag": {
35
+ "additionalProperties": false,
36
+ "properties": {
37
+ "Key": {
38
+ "maxLength": 128,
39
+ "minLength": 1,
40
+ "type": "string"
41
+ },
42
+ "Value": {
43
+ "maxLength": 256,
44
+ "minLength": 0,
45
+ "type": "string"
46
+ }
47
+ },
48
+ "required": [
49
+ "Key",
50
+ "Value"
51
+ ],
52
+ "type": "object"
53
+ }
54
+ },
55
+ "primaryIdentifier": [
56
+ "/properties/Name"
57
+ ],
58
+ "properties": {
59
+ "Arn": {
60
+ "$ref": "#/definitions/Arn"
61
+ },
62
+ "DeliveryDestinationPolicy": {
63
+ "items": {
64
+ "$ref": "#/definitions/DestinationPolicy"
65
+ },
66
+ "type": "object"
67
+ },
68
+ "DeliveryDestinationType": {
69
+ "maxLength": 12,
70
+ "minLength": 1,
71
+ "pattern": "^[0-9A-Za-z]+$",
72
+ "type": "string"
73
+ },
74
+ "DestinationResourceArn": {
75
+ "$ref": "#/definitions/Arn"
76
+ },
77
+ "Name": {
78
+ "maxLength": 60,
79
+ "minLength": 1,
80
+ "pattern": "[\\w-]*$",
81
+ "type": "string"
82
+ },
83
+ "Tags": {
84
+ "insertionOrder": false,
85
+ "items": {
86
+ "$ref": "#/definitions/Tag"
87
+ },
88
+ "type": "array",
89
+ "uniqueItems": true
90
+ }
91
+ },
92
+ "readOnlyProperties": [
93
+ "/properties/Arn",
94
+ "/properties/DeliveryDestinationType"
95
+ ],
96
+ "required": [
97
+ "Name"
98
+ ],
99
+ "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git",
100
+ "tagging": {
101
+ "cloudFormationSystemTags": true,
102
+ "tagOnCreate": true,
103
+ "tagProperty": "/properties/Tags",
104
+ "tagUpdatable": true,
105
+ "taggable": true
106
+ },
107
+ "typeName": "AWS::Logs::DeliveryDestination"
108
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opensearchservice-domain.json ADDED
@@ -0,0 +1,529 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "conditionalCreateOnlyProperties": [
4
+ "/properties/EncryptionAtRestOptions/Enabled",
5
+ "/properties/EncryptionAtRestOptions/KmsKeyId",
6
+ "/properties/AdvancedSecurityOptions/Enabled"
7
+ ],
8
+ "createOnlyProperties": [
9
+ "/properties/DomainName"
10
+ ],
11
+ "definitions": {
12
+ "AdvancedSecurityOptionsInput": {
13
+ "additionalProperties": false,
14
+ "properties": {
15
+ "AnonymousAuthDisableDate": {
16
+ "type": "string"
17
+ },
18
+ "AnonymousAuthEnabled": {
19
+ "type": "boolean"
20
+ },
21
+ "Enabled": {
22
+ "type": "boolean"
23
+ },
24
+ "InternalUserDatabaseEnabled": {
25
+ "type": "boolean"
26
+ },
27
+ "JWTOptions": {
28
+ "$ref": "#/definitions/JWTOptions"
29
+ },
30
+ "MasterUserOptions": {
31
+ "$ref": "#/definitions/MasterUserOptions"
32
+ },
33
+ "SAMLOptions": {
34
+ "$ref": "#/definitions/SAMLOptions"
35
+ }
36
+ },
37
+ "type": "object"
38
+ },
39
+ "ClusterConfig": {
40
+ "additionalProperties": false,
41
+ "properties": {
42
+ "ColdStorageOptions": {
43
+ "$ref": "#/definitions/ColdStorageOptions"
44
+ },
45
+ "DedicatedMasterCount": {
46
+ "type": "integer"
47
+ },
48
+ "DedicatedMasterEnabled": {
49
+ "type": "boolean"
50
+ },
51
+ "DedicatedMasterType": {
52
+ "type": "string"
53
+ },
54
+ "InstanceCount": {
55
+ "type": "integer"
56
+ },
57
+ "InstanceType": {
58
+ "type": "string"
59
+ },
60
+ "MultiAZWithStandbyEnabled": {
61
+ "type": "boolean"
62
+ },
63
+ "WarmCount": {
64
+ "type": "integer"
65
+ },
66
+ "WarmEnabled": {
67
+ "type": "boolean"
68
+ },
69
+ "WarmType": {
70
+ "type": "string"
71
+ },
72
+ "ZoneAwarenessConfig": {
73
+ "$ref": "#/definitions/ZoneAwarenessConfig"
74
+ },
75
+ "ZoneAwarenessEnabled": {
76
+ "type": "boolean"
77
+ }
78
+ },
79
+ "type": "object"
80
+ },
81
+ "CognitoOptions": {
82
+ "additionalProperties": false,
83
+ "properties": {
84
+ "Enabled": {
85
+ "type": "boolean"
86
+ },
87
+ "IdentityPoolId": {
88
+ "type": "string"
89
+ },
90
+ "RoleArn": {
91
+ "type": "string"
92
+ },
93
+ "UserPoolId": {
94
+ "type": "string"
95
+ }
96
+ },
97
+ "type": "object"
98
+ },
99
+ "ColdStorageOptions": {
100
+ "additionalProperties": false,
101
+ "properties": {
102
+ "Enabled": {
103
+ "type": "boolean"
104
+ }
105
+ },
106
+ "type": "object"
107
+ },
108
+ "DomainEndpointOptions": {
109
+ "additionalProperties": false,
110
+ "properties": {
111
+ "CustomEndpoint": {
112
+ "type": "string"
113
+ },
114
+ "CustomEndpointCertificateArn": {
115
+ "type": "string"
116
+ },
117
+ "CustomEndpointEnabled": {
118
+ "type": "boolean"
119
+ },
120
+ "EnforceHTTPS": {
121
+ "type": "boolean"
122
+ },
123
+ "TLSSecurityPolicy": {
124
+ "type": "string"
125
+ }
126
+ },
127
+ "type": "object"
128
+ },
129
+ "EBSOptions": {
130
+ "additionalProperties": false,
131
+ "properties": {
132
+ "EBSEnabled": {
133
+ "type": "boolean"
134
+ },
135
+ "Iops": {
136
+ "type": "integer"
137
+ },
138
+ "Throughput": {
139
+ "type": "integer"
140
+ },
141
+ "VolumeSize": {
142
+ "type": "integer"
143
+ },
144
+ "VolumeType": {
145
+ "type": "string"
146
+ }
147
+ },
148
+ "type": "object"
149
+ },
150
+ "EncryptionAtRestOptions": {
151
+ "additionalProperties": false,
152
+ "properties": {
153
+ "Enabled": {
154
+ "type": "boolean"
155
+ },
156
+ "KmsKeyId": {
157
+ "type": "string"
158
+ }
159
+ },
160
+ "type": "object"
161
+ },
162
+ "Idp": {
163
+ "additionalProperties": false,
164
+ "properties": {
165
+ "EntityId": {
166
+ "type": "string"
167
+ },
168
+ "MetadataContent": {
169
+ "maxLength": 1048576,
170
+ "minLength": 1,
171
+ "type": "string"
172
+ }
173
+ },
174
+ "required": [
175
+ "MetadataContent",
176
+ "EntityId"
177
+ ],
178
+ "type": "object"
179
+ },
180
+ "JWTOptions": {
181
+ "additionalProperties": false,
182
+ "properties": {
183
+ "Enabled": {
184
+ "type": "boolean"
185
+ },
186
+ "PublicKey": {
187
+ "type": "string"
188
+ },
189
+ "RolesKey": {
190
+ "type": "string"
191
+ },
192
+ "SubjectKey": {
193
+ "type": "string"
194
+ }
195
+ },
196
+ "type": "object"
197
+ },
198
+ "LogPublishingOption": {
199
+ "additionalProperties": false,
200
+ "properties": {
201
+ "CloudWatchLogsLogGroupArn": {
202
+ "type": "string"
203
+ },
204
+ "Enabled": {
205
+ "type": "boolean"
206
+ }
207
+ },
208
+ "type": "object"
209
+ },
210
+ "MasterUserOptions": {
211
+ "additionalProperties": false,
212
+ "properties": {
213
+ "MasterUserARN": {
214
+ "type": "string"
215
+ },
216
+ "MasterUserName": {
217
+ "type": "string"
218
+ },
219
+ "MasterUserPassword": {
220
+ "type": "string"
221
+ }
222
+ },
223
+ "type": "object"
224
+ },
225
+ "NodeToNodeEncryptionOptions": {
226
+ "additionalProperties": false,
227
+ "properties": {
228
+ "Enabled": {
229
+ "type": "boolean"
230
+ }
231
+ },
232
+ "type": "object"
233
+ },
234
+ "OffPeakWindow": {
235
+ "additionalProperties": false,
236
+ "properties": {
237
+ "WindowStartTime": {
238
+ "$ref": "#/definitions/WindowStartTime"
239
+ }
240
+ },
241
+ "type": "object"
242
+ },
243
+ "OffPeakWindowOptions": {
244
+ "additionalProperties": false,
245
+ "properties": {
246
+ "Enabled": {
247
+ "type": "boolean"
248
+ },
249
+ "OffPeakWindow": {
250
+ "$ref": "#/definitions/OffPeakWindow"
251
+ }
252
+ },
253
+ "type": "object"
254
+ },
255
+ "SAMLOptions": {
256
+ "additionalProperties": false,
257
+ "properties": {
258
+ "Enabled": {
259
+ "type": "boolean"
260
+ },
261
+ "Idp": {
262
+ "$ref": "#/definitions/Idp"
263
+ },
264
+ "MasterBackendRole": {
265
+ "type": "string"
266
+ },
267
+ "MasterUserName": {
268
+ "type": "string"
269
+ },
270
+ "RolesKey": {
271
+ "type": "string"
272
+ },
273
+ "SessionTimeoutMinutes": {
274
+ "type": "integer"
275
+ },
276
+ "SubjectKey": {
277
+ "type": "string"
278
+ }
279
+ },
280
+ "type": "object"
281
+ },
282
+ "ServiceSoftwareOptions": {
283
+ "additionalProperties": false,
284
+ "properties": {
285
+ "AutomatedUpdateDate": {
286
+ "type": "string"
287
+ },
288
+ "Cancellable": {
289
+ "type": "boolean"
290
+ },
291
+ "CurrentVersion": {
292
+ "type": "string"
293
+ },
294
+ "Description": {
295
+ "type": "string"
296
+ },
297
+ "NewVersion": {
298
+ "type": "string"
299
+ },
300
+ "OptionalDeployment": {
301
+ "type": "boolean"
302
+ },
303
+ "UpdateAvailable": {
304
+ "type": "boolean"
305
+ },
306
+ "UpdateStatus": {
307
+ "type": "string"
308
+ }
309
+ },
310
+ "type": "object"
311
+ },
312
+ "SnapshotOptions": {
313
+ "additionalProperties": false,
314
+ "properties": {
315
+ "AutomatedSnapshotStartHour": {
316
+ "type": "integer"
317
+ }
318
+ },
319
+ "type": "object"
320
+ },
321
+ "SoftwareUpdateOptions": {
322
+ "additionalProperties": false,
323
+ "properties": {
324
+ "AutoSoftwareUpdateEnabled": {
325
+ "type": "boolean"
326
+ }
327
+ },
328
+ "type": "object"
329
+ },
330
+ "Tag": {
331
+ "additionalProperties": false,
332
+ "properties": {
333
+ "Key": {
334
+ "maxLength": 128,
335
+ "minLength": 0,
336
+ "type": "string"
337
+ },
338
+ "Value": {
339
+ "maxLength": 256,
340
+ "minLength": 0,
341
+ "type": "string"
342
+ }
343
+ },
344
+ "required": [
345
+ "Value",
346
+ "Key"
347
+ ],
348
+ "type": "object"
349
+ },
350
+ "VPCOptions": {
351
+ "additionalProperties": false,
352
+ "properties": {
353
+ "SecurityGroupIds": {
354
+ "format": "AWS::EC2::SecurityGroup.Ids",
355
+ "items": {
356
+ "format": "AWS::EC2::SecurityGroup.GroupId",
357
+ "type": "string"
358
+ },
359
+ "type": "array",
360
+ "uniqueItems": true
361
+ },
362
+ "SubnetIds": {
363
+ "items": {
364
+ "type": "string"
365
+ },
366
+ "type": "array",
367
+ "uniqueItems": true
368
+ }
369
+ },
370
+ "type": "object"
371
+ },
372
+ "WindowStartTime": {
373
+ "additionalProperties": false,
374
+ "properties": {
375
+ "Hours": {
376
+ "maximum": 23,
377
+ "minimum": 0,
378
+ "type": "integer"
379
+ },
380
+ "Minutes": {
381
+ "maximum": 59,
382
+ "minimum": 0,
383
+ "type": "integer"
384
+ }
385
+ },
386
+ "required": [
387
+ "Hours",
388
+ "Minutes"
389
+ ],
390
+ "type": "object"
391
+ },
392
+ "ZoneAwarenessConfig": {
393
+ "additionalProperties": false,
394
+ "properties": {
395
+ "AvailabilityZoneCount": {
396
+ "type": "integer"
397
+ }
398
+ },
399
+ "type": "object"
400
+ }
401
+ },
402
+ "primaryIdentifier": [
403
+ "/properties/DomainName"
404
+ ],
405
+ "properties": {
406
+ "AccessPolicies": {
407
+ "format": "json",
408
+ "type": [
409
+ "object",
410
+ "string"
411
+ ]
412
+ },
413
+ "AdvancedOptions": {
414
+ "additionalProperties": false,
415
+ "patternProperties": {
416
+ "[a-zA-Z0-9]+": {
417
+ "type": "string"
418
+ }
419
+ },
420
+ "type": "object"
421
+ },
422
+ "AdvancedSecurityOptions": {
423
+ "$ref": "#/definitions/AdvancedSecurityOptionsInput"
424
+ },
425
+ "Arn": {
426
+ "type": "string"
427
+ },
428
+ "ClusterConfig": {
429
+ "$ref": "#/definitions/ClusterConfig"
430
+ },
431
+ "CognitoOptions": {
432
+ "$ref": "#/definitions/CognitoOptions"
433
+ },
434
+ "DomainArn": {
435
+ "type": "string"
436
+ },
437
+ "DomainEndpoint": {
438
+ "type": "string"
439
+ },
440
+ "DomainEndpointOptions": {
441
+ "$ref": "#/definitions/DomainEndpointOptions"
442
+ },
443
+ "DomainEndpointV2": {
444
+ "type": "string"
445
+ },
446
+ "DomainEndpoints": {
447
+ "additionalProperties": false,
448
+ "patternProperties": {
449
+ "^.*$": {
450
+ "type": "string"
451
+ }
452
+ },
453
+ "type": "object"
454
+ },
455
+ "DomainName": {
456
+ "type": "string"
457
+ },
458
+ "EBSOptions": {
459
+ "$ref": "#/definitions/EBSOptions"
460
+ },
461
+ "EncryptionAtRestOptions": {
462
+ "$ref": "#/definitions/EncryptionAtRestOptions"
463
+ },
464
+ "EngineVersion": {
465
+ "type": "string"
466
+ },
467
+ "IPAddressType": {
468
+ "type": "string"
469
+ },
470
+ "Id": {
471
+ "type": "string"
472
+ },
473
+ "LogPublishingOptions": {
474
+ "additionalProperties": false,
475
+ "patternProperties": {
476
+ "[a-zA-Z0-9]+": {
477
+ "$ref": "#/definitions/LogPublishingOption"
478
+ }
479
+ },
480
+ "type": "object"
481
+ },
482
+ "NodeToNodeEncryptionOptions": {
483
+ "$ref": "#/definitions/NodeToNodeEncryptionOptions"
484
+ },
485
+ "OffPeakWindowOptions": {
486
+ "$ref": "#/definitions/OffPeakWindowOptions"
487
+ },
488
+ "ServiceSoftwareOptions": {
489
+ "$ref": "#/definitions/ServiceSoftwareOptions"
490
+ },
491
+ "SkipShardMigrationWait": {
492
+ "type": "boolean"
493
+ },
494
+ "SnapshotOptions": {
495
+ "$ref": "#/definitions/SnapshotOptions"
496
+ },
497
+ "SoftwareUpdateOptions": {
498
+ "$ref": "#/definitions/SoftwareUpdateOptions"
499
+ },
500
+ "Tags": {
501
+ "items": {
502
+ "$ref": "#/definitions/Tag"
503
+ },
504
+ "type": "array",
505
+ "uniqueItems": true
506
+ },
507
+ "VPCOptions": {
508
+ "$ref": "#/definitions/VPCOptions"
509
+ }
510
+ },
511
+ "readOnlyProperties": [
512
+ "/properties/Id",
513
+ "/properties/Arn",
514
+ "/properties/DomainArn",
515
+ "/properties/DomainEndpoint",
516
+ "/properties/DomainEndpointV2",
517
+ "/properties/DomainEndpoints",
518
+ "/properties/ServiceSoftwareOptions",
519
+ "/properties/AdvancedSecurityOptions/AnonymousAuthDisableDate"
520
+ ],
521
+ "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
522
+ "typeName": "AWS::OpenSearchService::Domain",
523
+ "writeOnlyProperties": [
524
+ "/properties/AdvancedSecurityOptions/MasterUserOptions",
525
+ "/properties/AdvancedSecurityOptions/SAMLOptions/MasterUserName",
526
+ "/properties/AdvancedSecurityOptions/SAMLOptions/MasterBackendRole",
527
+ "/properties/AdvancedSecurityOptions/JWTOptions/PublicKey"
528
+ ]
529
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opsworks-instance.json ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/Tenancy",
5
+ "/properties/VirtualizationType",
6
+ "/properties/TimeBasedAutoScaling",
7
+ "/properties/RootDeviceType",
8
+ "/properties/AutoScalingType",
9
+ "/properties/StackId",
10
+ "/properties/AvailabilityZone",
11
+ "/properties/SubnetId",
12
+ "/properties/BlockDeviceMappings",
13
+ "/properties/EbsOptimized"
14
+ ],
15
+ "definitions": {
16
+ "BlockDeviceMapping": {
17
+ "additionalProperties": false,
18
+ "properties": {
19
+ "DeviceName": {
20
+ "type": "string"
21
+ },
22
+ "Ebs": {
23
+ "$ref": "#/definitions/EbsBlockDevice"
24
+ },
25
+ "NoDevice": {
26
+ "type": "string"
27
+ },
28
+ "VirtualName": {
29
+ "pattern": "^ephemeral([0-9]|[1][0-9]|[2][0-3])$",
30
+ "type": "string"
31
+ }
32
+ },
33
+ "requiredXor": [
34
+ "VirtualName",
35
+ "Ebs",
36
+ "NoDevice"
37
+ ],
38
+ "type": "object"
39
+ },
40
+ "EbsBlockDevice": {
41
+ "additionalProperties": false,
42
+ "properties": {
43
+ "DeleteOnTermination": {
44
+ "type": "boolean"
45
+ },
46
+ "Iops": {
47
+ "type": "integer"
48
+ },
49
+ "SnapshotId": {
50
+ "type": "string"
51
+ },
52
+ "VolumeSize": {
53
+ "type": "integer"
54
+ },
55
+ "VolumeType": {
56
+ "enum": [
57
+ "gp2",
58
+ "gp3",
59
+ "io1",
60
+ "io2",
61
+ "sc1",
62
+ "st1",
63
+ "standard"
64
+ ],
65
+ "type": "string"
66
+ }
67
+ },
68
+ "type": "object"
69
+ },
70
+ "TimeBasedAutoScaling": {
71
+ "additionalProperties": false,
72
+ "properties": {
73
+ "Friday": {
74
+ "patternProperties": {
75
+ "[a-zA-Z0-9]+": {
76
+ "type": "string"
77
+ }
78
+ },
79
+ "type": "object"
80
+ },
81
+ "Monday": {
82
+ "patternProperties": {
83
+ "[a-zA-Z0-9]+": {
84
+ "type": "string"
85
+ }
86
+ },
87
+ "type": "object"
88
+ },
89
+ "Saturday": {
90
+ "patternProperties": {
91
+ "[a-zA-Z0-9]+": {
92
+ "type": "string"
93
+ }
94
+ },
95
+ "type": "object"
96
+ },
97
+ "Sunday": {
98
+ "patternProperties": {
99
+ "[a-zA-Z0-9]+": {
100
+ "type": "string"
101
+ }
102
+ },
103
+ "type": "object"
104
+ },
105
+ "Thursday": {
106
+ "patternProperties": {
107
+ "[a-zA-Z0-9]+": {
108
+ "type": "string"
109
+ }
110
+ },
111
+ "type": "object"
112
+ },
113
+ "Tuesday": {
114
+ "patternProperties": {
115
+ "[a-zA-Z0-9]+": {
116
+ "type": "string"
117
+ }
118
+ },
119
+ "type": "object"
120
+ },
121
+ "Wednesday": {
122
+ "patternProperties": {
123
+ "[a-zA-Z0-9]+": {
124
+ "type": "string"
125
+ }
126
+ },
127
+ "type": "object"
128
+ }
129
+ },
130
+ "type": "object"
131
+ }
132
+ },
133
+ "primaryIdentifier": [
134
+ "/properties/Id"
135
+ ],
136
+ "properties": {
137
+ "AgentVersion": {
138
+ "type": "string"
139
+ },
140
+ "AmiId": {
141
+ "format": "AWS::EC2::Image.Id",
142
+ "type": "string"
143
+ },
144
+ "Architecture": {
145
+ "type": "string"
146
+ },
147
+ "AutoScalingType": {
148
+ "type": "string"
149
+ },
150
+ "AvailabilityZone": {
151
+ "type": "string"
152
+ },
153
+ "BlockDeviceMappings": {
154
+ "items": {
155
+ "$ref": "#/definitions/BlockDeviceMapping"
156
+ },
157
+ "type": "array",
158
+ "uniqueItems": true
159
+ },
160
+ "EbsOptimized": {
161
+ "type": "boolean"
162
+ },
163
+ "ElasticIps": {
164
+ "items": {
165
+ "type": "string"
166
+ },
167
+ "type": "array",
168
+ "uniqueItems": true
169
+ },
170
+ "Hostname": {
171
+ "type": "string"
172
+ },
173
+ "Id": {
174
+ "type": "string"
175
+ },
176
+ "InstallUpdatesOnBoot": {
177
+ "type": "boolean"
178
+ },
179
+ "InstanceType": {
180
+ "type": "string"
181
+ },
182
+ "LayerIds": {
183
+ "items": {
184
+ "type": "string"
185
+ },
186
+ "type": "array",
187
+ "uniqueItems": false
188
+ },
189
+ "Os": {
190
+ "type": "string"
191
+ },
192
+ "PrivateDnsName": {
193
+ "type": "string"
194
+ },
195
+ "PrivateIp": {
196
+ "type": "string"
197
+ },
198
+ "PublicDnsName": {
199
+ "type": "string"
200
+ },
201
+ "PublicIp": {
202
+ "type": "string"
203
+ },
204
+ "RootDeviceType": {
205
+ "type": "string"
206
+ },
207
+ "SshKeyName": {
208
+ "type": "string"
209
+ },
210
+ "StackId": {
211
+ "type": "string"
212
+ },
213
+ "SubnetId": {
214
+ "format": "AWS::EC2::Subnet.Id",
215
+ "type": "string"
216
+ },
217
+ "Tenancy": {
218
+ "type": "string"
219
+ },
220
+ "TimeBasedAutoScaling": {
221
+ "$ref": "#/definitions/TimeBasedAutoScaling"
222
+ },
223
+ "VirtualizationType": {
224
+ "type": "string"
225
+ },
226
+ "Volumes": {
227
+ "items": {
228
+ "type": "string"
229
+ },
230
+ "type": "array",
231
+ "uniqueItems": true
232
+ }
233
+ },
234
+ "readOnlyProperties": [
235
+ "/properties/PublicIp",
236
+ "/properties/Id",
237
+ "/properties/PublicDnsName",
238
+ "/properties/PrivateDnsName",
239
+ "/properties/PrivateIp"
240
+ ],
241
+ "required": [
242
+ "LayerIds",
243
+ "InstanceType",
244
+ "StackId"
245
+ ],
246
+ "typeName": "AWS::OpsWorks::Instance"
247
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opsworks-layer.json ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/StackId",
5
+ "/properties/Type"
6
+ ],
7
+ "definitions": {
8
+ "AutoScalingThresholds": {
9
+ "additionalProperties": false,
10
+ "properties": {
11
+ "CpuThreshold": {
12
+ "type": "number"
13
+ },
14
+ "IgnoreMetricsTime": {
15
+ "type": "integer"
16
+ },
17
+ "InstanceCount": {
18
+ "type": "integer"
19
+ },
20
+ "LoadThreshold": {
21
+ "type": "number"
22
+ },
23
+ "MemoryThreshold": {
24
+ "type": "number"
25
+ },
26
+ "ThresholdsWaitTime": {
27
+ "type": "integer"
28
+ }
29
+ },
30
+ "type": "object"
31
+ },
32
+ "LifecycleEventConfiguration": {
33
+ "additionalProperties": false,
34
+ "properties": {
35
+ "ShutdownEventConfiguration": {
36
+ "$ref": "#/definitions/ShutdownEventConfiguration"
37
+ }
38
+ },
39
+ "type": "object"
40
+ },
41
+ "LoadBasedAutoScaling": {
42
+ "additionalProperties": false,
43
+ "properties": {
44
+ "DownScaling": {
45
+ "$ref": "#/definitions/AutoScalingThresholds"
46
+ },
47
+ "Enable": {
48
+ "type": "boolean"
49
+ },
50
+ "UpScaling": {
51
+ "$ref": "#/definitions/AutoScalingThresholds"
52
+ }
53
+ },
54
+ "type": "object"
55
+ },
56
+ "Recipes": {
57
+ "additionalProperties": false,
58
+ "properties": {
59
+ "Configure": {
60
+ "items": {
61
+ "type": "string"
62
+ },
63
+ "type": "array",
64
+ "uniqueItems": true
65
+ },
66
+ "Deploy": {
67
+ "items": {
68
+ "type": "string"
69
+ },
70
+ "type": "array",
71
+ "uniqueItems": true
72
+ },
73
+ "Setup": {
74
+ "items": {
75
+ "type": "string"
76
+ },
77
+ "type": "array",
78
+ "uniqueItems": true
79
+ },
80
+ "Shutdown": {
81
+ "items": {
82
+ "type": "string"
83
+ },
84
+ "type": "array",
85
+ "uniqueItems": true
86
+ },
87
+ "Undeploy": {
88
+ "items": {
89
+ "type": "string"
90
+ },
91
+ "type": "array",
92
+ "uniqueItems": true
93
+ }
94
+ },
95
+ "type": "object"
96
+ },
97
+ "ShutdownEventConfiguration": {
98
+ "additionalProperties": false,
99
+ "properties": {
100
+ "DelayUntilElbConnectionsDrained": {
101
+ "type": "boolean"
102
+ },
103
+ "ExecutionTimeout": {
104
+ "type": "integer"
105
+ }
106
+ },
107
+ "type": "object"
108
+ },
109
+ "Tag": {
110
+ "additionalProperties": false,
111
+ "properties": {
112
+ "Key": {
113
+ "type": "string"
114
+ },
115
+ "Value": {
116
+ "type": "string"
117
+ }
118
+ },
119
+ "required": [
120
+ "Value",
121
+ "Key"
122
+ ],
123
+ "type": "object"
124
+ },
125
+ "VolumeConfiguration": {
126
+ "additionalProperties": false,
127
+ "properties": {
128
+ "Encrypted": {
129
+ "type": "boolean"
130
+ },
131
+ "Iops": {
132
+ "type": "integer"
133
+ },
134
+ "MountPoint": {
135
+ "type": "string"
136
+ },
137
+ "NumberOfDisks": {
138
+ "type": "integer"
139
+ },
140
+ "RaidLevel": {
141
+ "type": "integer"
142
+ },
143
+ "Size": {
144
+ "type": "integer"
145
+ },
146
+ "VolumeType": {
147
+ "enum": [
148
+ "gp2",
149
+ "gp3",
150
+ "io1",
151
+ "io2",
152
+ "sc1",
153
+ "st1",
154
+ "standard"
155
+ ],
156
+ "type": "string"
157
+ }
158
+ },
159
+ "type": "object"
160
+ }
161
+ },
162
+ "primaryIdentifier": [
163
+ "/properties/Id"
164
+ ],
165
+ "properties": {
166
+ "Attributes": {
167
+ "patternProperties": {
168
+ "[a-zA-Z0-9]+": {
169
+ "type": "string"
170
+ }
171
+ },
172
+ "type": "object"
173
+ },
174
+ "AutoAssignElasticIps": {
175
+ "type": "boolean"
176
+ },
177
+ "AutoAssignPublicIps": {
178
+ "type": "boolean"
179
+ },
180
+ "CustomInstanceProfileArn": {
181
+ "type": "string"
182
+ },
183
+ "CustomJson": {
184
+ "format": "json",
185
+ "type": [
186
+ "object",
187
+ "string"
188
+ ]
189
+ },
190
+ "CustomRecipes": {
191
+ "$ref": "#/definitions/Recipes"
192
+ },
193
+ "CustomSecurityGroupIds": {
194
+ "items": {
195
+ "type": "string"
196
+ },
197
+ "type": "array",
198
+ "uniqueItems": false
199
+ },
200
+ "EnableAutoHealing": {
201
+ "type": "boolean"
202
+ },
203
+ "Id": {
204
+ "type": "string"
205
+ },
206
+ "InstallUpdatesOnBoot": {
207
+ "type": "boolean"
208
+ },
209
+ "LifecycleEventConfiguration": {
210
+ "$ref": "#/definitions/LifecycleEventConfiguration"
211
+ },
212
+ "LoadBasedAutoScaling": {
213
+ "$ref": "#/definitions/LoadBasedAutoScaling"
214
+ },
215
+ "Name": {
216
+ "type": "string"
217
+ },
218
+ "Packages": {
219
+ "items": {
220
+ "type": "string"
221
+ },
222
+ "type": "array",
223
+ "uniqueItems": false
224
+ },
225
+ "Shortname": {
226
+ "type": "string"
227
+ },
228
+ "StackId": {
229
+ "type": "string"
230
+ },
231
+ "Tags": {
232
+ "items": {
233
+ "$ref": "#/definitions/Tag"
234
+ },
235
+ "type": "array",
236
+ "uniqueItems": false
237
+ },
238
+ "Type": {
239
+ "type": "string"
240
+ },
241
+ "UseEbsOptimizedInstances": {
242
+ "type": "boolean"
243
+ },
244
+ "VolumeConfigurations": {
245
+ "items": {
246
+ "$ref": "#/definitions/VolumeConfiguration"
247
+ },
248
+ "type": "array",
249
+ "uniqueItems": false
250
+ }
251
+ },
252
+ "readOnlyProperties": [
253
+ "/properties/Id"
254
+ ],
255
+ "required": [
256
+ "EnableAutoHealing",
257
+ "Type",
258
+ "AutoAssignElasticIps",
259
+ "Shortname",
260
+ "AutoAssignPublicIps",
261
+ "Name",
262
+ "StackId"
263
+ ],
264
+ "typeName": "AWS::OpsWorks::Layer"
265
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-opsworks-stack.json ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/CloneAppIds",
5
+ "/properties/ClonePermissions",
6
+ "/properties/ServiceRoleArn",
7
+ "/properties/VpcId",
8
+ "/properties/SourceStackId"
9
+ ],
10
+ "definitions": {
11
+ "ChefConfiguration": {
12
+ "additionalProperties": false,
13
+ "properties": {
14
+ "BerkshelfVersion": {
15
+ "type": "string"
16
+ },
17
+ "ManageBerkshelf": {
18
+ "type": "boolean"
19
+ }
20
+ },
21
+ "type": "object"
22
+ },
23
+ "ElasticIp": {
24
+ "additionalProperties": false,
25
+ "properties": {
26
+ "Ip": {
27
+ "type": "string"
28
+ },
29
+ "Name": {
30
+ "type": "string"
31
+ }
32
+ },
33
+ "required": [
34
+ "Ip"
35
+ ],
36
+ "type": "object"
37
+ },
38
+ "RdsDbInstance": {
39
+ "additionalProperties": false,
40
+ "properties": {
41
+ "DbPassword": {
42
+ "type": "string"
43
+ },
44
+ "DbUser": {
45
+ "type": "string"
46
+ },
47
+ "RdsDbInstanceArn": {
48
+ "type": "string"
49
+ }
50
+ },
51
+ "required": [
52
+ "DbPassword",
53
+ "RdsDbInstanceArn",
54
+ "DbUser"
55
+ ],
56
+ "type": "object"
57
+ },
58
+ "Source": {
59
+ "additionalProperties": false,
60
+ "properties": {
61
+ "Password": {
62
+ "type": "string"
63
+ },
64
+ "Revision": {
65
+ "type": "string"
66
+ },
67
+ "SshKey": {
68
+ "type": "string"
69
+ },
70
+ "Type": {
71
+ "type": "string"
72
+ },
73
+ "Url": {
74
+ "type": "string"
75
+ },
76
+ "Username": {
77
+ "type": "string"
78
+ }
79
+ },
80
+ "type": "object"
81
+ },
82
+ "StackConfigurationManager": {
83
+ "additionalProperties": false,
84
+ "properties": {
85
+ "Name": {
86
+ "type": "string"
87
+ },
88
+ "Version": {
89
+ "type": "string"
90
+ }
91
+ },
92
+ "type": "object"
93
+ },
94
+ "Tag": {
95
+ "additionalProperties": false,
96
+ "properties": {
97
+ "Key": {
98
+ "type": "string"
99
+ },
100
+ "Value": {
101
+ "type": "string"
102
+ }
103
+ },
104
+ "required": [
105
+ "Value",
106
+ "Key"
107
+ ],
108
+ "type": "object"
109
+ }
110
+ },
111
+ "dependentRequired": {
112
+ "VpcId": [
113
+ "DefaultSubnetId"
114
+ ]
115
+ },
116
+ "primaryIdentifier": [
117
+ "/properties/Id"
118
+ ],
119
+ "properties": {
120
+ "AgentVersion": {
121
+ "type": "string"
122
+ },
123
+ "Attributes": {
124
+ "patternProperties": {
125
+ "[a-zA-Z0-9]+": {
126
+ "type": "string"
127
+ }
128
+ },
129
+ "type": "object"
130
+ },
131
+ "ChefConfiguration": {
132
+ "$ref": "#/definitions/ChefConfiguration"
133
+ },
134
+ "CloneAppIds": {
135
+ "items": {
136
+ "type": "string"
137
+ },
138
+ "type": "array",
139
+ "uniqueItems": true
140
+ },
141
+ "ClonePermissions": {
142
+ "type": "boolean"
143
+ },
144
+ "ConfigurationManager": {
145
+ "$ref": "#/definitions/StackConfigurationManager"
146
+ },
147
+ "CustomCookbooksSource": {
148
+ "$ref": "#/definitions/Source"
149
+ },
150
+ "CustomJson": {
151
+ "format": "json",
152
+ "type": [
153
+ "object",
154
+ "string"
155
+ ]
156
+ },
157
+ "DefaultAvailabilityZone": {
158
+ "type": "string"
159
+ },
160
+ "DefaultInstanceProfileArn": {
161
+ "type": "string"
162
+ },
163
+ "DefaultOs": {
164
+ "type": "string"
165
+ },
166
+ "DefaultRootDeviceType": {
167
+ "type": "string"
168
+ },
169
+ "DefaultSshKeyName": {
170
+ "type": "string"
171
+ },
172
+ "DefaultSubnetId": {
173
+ "type": "string"
174
+ },
175
+ "EcsClusterArn": {
176
+ "type": "string"
177
+ },
178
+ "ElasticIps": {
179
+ "items": {
180
+ "$ref": "#/definitions/ElasticIp"
181
+ },
182
+ "type": "array",
183
+ "uniqueItems": true
184
+ },
185
+ "HostnameTheme": {
186
+ "type": "string"
187
+ },
188
+ "Id": {
189
+ "type": "string"
190
+ },
191
+ "Name": {
192
+ "type": "string"
193
+ },
194
+ "RdsDbInstances": {
195
+ "items": {
196
+ "$ref": "#/definitions/RdsDbInstance"
197
+ },
198
+ "type": "array",
199
+ "uniqueItems": true
200
+ },
201
+ "ServiceRoleArn": {
202
+ "type": "string"
203
+ },
204
+ "SourceStackId": {
205
+ "type": "string"
206
+ },
207
+ "Tags": {
208
+ "items": {
209
+ "$ref": "#/definitions/Tag"
210
+ },
211
+ "type": "array",
212
+ "uniqueItems": false
213
+ },
214
+ "UseCustomCookbooks": {
215
+ "type": "boolean"
216
+ },
217
+ "UseOpsworksSecurityGroups": {
218
+ "type": "boolean"
219
+ },
220
+ "VpcId": {
221
+ "format": "AWS::EC2::VPC.Id",
222
+ "type": "string"
223
+ }
224
+ },
225
+ "readOnlyProperties": [
226
+ "/properties/Id"
227
+ ],
228
+ "required": [
229
+ "DefaultInstanceProfileArn",
230
+ "ServiceRoleArn",
231
+ "Name"
232
+ ],
233
+ "typeName": "AWS::OpsWorks::Stack"
234
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-pcaconnectorad-connector.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/CertificateAuthorityArn",
5
+ "/properties/DirectoryId",
6
+ "/properties/VpcInformation"
7
+ ],
8
+ "definitions": {
9
+ "Tags": {
10
+ "additionalProperties": false,
11
+ "patternProperties": {
12
+ ".+": {
13
+ "type": "string"
14
+ }
15
+ },
16
+ "type": "object"
17
+ },
18
+ "VpcInformation": {
19
+ "additionalProperties": false,
20
+ "properties": {
21
+ "SecurityGroupIds": {
22
+ "format": "AWS::EC2::SecurityGroup.Ids",
23
+ "items": {
24
+ "format": "AWS::EC2::SecurityGroup.GroupId",
25
+ "maxLength": 20,
26
+ "minLength": 11,
27
+ "pattern": "^(?:sg-[0-9a-f]{8}|sg-[0-9a-f]{17})$",
28
+ "type": "string"
29
+ },
30
+ "maxItems": 5,
31
+ "minItems": 1,
32
+ "type": "array",
33
+ "uniqueItems": true
34
+ }
35
+ },
36
+ "required": [
37
+ "SecurityGroupIds"
38
+ ],
39
+ "type": "object"
40
+ }
41
+ },
42
+ "primaryIdentifier": [
43
+ "/properties/ConnectorArn"
44
+ ],
45
+ "properties": {
46
+ "CertificateAuthorityArn": {
47
+ "maxLength": 200,
48
+ "minLength": 5,
49
+ "pattern": "^arn:[\\w-]+:acm-pca:[\\w-]+:[0-9]+:certificate-authority(\\/[\\w-]+)$",
50
+ "type": "string"
51
+ },
52
+ "ConnectorArn": {
53
+ "maxLength": 200,
54
+ "minLength": 5,
55
+ "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector(\\/[\\w-]+)$",
56
+ "type": "string"
57
+ },
58
+ "DirectoryId": {
59
+ "pattern": "^d-[0-9a-f]{10}$",
60
+ "type": "string"
61
+ },
62
+ "Tags": {
63
+ "$ref": "#/definitions/Tags"
64
+ },
65
+ "VpcInformation": {
66
+ "$ref": "#/definitions/VpcInformation"
67
+ }
68
+ },
69
+ "readOnlyProperties": [
70
+ "/properties/ConnectorArn"
71
+ ],
72
+ "required": [
73
+ "CertificateAuthorityArn",
74
+ "DirectoryId",
75
+ "VpcInformation"
76
+ ],
77
+ "tagging": {
78
+ "cloudFormationSystemTags": true,
79
+ "tagOnCreate": true,
80
+ "tagProperty": "/properties/Tags",
81
+ "tagUpdatable": true,
82
+ "taggable": true
83
+ },
84
+ "typeName": "AWS::PCAConnectorAD::Connector",
85
+ "writeOnlyProperties": [
86
+ "/properties/CertificateAuthorityArn",
87
+ "/properties/DirectoryId",
88
+ "/properties/Tags",
89
+ "/properties/VpcInformation"
90
+ ]
91
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-pcaconnectorad-directoryregistration.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/DirectoryId"
5
+ ],
6
+ "definitions": {
7
+ "Tags": {
8
+ "additionalProperties": false,
9
+ "patternProperties": {
10
+ ".+": {
11
+ "type": "string"
12
+ }
13
+ },
14
+ "type": "object"
15
+ }
16
+ },
17
+ "primaryIdentifier": [
18
+ "/properties/DirectoryRegistrationArn"
19
+ ],
20
+ "properties": {
21
+ "DirectoryId": {
22
+ "pattern": "^d-[0-9a-f]{10}$",
23
+ "type": "string"
24
+ },
25
+ "DirectoryRegistrationArn": {
26
+ "maxLength": 200,
27
+ "minLength": 5,
28
+ "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:directory-registration(\\/[\\w-]+)$",
29
+ "type": "string"
30
+ },
31
+ "Tags": {
32
+ "$ref": "#/definitions/Tags"
33
+ }
34
+ },
35
+ "readOnlyProperties": [
36
+ "/properties/DirectoryRegistrationArn"
37
+ ],
38
+ "required": [
39
+ "DirectoryId"
40
+ ],
41
+ "tagging": {
42
+ "cloudFormationSystemTags": true,
43
+ "tagOnCreate": true,
44
+ "tagProperty": "/properties/Tags",
45
+ "tagUpdatable": true,
46
+ "taggable": true
47
+ },
48
+ "typeName": "AWS::PCAConnectorAD::DirectoryRegistration",
49
+ "writeOnlyProperties": [
50
+ "/properties/DirectoryId",
51
+ "/properties/Tags"
52
+ ]
53
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-pcaconnectorad-template.json ADDED
@@ -0,0 +1,994 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/ConnectorArn",
5
+ "/properties/Name"
6
+ ],
7
+ "definitions": {
8
+ "ApplicationPolicies": {
9
+ "additionalProperties": false,
10
+ "properties": {
11
+ "Critical": {
12
+ "type": "boolean"
13
+ },
14
+ "Policies": {
15
+ "items": {
16
+ "$ref": "#/definitions/ApplicationPolicy"
17
+ },
18
+ "maxItems": 100,
19
+ "minItems": 1,
20
+ "type": "array",
21
+ "uniqueItems": true
22
+ }
23
+ },
24
+ "required": [
25
+ "Policies"
26
+ ],
27
+ "type": "object"
28
+ },
29
+ "ApplicationPolicy": {
30
+ "oneOf": [
31
+ {
32
+ "additionalProperties": false,
33
+ "properties": {
34
+ "PolicyType": {
35
+ "$ref": "#/definitions/ApplicationPolicyType"
36
+ }
37
+ },
38
+ "required": [
39
+ "PolicyType"
40
+ ],
41
+ "title": "PolicyType",
42
+ "type": "object"
43
+ },
44
+ {
45
+ "additionalProperties": false,
46
+ "properties": {
47
+ "PolicyObjectIdentifier": {
48
+ "maxLength": 64,
49
+ "minLength": 1,
50
+ "pattern": "^([0-2])\\.([0-9]|([0-3][0-9]))(\\.([0-9]+)){0,126}$",
51
+ "type": "string"
52
+ }
53
+ },
54
+ "required": [
55
+ "PolicyObjectIdentifier"
56
+ ],
57
+ "title": "PolicyObjectIdentifier",
58
+ "type": "object"
59
+ }
60
+ ]
61
+ },
62
+ "ApplicationPolicyType": {
63
+ "enum": [
64
+ "ALL_APPLICATION_POLICIES",
65
+ "ANY_PURPOSE",
66
+ "ATTESTATION_IDENTITY_KEY_CERTIFICATE",
67
+ "CERTIFICATE_REQUEST_AGENT",
68
+ "CLIENT_AUTHENTICATION",
69
+ "CODE_SIGNING",
70
+ "CTL_USAGE",
71
+ "DIGITAL_RIGHTS",
72
+ "DIRECTORY_SERVICE_EMAIL_REPLICATION",
73
+ "DISALLOWED_LIST",
74
+ "DNS_SERVER_TRUST",
75
+ "DOCUMENT_ENCRYPTION",
76
+ "DOCUMENT_SIGNING",
77
+ "DYNAMIC_CODE_GENERATOR",
78
+ "EARLY_LAUNCH_ANTIMALWARE_DRIVER",
79
+ "EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION",
80
+ "ENCLAVE",
81
+ "ENCRYPTING_FILE_SYSTEM",
82
+ "ENDORSEMENT_KEY_CERTIFICATE",
83
+ "FILE_RECOVERY",
84
+ "HAL_EXTENSION",
85
+ "IP_SECURITY_END_SYSTEM",
86
+ "IP_SECURITY_IKE_INTERMEDIATE",
87
+ "IP_SECURITY_TUNNEL_TERMINATION",
88
+ "IP_SECURITY_USER",
89
+ "ISOLATED_USER_MODE",
90
+ "KDC_AUTHENTICATION",
91
+ "KERNEL_MODE_CODE_SIGNING",
92
+ "KEY_PACK_LICENSES",
93
+ "KEY_RECOVERY",
94
+ "KEY_RECOVERY_AGENT",
95
+ "LICENSE_SERVER_VERIFICATION",
96
+ "LIFETIME_SIGNING",
97
+ "MICROSOFT_PUBLISHER",
98
+ "MICROSOFT_TIME_STAMPING",
99
+ "MICROSOFT_TRUST_LIST_SIGNING",
100
+ "OCSP_SIGNING",
101
+ "OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION",
102
+ "PLATFORM_CERTIFICATE",
103
+ "PREVIEW_BUILD_SIGNING",
104
+ "PRIVATE_KEY_ARCHIVAL",
105
+ "PROTECTED_PROCESS_LIGHT_VERIFICATION",
106
+ "PROTECTED_PROCESS_VERIFICATION",
107
+ "QUALIFIED_SUBORDINATION",
108
+ "REVOKED_LIST_SIGNER",
109
+ "ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION",
110
+ "ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION",
111
+ "ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL",
112
+ "ROOT_LIST_SIGNER",
113
+ "SECURE_EMAIL",
114
+ "SERVER_AUTHENTICATION",
115
+ "SMART_CARD_LOGIN",
116
+ "SPC_ENCRYPTED_DIGEST_RETRY_COUNT",
117
+ "SPC_RELAXED_PE_MARKER_CHECK",
118
+ "TIME_STAMPING",
119
+ "WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION",
120
+ "WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION",
121
+ "WINDOWS_HARDWARE_DRIVER_VERIFICATION",
122
+ "WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION",
123
+ "WINDOWS_KITS_COMPONENT",
124
+ "WINDOWS_RT_VERIFICATION",
125
+ "WINDOWS_SOFTWARE_EXTENSION_VERIFICATION",
126
+ "WINDOWS_STORE",
127
+ "WINDOWS_SYSTEM_COMPONENT_VERIFICATION",
128
+ "WINDOWS_TCB_COMPONENT",
129
+ "WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT",
130
+ "WINDOWS_UPDATE"
131
+ ],
132
+ "type": "string"
133
+ },
134
+ "CertificateValidity": {
135
+ "additionalProperties": false,
136
+ "properties": {
137
+ "RenewalPeriod": {
138
+ "$ref": "#/definitions/ValidityPeriod"
139
+ },
140
+ "ValidityPeriod": {
141
+ "$ref": "#/definitions/ValidityPeriod"
142
+ }
143
+ },
144
+ "required": [
145
+ "RenewalPeriod",
146
+ "ValidityPeriod"
147
+ ],
148
+ "type": "object"
149
+ },
150
+ "ClientCompatibilityV2": {
151
+ "enum": [
152
+ "WINDOWS_SERVER_2003",
153
+ "WINDOWS_SERVER_2008",
154
+ "WINDOWS_SERVER_2008_R2",
155
+ "WINDOWS_SERVER_2012",
156
+ "WINDOWS_SERVER_2012_R2",
157
+ "WINDOWS_SERVER_2016"
158
+ ],
159
+ "type": "string"
160
+ },
161
+ "ClientCompatibilityV3": {
162
+ "enum": [
163
+ "WINDOWS_SERVER_2008",
164
+ "WINDOWS_SERVER_2008_R2",
165
+ "WINDOWS_SERVER_2012",
166
+ "WINDOWS_SERVER_2012_R2",
167
+ "WINDOWS_SERVER_2016"
168
+ ],
169
+ "type": "string"
170
+ },
171
+ "ClientCompatibilityV4": {
172
+ "enum": [
173
+ "WINDOWS_SERVER_2012",
174
+ "WINDOWS_SERVER_2012_R2",
175
+ "WINDOWS_SERVER_2016"
176
+ ],
177
+ "type": "string"
178
+ },
179
+ "EnrollmentFlagsV2": {
180
+ "additionalProperties": false,
181
+ "properties": {
182
+ "EnableKeyReuseOnNtTokenKeysetStorageFull": {
183
+ "type": "boolean"
184
+ },
185
+ "IncludeSymmetricAlgorithms": {
186
+ "type": "boolean"
187
+ },
188
+ "NoSecurityExtension": {
189
+ "type": "boolean"
190
+ },
191
+ "RemoveInvalidCertificateFromPersonalStore": {
192
+ "type": "boolean"
193
+ },
194
+ "UserInteractionRequired": {
195
+ "type": "boolean"
196
+ }
197
+ },
198
+ "type": "object"
199
+ },
200
+ "EnrollmentFlagsV3": {
201
+ "additionalProperties": false,
202
+ "properties": {
203
+ "EnableKeyReuseOnNtTokenKeysetStorageFull": {
204
+ "type": "boolean"
205
+ },
206
+ "IncludeSymmetricAlgorithms": {
207
+ "type": "boolean"
208
+ },
209
+ "NoSecurityExtension": {
210
+ "type": "boolean"
211
+ },
212
+ "RemoveInvalidCertificateFromPersonalStore": {
213
+ "type": "boolean"
214
+ },
215
+ "UserInteractionRequired": {
216
+ "type": "boolean"
217
+ }
218
+ },
219
+ "type": "object"
220
+ },
221
+ "EnrollmentFlagsV4": {
222
+ "additionalProperties": false,
223
+ "properties": {
224
+ "EnableKeyReuseOnNtTokenKeysetStorageFull": {
225
+ "type": "boolean"
226
+ },
227
+ "IncludeSymmetricAlgorithms": {
228
+ "type": "boolean"
229
+ },
230
+ "NoSecurityExtension": {
231
+ "type": "boolean"
232
+ },
233
+ "RemoveInvalidCertificateFromPersonalStore": {
234
+ "type": "boolean"
235
+ },
236
+ "UserInteractionRequired": {
237
+ "type": "boolean"
238
+ }
239
+ },
240
+ "type": "object"
241
+ },
242
+ "ExtensionsV2": {
243
+ "additionalProperties": false,
244
+ "properties": {
245
+ "ApplicationPolicies": {
246
+ "$ref": "#/definitions/ApplicationPolicies"
247
+ },
248
+ "KeyUsage": {
249
+ "$ref": "#/definitions/KeyUsage"
250
+ }
251
+ },
252
+ "required": [
253
+ "KeyUsage"
254
+ ],
255
+ "type": "object"
256
+ },
257
+ "ExtensionsV3": {
258
+ "additionalProperties": false,
259
+ "properties": {
260
+ "ApplicationPolicies": {
261
+ "$ref": "#/definitions/ApplicationPolicies"
262
+ },
263
+ "KeyUsage": {
264
+ "$ref": "#/definitions/KeyUsage"
265
+ }
266
+ },
267
+ "required": [
268
+ "KeyUsage"
269
+ ],
270
+ "type": "object"
271
+ },
272
+ "ExtensionsV4": {
273
+ "additionalProperties": false,
274
+ "properties": {
275
+ "ApplicationPolicies": {
276
+ "$ref": "#/definitions/ApplicationPolicies"
277
+ },
278
+ "KeyUsage": {
279
+ "$ref": "#/definitions/KeyUsage"
280
+ }
281
+ },
282
+ "required": [
283
+ "KeyUsage"
284
+ ],
285
+ "type": "object"
286
+ },
287
+ "GeneralFlagsV2": {
288
+ "additionalProperties": false,
289
+ "properties": {
290
+ "AutoEnrollment": {
291
+ "type": "boolean"
292
+ },
293
+ "MachineType": {
294
+ "type": "boolean"
295
+ }
296
+ },
297
+ "type": "object"
298
+ },
299
+ "GeneralFlagsV3": {
300
+ "additionalProperties": false,
301
+ "properties": {
302
+ "AutoEnrollment": {
303
+ "type": "boolean"
304
+ },
305
+ "MachineType": {
306
+ "type": "boolean"
307
+ }
308
+ },
309
+ "type": "object"
310
+ },
311
+ "GeneralFlagsV4": {
312
+ "additionalProperties": false,
313
+ "properties": {
314
+ "AutoEnrollment": {
315
+ "type": "boolean"
316
+ },
317
+ "MachineType": {
318
+ "type": "boolean"
319
+ }
320
+ },
321
+ "type": "object"
322
+ },
323
+ "HashAlgorithm": {
324
+ "enum": [
325
+ "SHA256",
326
+ "SHA384",
327
+ "SHA512"
328
+ ],
329
+ "type": "string"
330
+ },
331
+ "KeySpec": {
332
+ "enum": [
333
+ "KEY_EXCHANGE",
334
+ "SIGNATURE"
335
+ ],
336
+ "type": "string"
337
+ },
338
+ "KeyUsage": {
339
+ "additionalProperties": false,
340
+ "properties": {
341
+ "Critical": {
342
+ "type": "boolean"
343
+ },
344
+ "UsageFlags": {
345
+ "$ref": "#/definitions/KeyUsageFlags"
346
+ }
347
+ },
348
+ "required": [
349
+ "UsageFlags"
350
+ ],
351
+ "type": "object"
352
+ },
353
+ "KeyUsageFlags": {
354
+ "additionalProperties": false,
355
+ "properties": {
356
+ "DataEncipherment": {
357
+ "type": "boolean"
358
+ },
359
+ "DigitalSignature": {
360
+ "type": "boolean"
361
+ },
362
+ "KeyAgreement": {
363
+ "type": "boolean"
364
+ },
365
+ "KeyEncipherment": {
366
+ "type": "boolean"
367
+ },
368
+ "NonRepudiation": {
369
+ "type": "boolean"
370
+ }
371
+ },
372
+ "type": "object"
373
+ },
374
+ "KeyUsageProperty": {
375
+ "oneOf": [
376
+ {
377
+ "additionalProperties": false,
378
+ "properties": {
379
+ "PropertyType": {
380
+ "$ref": "#/definitions/KeyUsagePropertyType"
381
+ }
382
+ },
383
+ "required": [
384
+ "PropertyType"
385
+ ],
386
+ "title": "PropertyType",
387
+ "type": "object"
388
+ },
389
+ {
390
+ "additionalProperties": false,
391
+ "properties": {
392
+ "PropertyFlags": {
393
+ "$ref": "#/definitions/KeyUsagePropertyFlags"
394
+ }
395
+ },
396
+ "required": [
397
+ "PropertyFlags"
398
+ ],
399
+ "title": "PropertyFlags",
400
+ "type": "object"
401
+ }
402
+ ]
403
+ },
404
+ "KeyUsagePropertyFlags": {
405
+ "additionalProperties": false,
406
+ "properties": {
407
+ "Decrypt": {
408
+ "type": "boolean"
409
+ },
410
+ "KeyAgreement": {
411
+ "type": "boolean"
412
+ },
413
+ "Sign": {
414
+ "type": "boolean"
415
+ }
416
+ },
417
+ "type": "object"
418
+ },
419
+ "KeyUsagePropertyType": {
420
+ "enum": [
421
+ "ALL"
422
+ ],
423
+ "type": "string"
424
+ },
425
+ "PrivateKeyAlgorithm": {
426
+ "enum": [
427
+ "RSA",
428
+ "ECDH_P256",
429
+ "ECDH_P384",
430
+ "ECDH_P521"
431
+ ],
432
+ "type": "string"
433
+ },
434
+ "PrivateKeyAttributesV2": {
435
+ "additionalProperties": false,
436
+ "properties": {
437
+ "CryptoProviders": {
438
+ "items": {
439
+ "maxLength": 100,
440
+ "minLength": 1,
441
+ "type": "string"
442
+ },
443
+ "maxItems": 100,
444
+ "minItems": 1,
445
+ "type": "array",
446
+ "uniqueItems": true
447
+ },
448
+ "KeySpec": {
449
+ "$ref": "#/definitions/KeySpec"
450
+ },
451
+ "MinimalKeyLength": {
452
+ "minimum": 1,
453
+ "type": "number"
454
+ }
455
+ },
456
+ "required": [
457
+ "KeySpec",
458
+ "MinimalKeyLength"
459
+ ],
460
+ "type": "object"
461
+ },
462
+ "PrivateKeyAttributesV3": {
463
+ "additionalProperties": false,
464
+ "properties": {
465
+ "Algorithm": {
466
+ "$ref": "#/definitions/PrivateKeyAlgorithm"
467
+ },
468
+ "CryptoProviders": {
469
+ "items": {
470
+ "maxLength": 100,
471
+ "minLength": 1,
472
+ "type": "string"
473
+ },
474
+ "maxItems": 100,
475
+ "minItems": 1,
476
+ "type": "array",
477
+ "uniqueItems": true
478
+ },
479
+ "KeySpec": {
480
+ "$ref": "#/definitions/KeySpec"
481
+ },
482
+ "KeyUsageProperty": {
483
+ "$ref": "#/definitions/KeyUsageProperty"
484
+ },
485
+ "MinimalKeyLength": {
486
+ "minimum": 1,
487
+ "type": "number"
488
+ }
489
+ },
490
+ "required": [
491
+ "Algorithm",
492
+ "KeySpec",
493
+ "KeyUsageProperty",
494
+ "MinimalKeyLength"
495
+ ],
496
+ "type": "object"
497
+ },
498
+ "PrivateKeyAttributesV4": {
499
+ "additionalProperties": false,
500
+ "properties": {
501
+ "Algorithm": {
502
+ "$ref": "#/definitions/PrivateKeyAlgorithm"
503
+ },
504
+ "CryptoProviders": {
505
+ "items": {
506
+ "maxLength": 100,
507
+ "minLength": 1,
508
+ "type": "string"
509
+ },
510
+ "maxItems": 100,
511
+ "minItems": 1,
512
+ "type": "array",
513
+ "uniqueItems": true
514
+ },
515
+ "KeySpec": {
516
+ "$ref": "#/definitions/KeySpec"
517
+ },
518
+ "KeyUsageProperty": {
519
+ "$ref": "#/definitions/KeyUsageProperty"
520
+ },
521
+ "MinimalKeyLength": {
522
+ "minimum": 1,
523
+ "type": "number"
524
+ }
525
+ },
526
+ "required": [
527
+ "KeySpec",
528
+ "MinimalKeyLength"
529
+ ],
530
+ "type": "object"
531
+ },
532
+ "PrivateKeyFlagsV2": {
533
+ "additionalProperties": false,
534
+ "properties": {
535
+ "ClientVersion": {
536
+ "$ref": "#/definitions/ClientCompatibilityV2"
537
+ },
538
+ "ExportableKey": {
539
+ "type": "boolean"
540
+ },
541
+ "StrongKeyProtectionRequired": {
542
+ "type": "boolean"
543
+ }
544
+ },
545
+ "required": [
546
+ "ClientVersion"
547
+ ],
548
+ "type": "object"
549
+ },
550
+ "PrivateKeyFlagsV3": {
551
+ "additionalProperties": false,
552
+ "properties": {
553
+ "ClientVersion": {
554
+ "$ref": "#/definitions/ClientCompatibilityV3"
555
+ },
556
+ "ExportableKey": {
557
+ "type": "boolean"
558
+ },
559
+ "RequireAlternateSignatureAlgorithm": {
560
+ "type": "boolean"
561
+ },
562
+ "StrongKeyProtectionRequired": {
563
+ "type": "boolean"
564
+ }
565
+ },
566
+ "required": [
567
+ "ClientVersion"
568
+ ],
569
+ "type": "object"
570
+ },
571
+ "PrivateKeyFlagsV4": {
572
+ "additionalProperties": false,
573
+ "properties": {
574
+ "ClientVersion": {
575
+ "$ref": "#/definitions/ClientCompatibilityV4"
576
+ },
577
+ "ExportableKey": {
578
+ "type": "boolean"
579
+ },
580
+ "RequireAlternateSignatureAlgorithm": {
581
+ "type": "boolean"
582
+ },
583
+ "RequireSameKeyRenewal": {
584
+ "type": "boolean"
585
+ },
586
+ "StrongKeyProtectionRequired": {
587
+ "type": "boolean"
588
+ },
589
+ "UseLegacyProvider": {
590
+ "type": "boolean"
591
+ }
592
+ },
593
+ "required": [
594
+ "ClientVersion"
595
+ ],
596
+ "type": "object"
597
+ },
598
+ "SubjectNameFlagsV2": {
599
+ "additionalProperties": false,
600
+ "properties": {
601
+ "RequireCommonName": {
602
+ "type": "boolean"
603
+ },
604
+ "RequireDirectoryPath": {
605
+ "type": "boolean"
606
+ },
607
+ "RequireDnsAsCn": {
608
+ "type": "boolean"
609
+ },
610
+ "RequireEmail": {
611
+ "type": "boolean"
612
+ },
613
+ "SanRequireDirectoryGuid": {
614
+ "type": "boolean"
615
+ },
616
+ "SanRequireDns": {
617
+ "type": "boolean"
618
+ },
619
+ "SanRequireDomainDns": {
620
+ "type": "boolean"
621
+ },
622
+ "SanRequireEmail": {
623
+ "type": "boolean"
624
+ },
625
+ "SanRequireSpn": {
626
+ "type": "boolean"
627
+ },
628
+ "SanRequireUpn": {
629
+ "type": "boolean"
630
+ }
631
+ },
632
+ "type": "object"
633
+ },
634
+ "SubjectNameFlagsV3": {
635
+ "additionalProperties": false,
636
+ "properties": {
637
+ "RequireCommonName": {
638
+ "type": "boolean"
639
+ },
640
+ "RequireDirectoryPath": {
641
+ "type": "boolean"
642
+ },
643
+ "RequireDnsAsCn": {
644
+ "type": "boolean"
645
+ },
646
+ "RequireEmail": {
647
+ "type": "boolean"
648
+ },
649
+ "SanRequireDirectoryGuid": {
650
+ "type": "boolean"
651
+ },
652
+ "SanRequireDns": {
653
+ "type": "boolean"
654
+ },
655
+ "SanRequireDomainDns": {
656
+ "type": "boolean"
657
+ },
658
+ "SanRequireEmail": {
659
+ "type": "boolean"
660
+ },
661
+ "SanRequireSpn": {
662
+ "type": "boolean"
663
+ },
664
+ "SanRequireUpn": {
665
+ "type": "boolean"
666
+ }
667
+ },
668
+ "type": "object"
669
+ },
670
+ "SubjectNameFlagsV4": {
671
+ "additionalProperties": false,
672
+ "properties": {
673
+ "RequireCommonName": {
674
+ "type": "boolean"
675
+ },
676
+ "RequireDirectoryPath": {
677
+ "type": "boolean"
678
+ },
679
+ "RequireDnsAsCn": {
680
+ "type": "boolean"
681
+ },
682
+ "RequireEmail": {
683
+ "type": "boolean"
684
+ },
685
+ "SanRequireDirectoryGuid": {
686
+ "type": "boolean"
687
+ },
688
+ "SanRequireDns": {
689
+ "type": "boolean"
690
+ },
691
+ "SanRequireDomainDns": {
692
+ "type": "boolean"
693
+ },
694
+ "SanRequireEmail": {
695
+ "type": "boolean"
696
+ },
697
+ "SanRequireSpn": {
698
+ "type": "boolean"
699
+ },
700
+ "SanRequireUpn": {
701
+ "type": "boolean"
702
+ }
703
+ },
704
+ "type": "object"
705
+ },
706
+ "Tags": {
707
+ "additionalProperties": false,
708
+ "patternProperties": {
709
+ ".+": {
710
+ "type": "string"
711
+ }
712
+ },
713
+ "type": "object"
714
+ },
715
+ "TemplateDefinition": {
716
+ "oneOf": [
717
+ {
718
+ "additionalProperties": false,
719
+ "properties": {
720
+ "TemplateV2": {
721
+ "$ref": "#/definitions/TemplateV2"
722
+ }
723
+ },
724
+ "required": [
725
+ "TemplateV2"
726
+ ],
727
+ "title": "TemplateV2",
728
+ "type": "object"
729
+ },
730
+ {
731
+ "additionalProperties": false,
732
+ "properties": {
733
+ "TemplateV3": {
734
+ "$ref": "#/definitions/TemplateV3"
735
+ }
736
+ },
737
+ "required": [
738
+ "TemplateV3"
739
+ ],
740
+ "title": "TemplateV3",
741
+ "type": "object"
742
+ },
743
+ {
744
+ "additionalProperties": false,
745
+ "properties": {
746
+ "TemplateV4": {
747
+ "$ref": "#/definitions/TemplateV4"
748
+ }
749
+ },
750
+ "required": [
751
+ "TemplateV4"
752
+ ],
753
+ "title": "TemplateV4",
754
+ "type": "object"
755
+ }
756
+ ]
757
+ },
758
+ "TemplateV2": {
759
+ "additionalProperties": false,
760
+ "properties": {
761
+ "CertificateValidity": {
762
+ "$ref": "#/definitions/CertificateValidity"
763
+ },
764
+ "EnrollmentFlags": {
765
+ "$ref": "#/definitions/EnrollmentFlagsV2"
766
+ },
767
+ "Extensions": {
768
+ "$ref": "#/definitions/ExtensionsV2"
769
+ },
770
+ "GeneralFlags": {
771
+ "$ref": "#/definitions/GeneralFlagsV2"
772
+ },
773
+ "PrivateKeyAttributes": {
774
+ "$ref": "#/definitions/PrivateKeyAttributesV2"
775
+ },
776
+ "PrivateKeyFlags": {
777
+ "$ref": "#/definitions/PrivateKeyFlagsV2"
778
+ },
779
+ "SubjectNameFlags": {
780
+ "$ref": "#/definitions/SubjectNameFlagsV2"
781
+ },
782
+ "SupersededTemplates": {
783
+ "items": {
784
+ "maxLength": 64,
785
+ "minLength": 1,
786
+ "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$",
787
+ "type": "string"
788
+ },
789
+ "maxItems": 100,
790
+ "minItems": 1,
791
+ "type": "array",
792
+ "uniqueItems": true
793
+ }
794
+ },
795
+ "required": [
796
+ "CertificateValidity",
797
+ "EnrollmentFlags",
798
+ "Extensions",
799
+ "GeneralFlags",
800
+ "PrivateKeyAttributes",
801
+ "PrivateKeyFlags",
802
+ "SubjectNameFlags"
803
+ ],
804
+ "type": "object"
805
+ },
806
+ "TemplateV3": {
807
+ "additionalProperties": false,
808
+ "properties": {
809
+ "CertificateValidity": {
810
+ "$ref": "#/definitions/CertificateValidity"
811
+ },
812
+ "EnrollmentFlags": {
813
+ "$ref": "#/definitions/EnrollmentFlagsV3"
814
+ },
815
+ "Extensions": {
816
+ "$ref": "#/definitions/ExtensionsV3"
817
+ },
818
+ "GeneralFlags": {
819
+ "$ref": "#/definitions/GeneralFlagsV3"
820
+ },
821
+ "HashAlgorithm": {
822
+ "$ref": "#/definitions/HashAlgorithm"
823
+ },
824
+ "PrivateKeyAttributes": {
825
+ "$ref": "#/definitions/PrivateKeyAttributesV3"
826
+ },
827
+ "PrivateKeyFlags": {
828
+ "$ref": "#/definitions/PrivateKeyFlagsV3"
829
+ },
830
+ "SubjectNameFlags": {
831
+ "$ref": "#/definitions/SubjectNameFlagsV3"
832
+ },
833
+ "SupersededTemplates": {
834
+ "items": {
835
+ "maxLength": 64,
836
+ "minLength": 1,
837
+ "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$",
838
+ "type": "string"
839
+ },
840
+ "maxItems": 100,
841
+ "minItems": 1,
842
+ "type": "array",
843
+ "uniqueItems": true
844
+ }
845
+ },
846
+ "required": [
847
+ "CertificateValidity",
848
+ "EnrollmentFlags",
849
+ "Extensions",
850
+ "GeneralFlags",
851
+ "HashAlgorithm",
852
+ "PrivateKeyAttributes",
853
+ "PrivateKeyFlags",
854
+ "SubjectNameFlags"
855
+ ],
856
+ "type": "object"
857
+ },
858
+ "TemplateV4": {
859
+ "additionalProperties": false,
860
+ "properties": {
861
+ "CertificateValidity": {
862
+ "$ref": "#/definitions/CertificateValidity"
863
+ },
864
+ "EnrollmentFlags": {
865
+ "$ref": "#/definitions/EnrollmentFlagsV4"
866
+ },
867
+ "Extensions": {
868
+ "$ref": "#/definitions/ExtensionsV4"
869
+ },
870
+ "GeneralFlags": {
871
+ "$ref": "#/definitions/GeneralFlagsV4"
872
+ },
873
+ "HashAlgorithm": {
874
+ "$ref": "#/definitions/HashAlgorithm"
875
+ },
876
+ "PrivateKeyAttributes": {
877
+ "$ref": "#/definitions/PrivateKeyAttributesV4"
878
+ },
879
+ "PrivateKeyFlags": {
880
+ "$ref": "#/definitions/PrivateKeyFlagsV4"
881
+ },
882
+ "SubjectNameFlags": {
883
+ "$ref": "#/definitions/SubjectNameFlagsV4"
884
+ },
885
+ "SupersededTemplates": {
886
+ "items": {
887
+ "maxLength": 64,
888
+ "minLength": 1,
889
+ "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$",
890
+ "type": "string"
891
+ },
892
+ "maxItems": 100,
893
+ "minItems": 1,
894
+ "type": "array",
895
+ "uniqueItems": true
896
+ }
897
+ },
898
+ "required": [
899
+ "CertificateValidity",
900
+ "EnrollmentFlags",
901
+ "Extensions",
902
+ "GeneralFlags",
903
+ "PrivateKeyAttributes",
904
+ "PrivateKeyFlags",
905
+ "SubjectNameFlags"
906
+ ],
907
+ "type": "object"
908
+ },
909
+ "ValidityPeriod": {
910
+ "additionalProperties": false,
911
+ "properties": {
912
+ "Period": {
913
+ "maximum": 8766000,
914
+ "minimum": 1,
915
+ "type": "number"
916
+ },
917
+ "PeriodType": {
918
+ "$ref": "#/definitions/ValidityPeriodType"
919
+ }
920
+ },
921
+ "required": [
922
+ "Period",
923
+ "PeriodType"
924
+ ],
925
+ "type": "object"
926
+ },
927
+ "ValidityPeriodType": {
928
+ "enum": [
929
+ "HOURS",
930
+ "DAYS",
931
+ "WEEKS",
932
+ "MONTHS",
933
+ "YEARS"
934
+ ],
935
+ "type": "string"
936
+ }
937
+ },
938
+ "primaryIdentifier": [
939
+ "/properties/TemplateArn"
940
+ ],
941
+ "properties": {
942
+ "ConnectorArn": {
943
+ "maxLength": 200,
944
+ "minLength": 5,
945
+ "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$",
946
+ "type": "string"
947
+ },
948
+ "Definition": {
949
+ "$ref": "#/definitions/TemplateDefinition"
950
+ },
951
+ "Name": {
952
+ "maxLength": 64,
953
+ "minLength": 1,
954
+ "pattern": "^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$",
955
+ "type": "string"
956
+ },
957
+ "ReenrollAllCertificateHolders": {
958
+ "type": "boolean"
959
+ },
960
+ "Tags": {
961
+ "$ref": "#/definitions/Tags"
962
+ },
963
+ "TemplateArn": {
964
+ "maxLength": 200,
965
+ "minLength": 5,
966
+ "pattern": "^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}\\/template\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$",
967
+ "type": "string"
968
+ }
969
+ },
970
+ "readOnlyProperties": [
971
+ "/properties/TemplateArn"
972
+ ],
973
+ "required": [
974
+ "ConnectorArn",
975
+ "Definition",
976
+ "Name"
977
+ ],
978
+ "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-pcaconnectorad",
979
+ "tagging": {
980
+ "cloudFormationSystemTags": true,
981
+ "tagOnCreate": true,
982
+ "tagProperty": "/properties/Tags",
983
+ "tagUpdatable": true,
984
+ "taggable": true
985
+ },
986
+ "typeName": "AWS::PCAConnectorAD::Template",
987
+ "writeOnlyProperties": [
988
+ "/properties/ConnectorArn",
989
+ "/properties/Definition",
990
+ "/properties/Name",
991
+ "/properties/ReenrollAllCertificateHolders",
992
+ "/properties/Tags"
993
+ ]
994
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-quicksight-datasource.json ADDED
@@ -0,0 +1,951 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/AwsAccountId",
5
+ "/properties/DataSourceId",
6
+ "/properties/Type"
7
+ ],
8
+ "definitions": {
9
+ "AmazonElasticsearchParameters": {
10
+ "additionalProperties": false,
11
+ "properties": {
12
+ "Domain": {
13
+ "maxLength": 64,
14
+ "minLength": 1,
15
+ "type": "string"
16
+ }
17
+ },
18
+ "required": [
19
+ "Domain"
20
+ ],
21
+ "type": "object"
22
+ },
23
+ "AmazonOpenSearchParameters": {
24
+ "additionalProperties": false,
25
+ "properties": {
26
+ "Domain": {
27
+ "maxLength": 64,
28
+ "minLength": 1,
29
+ "type": "string"
30
+ }
31
+ },
32
+ "required": [
33
+ "Domain"
34
+ ],
35
+ "type": "object"
36
+ },
37
+ "AthenaParameters": {
38
+ "additionalProperties": false,
39
+ "properties": {
40
+ "RoleArn": {
41
+ "maxLength": 2048,
42
+ "minLength": 20,
43
+ "type": "string"
44
+ },
45
+ "WorkGroup": {
46
+ "maxLength": 128,
47
+ "minLength": 1,
48
+ "type": "string"
49
+ }
50
+ },
51
+ "type": "object"
52
+ },
53
+ "AuroraParameters": {
54
+ "additionalProperties": false,
55
+ "properties": {
56
+ "Database": {
57
+ "maxLength": 128,
58
+ "minLength": 1,
59
+ "type": "string"
60
+ },
61
+ "Host": {
62
+ "maxLength": 256,
63
+ "minLength": 1,
64
+ "type": "string"
65
+ },
66
+ "Port": {
67
+ "default": 0,
68
+ "maximum": 65535,
69
+ "minimum": 1,
70
+ "type": "number"
71
+ }
72
+ },
73
+ "required": [
74
+ "Database",
75
+ "Host",
76
+ "Port"
77
+ ],
78
+ "type": "object"
79
+ },
80
+ "AuroraPostgreSqlParameters": {
81
+ "additionalProperties": false,
82
+ "properties": {
83
+ "Database": {
84
+ "maxLength": 128,
85
+ "minLength": 1,
86
+ "type": "string"
87
+ },
88
+ "Host": {
89
+ "maxLength": 256,
90
+ "minLength": 1,
91
+ "type": "string"
92
+ },
93
+ "Port": {
94
+ "default": 0,
95
+ "maximum": 65535,
96
+ "minimum": 1,
97
+ "type": "number"
98
+ }
99
+ },
100
+ "required": [
101
+ "Database",
102
+ "Host",
103
+ "Port"
104
+ ],
105
+ "type": "object"
106
+ },
107
+ "AwsIotAnalyticsParameters": {
108
+ "additionalProperties": false,
109
+ "properties": {
110
+ "DataSetName": {
111
+ "maxLength": 128,
112
+ "minLength": 1,
113
+ "type": "string"
114
+ }
115
+ },
116
+ "required": [
117
+ "DataSetName"
118
+ ],
119
+ "type": "object"
120
+ },
121
+ "CredentialPair": {
122
+ "additionalProperties": false,
123
+ "properties": {
124
+ "AlternateDataSourceParameters": {
125
+ "items": {
126
+ "$ref": "#/definitions/DataSourceParameters"
127
+ },
128
+ "maxItems": 50,
129
+ "minItems": 1,
130
+ "type": "array"
131
+ },
132
+ "Password": {
133
+ "maxLength": 1024,
134
+ "minLength": 1,
135
+ "type": "string"
136
+ },
137
+ "Username": {
138
+ "maxLength": 64,
139
+ "minLength": 1,
140
+ "type": "string"
141
+ }
142
+ },
143
+ "required": [
144
+ "Password",
145
+ "Username"
146
+ ],
147
+ "type": "object"
148
+ },
149
+ "DataSourceCredentials": {
150
+ "additionalProperties": false,
151
+ "properties": {
152
+ "CopySourceArn": {
153
+ "pattern": "^arn:[-a-z0-9]*:quicksight:[-a-z0-9]*:[0-9]{12}:datasource/.+$",
154
+ "type": "string"
155
+ },
156
+ "CredentialPair": {
157
+ "$ref": "#/definitions/CredentialPair"
158
+ },
159
+ "SecretArn": {
160
+ "maxLength": 2048,
161
+ "minLength": 1,
162
+ "pattern": "^arn:[-a-z0-9]*:secretsmanager:[-a-z0-9]*:[0-9]{12}:secret:.+$",
163
+ "type": "string"
164
+ }
165
+ },
166
+ "type": "object"
167
+ },
168
+ "DataSourceErrorInfo": {
169
+ "additionalProperties": false,
170
+ "properties": {
171
+ "Message": {
172
+ "type": "string"
173
+ },
174
+ "Type": {
175
+ "$ref": "#/definitions/DataSourceErrorInfoType"
176
+ }
177
+ },
178
+ "type": "object"
179
+ },
180
+ "DataSourceErrorInfoType": {
181
+ "enum": [
182
+ "ACCESS_DENIED",
183
+ "COPY_SOURCE_NOT_FOUND",
184
+ "TIMEOUT",
185
+ "ENGINE_VERSION_NOT_SUPPORTED",
186
+ "UNKNOWN_HOST",
187
+ "GENERIC_SQL_FAILURE",
188
+ "CONFLICT",
189
+ "UNKNOWN"
190
+ ],
191
+ "type": "string"
192
+ },
193
+ "DataSourceParameters": {
194
+ "additionalProperties": false,
195
+ "properties": {
196
+ "AmazonElasticsearchParameters": {
197
+ "$ref": "#/definitions/AmazonElasticsearchParameters"
198
+ },
199
+ "AmazonOpenSearchParameters": {
200
+ "$ref": "#/definitions/AmazonOpenSearchParameters"
201
+ },
202
+ "AthenaParameters": {
203
+ "$ref": "#/definitions/AthenaParameters"
204
+ },
205
+ "AuroraParameters": {
206
+ "$ref": "#/definitions/AuroraParameters"
207
+ },
208
+ "AuroraPostgreSqlParameters": {
209
+ "$ref": "#/definitions/AuroraPostgreSqlParameters"
210
+ },
211
+ "DatabricksParameters": {
212
+ "$ref": "#/definitions/DatabricksParameters"
213
+ },
214
+ "MariaDbParameters": {
215
+ "$ref": "#/definitions/MariaDbParameters"
216
+ },
217
+ "MySqlParameters": {
218
+ "$ref": "#/definitions/MySqlParameters"
219
+ },
220
+ "OracleParameters": {
221
+ "$ref": "#/definitions/OracleParameters"
222
+ },
223
+ "PostgreSqlParameters": {
224
+ "$ref": "#/definitions/PostgreSqlParameters"
225
+ },
226
+ "PrestoParameters": {
227
+ "$ref": "#/definitions/PrestoParameters"
228
+ },
229
+ "RdsParameters": {
230
+ "$ref": "#/definitions/RdsParameters"
231
+ },
232
+ "RedshiftParameters": {
233
+ "$ref": "#/definitions/RedshiftParameters"
234
+ },
235
+ "S3Parameters": {
236
+ "$ref": "#/definitions/S3Parameters"
237
+ },
238
+ "SnowflakeParameters": {
239
+ "$ref": "#/definitions/SnowflakeParameters"
240
+ },
241
+ "SparkParameters": {
242
+ "$ref": "#/definitions/SparkParameters"
243
+ },
244
+ "SqlServerParameters": {
245
+ "$ref": "#/definitions/SqlServerParameters"
246
+ },
247
+ "StarburstParameters": {
248
+ "$ref": "#/definitions/StarburstParameters"
249
+ },
250
+ "TeradataParameters": {
251
+ "$ref": "#/definitions/TeradataParameters"
252
+ },
253
+ "TrinoParameters": {
254
+ "$ref": "#/definitions/TrinoParameters"
255
+ }
256
+ },
257
+ "type": "object"
258
+ },
259
+ "DataSourceType": {
260
+ "enum": [
261
+ "ADOBE_ANALYTICS",
262
+ "AMAZON_ELASTICSEARCH",
263
+ "AMAZON_OPENSEARCH",
264
+ "ATHENA",
265
+ "AURORA",
266
+ "AURORA_POSTGRESQL",
267
+ "AWS_IOT_ANALYTICS",
268
+ "DATABRICKS",
269
+ "DENODO",
270
+ "DREMIO",
271
+ "DYNAMODB",
272
+ "SAPHANA",
273
+ "DB2_AS400",
274
+ "EXASOL",
275
+ "FILE",
276
+ "GITHUB",
277
+ "JIRA",
278
+ "MARIADB",
279
+ "MYSQL",
280
+ "ORACLE",
281
+ "POSTGRESQL",
282
+ "PRESTO",
283
+ "REDSHIFT",
284
+ "S3",
285
+ "S3_TABLES",
286
+ "SALESFORCE",
287
+ "SERVICENOW",
288
+ "SNOWFLAKE",
289
+ "SPARK",
290
+ "SQLSERVER",
291
+ "TERADATA",
292
+ "TIMESTREAM",
293
+ "TWITTER",
294
+ "BIGQUERY",
295
+ "GOOGLE_ANALYTICS",
296
+ "TRINO",
297
+ "STARBURST",
298
+ "MONGO",
299
+ "MONGO_ATLAS",
300
+ "DOCUMENTDB",
301
+ "APPFLOW",
302
+ "IMPALA",
303
+ "GLUE"
304
+ ],
305
+ "type": "string"
306
+ },
307
+ "DatabricksParameters": {
308
+ "additionalProperties": false,
309
+ "properties": {
310
+ "Host": {
311
+ "maxLength": 256,
312
+ "minLength": 1,
313
+ "type": "string"
314
+ },
315
+ "Port": {
316
+ "default": 0,
317
+ "maximum": 65535,
318
+ "minimum": 1,
319
+ "type": "number"
320
+ },
321
+ "SqlEndpointPath": {
322
+ "maxLength": 4096,
323
+ "minLength": 1,
324
+ "type": "string"
325
+ }
326
+ },
327
+ "required": [
328
+ "Host",
329
+ "Port",
330
+ "SqlEndpointPath"
331
+ ],
332
+ "type": "object"
333
+ },
334
+ "IdentityCenterConfiguration": {
335
+ "additionalProperties": false,
336
+ "properties": {
337
+ "EnableIdentityPropagation": {
338
+ "default": null,
339
+ "type": "boolean"
340
+ }
341
+ },
342
+ "type": "object"
343
+ },
344
+ "ManifestFileLocation": {
345
+ "additionalProperties": false,
346
+ "properties": {
347
+ "Bucket": {
348
+ "maxLength": 1024,
349
+ "minLength": 1,
350
+ "type": "string"
351
+ },
352
+ "Key": {
353
+ "maxLength": 1024,
354
+ "minLength": 1,
355
+ "type": "string"
356
+ }
357
+ },
358
+ "required": [
359
+ "Bucket",
360
+ "Key"
361
+ ],
362
+ "type": "object"
363
+ },
364
+ "MariaDbParameters": {
365
+ "additionalProperties": false,
366
+ "properties": {
367
+ "Database": {
368
+ "maxLength": 128,
369
+ "minLength": 1,
370
+ "type": "string"
371
+ },
372
+ "Host": {
373
+ "maxLength": 256,
374
+ "minLength": 1,
375
+ "type": "string"
376
+ },
377
+ "Port": {
378
+ "default": 0,
379
+ "maximum": 65535,
380
+ "minimum": 1,
381
+ "type": "number"
382
+ }
383
+ },
384
+ "required": [
385
+ "Database",
386
+ "Host",
387
+ "Port"
388
+ ],
389
+ "type": "object"
390
+ },
391
+ "MySqlParameters": {
392
+ "additionalProperties": false,
393
+ "properties": {
394
+ "Database": {
395
+ "maxLength": 128,
396
+ "minLength": 1,
397
+ "type": "string"
398
+ },
399
+ "Host": {
400
+ "maxLength": 256,
401
+ "minLength": 1,
402
+ "type": "string"
403
+ },
404
+ "Port": {
405
+ "default": 0,
406
+ "maximum": 65535,
407
+ "minimum": 1,
408
+ "type": "number"
409
+ }
410
+ },
411
+ "required": [
412
+ "Database",
413
+ "Host",
414
+ "Port"
415
+ ],
416
+ "type": "object"
417
+ },
418
+ "OracleParameters": {
419
+ "additionalProperties": false,
420
+ "properties": {
421
+ "Database": {
422
+ "maxLength": 128,
423
+ "minLength": 1,
424
+ "type": "string"
425
+ },
426
+ "Host": {
427
+ "maxLength": 256,
428
+ "minLength": 1,
429
+ "type": "string"
430
+ },
431
+ "Port": {
432
+ "default": 0,
433
+ "maximum": 65535,
434
+ "minimum": 1,
435
+ "type": "number"
436
+ }
437
+ },
438
+ "required": [
439
+ "Database",
440
+ "Host",
441
+ "Port"
442
+ ],
443
+ "type": "object"
444
+ },
445
+ "PostgreSqlParameters": {
446
+ "additionalProperties": false,
447
+ "properties": {
448
+ "Database": {
449
+ "maxLength": 128,
450
+ "minLength": 1,
451
+ "type": "string"
452
+ },
453
+ "Host": {
454
+ "maxLength": 256,
455
+ "minLength": 1,
456
+ "type": "string"
457
+ },
458
+ "Port": {
459
+ "default": 0,
460
+ "maximum": 65535,
461
+ "minimum": 1,
462
+ "type": "number"
463
+ }
464
+ },
465
+ "required": [
466
+ "Database",
467
+ "Host",
468
+ "Port"
469
+ ],
470
+ "type": "object"
471
+ },
472
+ "PrestoParameters": {
473
+ "additionalProperties": false,
474
+ "properties": {
475
+ "Catalog": {
476
+ "maxLength": 128,
477
+ "minLength": 0,
478
+ "type": "string"
479
+ },
480
+ "Host": {
481
+ "maxLength": 256,
482
+ "minLength": 1,
483
+ "type": "string"
484
+ },
485
+ "Port": {
486
+ "default": 0,
487
+ "maximum": 65535,
488
+ "minimum": 1,
489
+ "type": "number"
490
+ }
491
+ },
492
+ "required": [
493
+ "Catalog",
494
+ "Host",
495
+ "Port"
496
+ ],
497
+ "type": "object"
498
+ },
499
+ "RdsParameters": {
500
+ "additionalProperties": false,
501
+ "properties": {
502
+ "Database": {
503
+ "maxLength": 128,
504
+ "minLength": 1,
505
+ "type": "string"
506
+ },
507
+ "InstanceId": {
508
+ "maxLength": 64,
509
+ "minLength": 1,
510
+ "type": "string"
511
+ }
512
+ },
513
+ "required": [
514
+ "Database",
515
+ "InstanceId"
516
+ ],
517
+ "type": "object"
518
+ },
519
+ "RedshiftIAMParameters": {
520
+ "additionalProperties": false,
521
+ "properties": {
522
+ "AutoCreateDatabaseUser": {
523
+ "default": false,
524
+ "type": "boolean"
525
+ },
526
+ "DatabaseGroups": {
527
+ "items": {
528
+ "maxLength": 64,
529
+ "minLength": 1,
530
+ "type": "string"
531
+ },
532
+ "maxItems": 50,
533
+ "minItems": 1,
534
+ "type": "array"
535
+ },
536
+ "DatabaseUser": {
537
+ "maxLength": 64,
538
+ "minLength": 1,
539
+ "type": "string"
540
+ },
541
+ "RoleArn": {
542
+ "maxLength": 2048,
543
+ "minLength": 20,
544
+ "type": "string"
545
+ }
546
+ },
547
+ "required": [
548
+ "RoleArn"
549
+ ],
550
+ "type": "object"
551
+ },
552
+ "RedshiftParameters": {
553
+ "additionalProperties": false,
554
+ "properties": {
555
+ "ClusterId": {
556
+ "maxLength": 64,
557
+ "minLength": 1,
558
+ "type": "string"
559
+ },
560
+ "Database": {
561
+ "maxLength": 128,
562
+ "minLength": 1,
563
+ "type": "string"
564
+ },
565
+ "Host": {
566
+ "maxLength": 256,
567
+ "minLength": 1,
568
+ "type": "string"
569
+ },
570
+ "IAMParameters": {
571
+ "$ref": "#/definitions/RedshiftIAMParameters"
572
+ },
573
+ "IdentityCenterConfiguration": {
574
+ "$ref": "#/definitions/IdentityCenterConfiguration"
575
+ },
576
+ "Port": {
577
+ "default": 0,
578
+ "maximum": 65535,
579
+ "minimum": 0,
580
+ "type": "number"
581
+ }
582
+ },
583
+ "required": [
584
+ "Database"
585
+ ],
586
+ "type": "object"
587
+ },
588
+ "ResourcePermission": {
589
+ "additionalProperties": false,
590
+ "properties": {
591
+ "Actions": {
592
+ "items": {
593
+ "type": "string"
594
+ },
595
+ "maxItems": 20,
596
+ "minItems": 1,
597
+ "type": "array"
598
+ },
599
+ "Principal": {
600
+ "maxLength": 256,
601
+ "minLength": 1,
602
+ "type": "string"
603
+ },
604
+ "Resource": {
605
+ "type": "string"
606
+ }
607
+ },
608
+ "required": [
609
+ "Actions",
610
+ "Principal"
611
+ ],
612
+ "type": "object"
613
+ },
614
+ "ResourceStatus": {
615
+ "enum": [
616
+ "CREATION_IN_PROGRESS",
617
+ "CREATION_SUCCESSFUL",
618
+ "CREATION_FAILED",
619
+ "UPDATE_IN_PROGRESS",
620
+ "UPDATE_SUCCESSFUL",
621
+ "UPDATE_FAILED",
622
+ "DELETED"
623
+ ],
624
+ "type": "string"
625
+ },
626
+ "S3Parameters": {
627
+ "additionalProperties": false,
628
+ "properties": {
629
+ "ManifestFileLocation": {
630
+ "$ref": "#/definitions/ManifestFileLocation"
631
+ },
632
+ "RoleArn": {
633
+ "maxLength": 2048,
634
+ "minLength": 20,
635
+ "type": "string"
636
+ }
637
+ },
638
+ "required": [
639
+ "ManifestFileLocation"
640
+ ],
641
+ "type": "object"
642
+ },
643
+ "SnowflakeParameters": {
644
+ "additionalProperties": false,
645
+ "properties": {
646
+ "Database": {
647
+ "maxLength": 128,
648
+ "minLength": 1,
649
+ "type": "string"
650
+ },
651
+ "Host": {
652
+ "maxLength": 256,
653
+ "minLength": 1,
654
+ "type": "string"
655
+ },
656
+ "Warehouse": {
657
+ "maxLength": 128,
658
+ "minLength": 0,
659
+ "type": "string"
660
+ }
661
+ },
662
+ "required": [
663
+ "Database",
664
+ "Host",
665
+ "Warehouse"
666
+ ],
667
+ "type": "object"
668
+ },
669
+ "SparkParameters": {
670
+ "additionalProperties": false,
671
+ "properties": {
672
+ "Host": {
673
+ "maxLength": 256,
674
+ "minLength": 1,
675
+ "type": "string"
676
+ },
677
+ "Port": {
678
+ "default": 0,
679
+ "maximum": 65535,
680
+ "minimum": 1,
681
+ "type": "number"
682
+ }
683
+ },
684
+ "required": [
685
+ "Host",
686
+ "Port"
687
+ ],
688
+ "type": "object"
689
+ },
690
+ "SqlServerParameters": {
691
+ "additionalProperties": false,
692
+ "properties": {
693
+ "Database": {
694
+ "maxLength": 128,
695
+ "minLength": 1,
696
+ "type": "string"
697
+ },
698
+ "Host": {
699
+ "maxLength": 256,
700
+ "minLength": 1,
701
+ "type": "string"
702
+ },
703
+ "Port": {
704
+ "default": 0,
705
+ "maximum": 65535,
706
+ "minimum": 1,
707
+ "type": "number"
708
+ }
709
+ },
710
+ "required": [
711
+ "Database",
712
+ "Host",
713
+ "Port"
714
+ ],
715
+ "type": "object"
716
+ },
717
+ "SslProperties": {
718
+ "additionalProperties": false,
719
+ "properties": {
720
+ "DisableSsl": {
721
+ "default": false,
722
+ "type": "boolean"
723
+ }
724
+ },
725
+ "type": "object"
726
+ },
727
+ "StarburstParameters": {
728
+ "additionalProperties": false,
729
+ "properties": {
730
+ "Catalog": {
731
+ "maxLength": 128,
732
+ "minLength": 0,
733
+ "type": "string"
734
+ },
735
+ "Host": {
736
+ "maxLength": 256,
737
+ "minLength": 1,
738
+ "type": "string"
739
+ },
740
+ "Port": {
741
+ "default": 0,
742
+ "maximum": 65535,
743
+ "minimum": 1,
744
+ "type": "number"
745
+ },
746
+ "ProductType": {
747
+ "$ref": "#/definitions/StarburstProductType"
748
+ }
749
+ },
750
+ "required": [
751
+ "Catalog",
752
+ "Host",
753
+ "Port"
754
+ ],
755
+ "type": "object"
756
+ },
757
+ "StarburstProductType": {
758
+ "enum": [
759
+ "GALAXY",
760
+ "ENTERPRISE"
761
+ ],
762
+ "type": "string"
763
+ },
764
+ "Tag": {
765
+ "additionalProperties": false,
766
+ "properties": {
767
+ "Key": {
768
+ "maxLength": 128,
769
+ "minLength": 1,
770
+ "type": "string"
771
+ },
772
+ "Value": {
773
+ "maxLength": 256,
774
+ "minLength": 1,
775
+ "type": "string"
776
+ }
777
+ },
778
+ "required": [
779
+ "Key",
780
+ "Value"
781
+ ],
782
+ "type": "object"
783
+ },
784
+ "TeradataParameters": {
785
+ "additionalProperties": false,
786
+ "properties": {
787
+ "Database": {
788
+ "maxLength": 128,
789
+ "minLength": 1,
790
+ "type": "string"
791
+ },
792
+ "Host": {
793
+ "maxLength": 256,
794
+ "minLength": 1,
795
+ "type": "string"
796
+ },
797
+ "Port": {
798
+ "default": 0,
799
+ "maximum": 65535,
800
+ "minimum": 1,
801
+ "type": "number"
802
+ }
803
+ },
804
+ "required": [
805
+ "Database",
806
+ "Host",
807
+ "Port"
808
+ ],
809
+ "type": "object"
810
+ },
811
+ "TrinoParameters": {
812
+ "additionalProperties": false,
813
+ "properties": {
814
+ "Catalog": {
815
+ "maxLength": 128,
816
+ "minLength": 0,
817
+ "type": "string"
818
+ },
819
+ "Host": {
820
+ "maxLength": 256,
821
+ "minLength": 1,
822
+ "type": "string"
823
+ },
824
+ "Port": {
825
+ "default": 0,
826
+ "maximum": 65535,
827
+ "minimum": 1,
828
+ "type": "number"
829
+ }
830
+ },
831
+ "required": [
832
+ "Catalog",
833
+ "Host",
834
+ "Port"
835
+ ],
836
+ "type": "object"
837
+ },
838
+ "VpcConnectionProperties": {
839
+ "additionalProperties": false,
840
+ "properties": {
841
+ "VpcConnectionArn": {
842
+ "type": "string"
843
+ }
844
+ },
845
+ "required": [
846
+ "VpcConnectionArn"
847
+ ],
848
+ "type": "object"
849
+ }
850
+ },
851
+ "primaryIdentifier": [
852
+ "/properties/AwsAccountId",
853
+ "/properties/DataSourceId"
854
+ ],
855
+ "properties": {
856
+ "AlternateDataSourceParameters": {
857
+ "items": {
858
+ "$ref": "#/definitions/DataSourceParameters"
859
+ },
860
+ "maxItems": 50,
861
+ "minItems": 1,
862
+ "type": "array"
863
+ },
864
+ "Arn": {
865
+ "type": "string"
866
+ },
867
+ "AwsAccountId": {
868
+ "maxLength": 12,
869
+ "minLength": 12,
870
+ "pattern": "^[0-9]{12}$",
871
+ "type": "string"
872
+ },
873
+ "CreatedTime": {
874
+ "format": "date-time",
875
+ "type": "string"
876
+ },
877
+ "Credentials": {
878
+ "$ref": "#/definitions/DataSourceCredentials"
879
+ },
880
+ "DataSourceId": {
881
+ "type": "string"
882
+ },
883
+ "DataSourceParameters": {
884
+ "$ref": "#/definitions/DataSourceParameters"
885
+ },
886
+ "ErrorInfo": {
887
+ "$ref": "#/definitions/DataSourceErrorInfo"
888
+ },
889
+ "FolderArns": {
890
+ "items": {
891
+ "type": "string"
892
+ },
893
+ "maxItems": 10,
894
+ "minItems": 0,
895
+ "type": "array"
896
+ },
897
+ "LastUpdatedTime": {
898
+ "format": "date-time",
899
+ "type": "string"
900
+ },
901
+ "Name": {
902
+ "maxLength": 128,
903
+ "minLength": 1,
904
+ "type": "string"
905
+ },
906
+ "Permissions": {
907
+ "items": {
908
+ "$ref": "#/definitions/ResourcePermission"
909
+ },
910
+ "maxItems": 64,
911
+ "minItems": 1,
912
+ "type": "array"
913
+ },
914
+ "SslProperties": {
915
+ "$ref": "#/definitions/SslProperties"
916
+ },
917
+ "Status": {
918
+ "$ref": "#/definitions/ResourceStatus"
919
+ },
920
+ "Tags": {
921
+ "items": {
922
+ "$ref": "#/definitions/Tag"
923
+ },
924
+ "maxItems": 200,
925
+ "minItems": 1,
926
+ "type": "array"
927
+ },
928
+ "Type": {
929
+ "$ref": "#/definitions/DataSourceType"
930
+ },
931
+ "VpcConnectionProperties": {
932
+ "$ref": "#/definitions/VpcConnectionProperties"
933
+ }
934
+ },
935
+ "readOnlyProperties": [
936
+ "/properties/Arn",
937
+ "/properties/CreatedTime",
938
+ "/properties/LastUpdatedTime",
939
+ "/properties/Status"
940
+ ],
941
+ "required": [
942
+ "Name",
943
+ "Type"
944
+ ],
945
+ "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-quicksight",
946
+ "typeName": "AWS::QuickSight::DataSource",
947
+ "writeOnlyProperties": [
948
+ "/properties/Credentials",
949
+ "/properties/FolderArns"
950
+ ]
951
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-route53-healthcheck.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "definitions": {
4
+ "AlarmIdentifier": {
5
+ "additionalProperties": false,
6
+ "properties": {
7
+ "Name": {
8
+ "type": "string"
9
+ },
10
+ "Region": {
11
+ "type": "string"
12
+ }
13
+ },
14
+ "required": [
15
+ "Region",
16
+ "Name"
17
+ ],
18
+ "type": "object"
19
+ },
20
+ "HealthCheckConfig": {
21
+ "additionalProperties": false,
22
+ "properties": {
23
+ "AlarmIdentifier": {
24
+ "$ref": "#/definitions/AlarmIdentifier"
25
+ },
26
+ "ChildHealthChecks": {
27
+ "items": {
28
+ "type": "string"
29
+ },
30
+ "type": "array",
31
+ "uniqueItems": true
32
+ },
33
+ "EnableSNI": {
34
+ "type": "boolean"
35
+ },
36
+ "FailureThreshold": {
37
+ "type": "integer"
38
+ },
39
+ "FullyQualifiedDomainName": {
40
+ "type": "string"
41
+ },
42
+ "HealthThreshold": {
43
+ "type": "integer"
44
+ },
45
+ "IPAddress": {
46
+ "type": "string"
47
+ },
48
+ "InsufficientDataHealthStatus": {
49
+ "type": "string"
50
+ },
51
+ "Inverted": {
52
+ "type": "boolean"
53
+ },
54
+ "MeasureLatency": {
55
+ "type": "boolean"
56
+ },
57
+ "Port": {
58
+ "type": "integer"
59
+ },
60
+ "Regions": {
61
+ "items": {
62
+ "type": "string"
63
+ },
64
+ "type": "array",
65
+ "uniqueItems": true
66
+ },
67
+ "RequestInterval": {
68
+ "type": "integer"
69
+ },
70
+ "ResourcePath": {
71
+ "type": "string"
72
+ },
73
+ "SearchString": {
74
+ "type": "string"
75
+ },
76
+ "Type": {
77
+ "type": "string"
78
+ }
79
+ },
80
+ "required": [
81
+ "Type"
82
+ ],
83
+ "type": "object"
84
+ },
85
+ "HealthCheckTag": {
86
+ "additionalProperties": false,
87
+ "properties": {
88
+ "Key": {
89
+ "type": "string"
90
+ },
91
+ "Value": {
92
+ "type": "string"
93
+ }
94
+ },
95
+ "required": [
96
+ "Value",
97
+ "Key"
98
+ ],
99
+ "type": "object"
100
+ }
101
+ },
102
+ "primaryIdentifier": [
103
+ "/properties/Id"
104
+ ],
105
+ "properties": {
106
+ "HealthCheckConfig": {
107
+ "$ref": "#/definitions/HealthCheckConfig"
108
+ },
109
+ "HealthCheckTags": {
110
+ "items": {
111
+ "$ref": "#/definitions/HealthCheckTag"
112
+ },
113
+ "type": "array",
114
+ "uniqueItems": false
115
+ },
116
+ "Id": {
117
+ "type": "string"
118
+ }
119
+ },
120
+ "readOnlyProperties": [
121
+ "/properties/Id"
122
+ ],
123
+ "required": [
124
+ "HealthCheckConfig"
125
+ ],
126
+ "typeName": "AWS::Route53::HealthCheck"
127
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-sagemaker-endpoint.json ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/EndpointName"
5
+ ],
6
+ "definitions": {
7
+ "Alarm": {
8
+ "additionalProperties": false,
9
+ "properties": {
10
+ "AlarmName": {
11
+ "pattern": "^(?!\\s*$).+",
12
+ "type": "string"
13
+ }
14
+ },
15
+ "required": [
16
+ "AlarmName"
17
+ ],
18
+ "type": "object"
19
+ },
20
+ "AutoRollbackConfig": {
21
+ "additionalProperties": false,
22
+ "properties": {
23
+ "Alarms": {
24
+ "items": {
25
+ "$ref": "#/definitions/Alarm"
26
+ },
27
+ "type": "array",
28
+ "uniqueItems": false
29
+ }
30
+ },
31
+ "required": [
32
+ "Alarms"
33
+ ],
34
+ "type": "object"
35
+ },
36
+ "BlueGreenUpdatePolicy": {
37
+ "additionalProperties": false,
38
+ "properties": {
39
+ "MaximumExecutionTimeoutInSeconds": {
40
+ "type": "integer"
41
+ },
42
+ "TerminationWaitInSeconds": {
43
+ "type": "integer"
44
+ },
45
+ "TrafficRoutingConfiguration": {
46
+ "$ref": "#/definitions/TrafficRoutingConfig"
47
+ }
48
+ },
49
+ "required": [
50
+ "TrafficRoutingConfiguration"
51
+ ],
52
+ "type": "object"
53
+ },
54
+ "CapacitySize": {
55
+ "additionalProperties": false,
56
+ "properties": {
57
+ "Type": {
58
+ "enum": [
59
+ "CAPACITY_PERCENT",
60
+ "INSTANCE_COUNT"
61
+ ],
62
+ "type": "string"
63
+ },
64
+ "Value": {
65
+ "type": "integer"
66
+ }
67
+ },
68
+ "required": [
69
+ "Type",
70
+ "Value"
71
+ ],
72
+ "type": "object"
73
+ },
74
+ "DeploymentConfig": {
75
+ "additionalProperties": false,
76
+ "properties": {
77
+ "AutoRollbackConfiguration": {
78
+ "$ref": "#/definitions/AutoRollbackConfig"
79
+ },
80
+ "BlueGreenUpdatePolicy": {
81
+ "$ref": "#/definitions/BlueGreenUpdatePolicy"
82
+ },
83
+ "RollingUpdatePolicy": {
84
+ "$ref": "#/definitions/RollingUpdatePolicy"
85
+ }
86
+ },
87
+ "type": "object"
88
+ },
89
+ "RollingUpdatePolicy": {
90
+ "additionalProperties": false,
91
+ "properties": {
92
+ "MaximumBatchSize": {
93
+ "$ref": "#/definitions/CapacitySize"
94
+ },
95
+ "MaximumExecutionTimeoutInSeconds": {
96
+ "type": "integer"
97
+ },
98
+ "RollbackMaximumBatchSize": {
99
+ "$ref": "#/definitions/CapacitySize"
100
+ },
101
+ "WaitIntervalInSeconds": {
102
+ "type": "integer"
103
+ }
104
+ },
105
+ "required": [
106
+ "MaximumBatchSize",
107
+ "WaitIntervalInSeconds"
108
+ ],
109
+ "type": "object"
110
+ },
111
+ "Tag": {
112
+ "additionalProperties": false,
113
+ "properties": {
114
+ "Key": {
115
+ "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$",
116
+ "type": "string"
117
+ },
118
+ "Value": {
119
+ "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$",
120
+ "type": "string"
121
+ }
122
+ },
123
+ "required": [
124
+ "Value",
125
+ "Key"
126
+ ],
127
+ "type": "object"
128
+ },
129
+ "TrafficRoutingConfig": {
130
+ "additionalProperties": false,
131
+ "properties": {
132
+ "CanarySize": {
133
+ "$ref": "#/definitions/CapacitySize"
134
+ },
135
+ "LinearStepSize": {
136
+ "$ref": "#/definitions/CapacitySize"
137
+ },
138
+ "Type": {
139
+ "enum": [
140
+ "ALL_AT_ONCE",
141
+ "CANARY",
142
+ "LINEAR"
143
+ ],
144
+ "type": "string"
145
+ },
146
+ "WaitIntervalInSeconds": {
147
+ "type": "integer"
148
+ }
149
+ },
150
+ "required": [
151
+ "Type"
152
+ ],
153
+ "type": "object"
154
+ },
155
+ "VariantProperty": {
156
+ "additionalProperties": false,
157
+ "properties": {
158
+ "VariantPropertyType": {
159
+ "type": "string"
160
+ }
161
+ },
162
+ "type": "object"
163
+ }
164
+ },
165
+ "primaryIdentifier": [
166
+ "/properties/Id"
167
+ ],
168
+ "properties": {
169
+ "DeploymentConfig": {
170
+ "$ref": "#/definitions/DeploymentConfig"
171
+ },
172
+ "EndpointConfigName": {
173
+ "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}",
174
+ "type": "string"
175
+ },
176
+ "EndpointName": {
177
+ "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}",
178
+ "type": "string"
179
+ },
180
+ "ExcludeRetainedVariantProperties": {
181
+ "items": {
182
+ "$ref": "#/definitions/VariantProperty"
183
+ },
184
+ "type": "array",
185
+ "uniqueItems": false
186
+ },
187
+ "Id": {
188
+ "type": "string"
189
+ },
190
+ "RetainAllVariantProperties": {
191
+ "type": "boolean"
192
+ },
193
+ "RetainDeploymentConfig": {
194
+ "type": "boolean"
195
+ },
196
+ "Tags": {
197
+ "items": {
198
+ "$ref": "#/definitions/Tag"
199
+ },
200
+ "type": "array",
201
+ "uniqueItems": false
202
+ }
203
+ },
204
+ "readOnlyProperties": [
205
+ "/properties/Id"
206
+ ],
207
+ "required": [
208
+ "EndpointConfigName"
209
+ ],
210
+ "typeName": "AWS::SageMaker::Endpoint"
211
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-acceptedportfolioshare.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/AcceptLanguage",
5
+ "/properties/PortfolioId"
6
+ ],
7
+ "primaryIdentifier": [
8
+ "/properties/Id"
9
+ ],
10
+ "properties": {
11
+ "AcceptLanguage": {
12
+ "type": "string"
13
+ },
14
+ "Id": {
15
+ "type": "string"
16
+ },
17
+ "PortfolioId": {
18
+ "type": "string"
19
+ }
20
+ },
21
+ "readOnlyProperties": [
22
+ "/properties/Id"
23
+ ],
24
+ "required": [
25
+ "PortfolioId"
26
+ ],
27
+ "typeName": "AWS::ServiceCatalog::AcceptedPortfolioShare"
28
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-portfolio.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "definitions": {
4
+ "Tag": {
5
+ "additionalProperties": false,
6
+ "properties": {
7
+ "Key": {
8
+ "type": "string"
9
+ },
10
+ "Value": {
11
+ "type": "string"
12
+ }
13
+ },
14
+ "required": [
15
+ "Value",
16
+ "Key"
17
+ ],
18
+ "type": "object"
19
+ }
20
+ },
21
+ "primaryIdentifier": [
22
+ "/properties/Id"
23
+ ],
24
+ "properties": {
25
+ "AcceptLanguage": {
26
+ "type": "string"
27
+ },
28
+ "Description": {
29
+ "type": "string"
30
+ },
31
+ "DisplayName": {
32
+ "type": "string"
33
+ },
34
+ "Id": {
35
+ "type": "string"
36
+ },
37
+ "PortfolioName": {
38
+ "type": "string"
39
+ },
40
+ "ProviderName": {
41
+ "type": "string"
42
+ },
43
+ "Tags": {
44
+ "items": {
45
+ "$ref": "#/definitions/Tag"
46
+ },
47
+ "type": "array",
48
+ "uniqueItems": false
49
+ }
50
+ },
51
+ "readOnlyProperties": [
52
+ "/properties/Id",
53
+ "/properties/PortfolioName"
54
+ ],
55
+ "required": [
56
+ "ProviderName",
57
+ "DisplayName"
58
+ ],
59
+ "typeName": "AWS::ServiceCatalog::Portfolio"
60
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-portfolioprincipalassociation.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/AcceptLanguage",
5
+ "/properties/PortfolioId",
6
+ "/properties/PrincipalARN",
7
+ "/properties/PrincipalType"
8
+ ],
9
+ "primaryIdentifier": [
10
+ "/properties/Id"
11
+ ],
12
+ "properties": {
13
+ "AcceptLanguage": {
14
+ "type": "string"
15
+ },
16
+ "Id": {
17
+ "type": "string"
18
+ },
19
+ "PortfolioId": {
20
+ "type": "string"
21
+ },
22
+ "PrincipalARN": {
23
+ "type": "string"
24
+ },
25
+ "PrincipalType": {
26
+ "type": "string"
27
+ }
28
+ },
29
+ "readOnlyProperties": [
30
+ "/properties/Id"
31
+ ],
32
+ "required": [
33
+ "PrincipalARN",
34
+ "PortfolioId",
35
+ "PrincipalType"
36
+ ],
37
+ "typeName": "AWS::ServiceCatalog::PortfolioPrincipalAssociation"
38
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/eu_south_1/aws-servicecatalog-portfolioproductassociation.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/AcceptLanguage",
5
+ "/properties/SourcePortfolioId",
6
+ "/properties/PortfolioId",
7
+ "/properties/ProductId"
8
+ ],
9
+ "primaryIdentifier": [
10
+ "/properties/Id"
11
+ ],
12
+ "properties": {
13
+ "AcceptLanguage": {
14
+ "type": "string"
15
+ },
16
+ "Id": {
17
+ "type": "string"
18
+ },
19
+ "PortfolioId": {
20
+ "type": "string"
21
+ },
22
+ "ProductId": {
23
+ "type": "string"
24
+ },
25
+ "SourcePortfolioId": {
26
+ "type": "string"
27
+ }
28
+ },
29
+ "readOnlyProperties": [
30
+ "/properties/Id"
31
+ ],
32
+ "required": [
33
+ "PortfolioId",
34
+ "ProductId"
35
+ ],
36
+ "typeName": "AWS::ServiceCatalog::PortfolioProductAssociation"
37
+ }