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

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/patches/providers/all/aws_cleanrooms_idnamespaceassociation/document.json +20 -0
  2. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/patches/providers/all/aws_nimblestudio_streamingimage/__init__.py +0 -0
  3. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/patches/providers/all/aws_nimblestudio_streamingimage/readOnlyProperties.json +28 -0
  4. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/patches/providers/all/aws_rds_dbcluster/readonlyproperties2.json +22 -0
  5. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/patches/providers/all/aws_resiliencehub_resiliencypolicy/policymap.json +20 -0
  6. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/patches/providers/all/aws_sagemaker_domain/applifecyclemanagement.json +10 -0
  7. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/patches/providers/all/aws_sagemaker_userprofile/__init__.py +0 -0
  8. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/patches/providers/all/aws_sagemaker_userprofile/applifecyclemanagement.json +10 -0
  9. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/__init__.py +1631 -0
  10. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/amzn-sdc-deployment.json +46 -0
  11. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-amazonmq-configurationassociation.json +46 -0
  12. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-appsync-graphqlapi.json +302 -0
  13. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-cloudformation-waitcondition.json +32 -0
  14. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-cloudfront-streamingdistribution.json +143 -0
  15. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-datapipeline-pipeline.json +172 -0
  16. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-directoryservice-microsoftad.json +88 -0
  17. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-directoryservice-simplead.json +99 -0
  18. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-docdb-dbclusterparametergroup.json +66 -0
  19. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-ec2-clientvpnauthorizationrule.json +41 -0
  20. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-ec2-launchtemplate.json +2086 -0
  21. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-ec2-networkinterface.json +234 -0
  22. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-ec2-networkinterfacepermission.json +38 -0
  23. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-ec2-trafficmirrorsession.json +70 -0
  24. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-efs-accesspoint.json +142 -0
  25. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-efs-filesystem.json +228 -0
  26. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-elasticache-serverlesscache.json +205 -0
  27. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-elasticloadbalancingv2-loadbalancer.json +176 -0
  28. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-emrcontainers-virtualcluster.json +125 -0
  29. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-gamelift-alias.json +48 -0
  30. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-gamelift-build.json +56 -0
  31. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-gamelift-fleet.json +198 -0
  32. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-iam-accesskey.json +39 -0
  33. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-iam-managedpolicy.json +100 -0
  34. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-iot-certificate.json +33 -0
  35. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-iot-policy.json +38 -0
  36. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-iot-policyprincipalattachment.json +29 -0
  37. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-iot-thing.json +40 -0
  38. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-iot-thingprincipalattachment.json +29 -0
  39. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-iot-topicrule.json +632 -0
  40. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-kinesis-streamconsumer.json +41 -0
  41. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-lambda-version.json +112 -0
  42. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-logs-delivery.json +90 -0
  43. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-logs-deliverydestination.json +108 -0
  44. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-neptune-dbclusterparametergroup.json +66 -0
  45. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-neptune-dbinstance.json +88 -0
  46. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-neptune-dbparametergroup.json +66 -0
  47. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-opensearchservice-domain.json +529 -0
  48. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-opsworks-instance.json +247 -0
  49. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-opsworks-layer.json +265 -0
  50. testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-opsworks-stack.json +234 -0
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/patches/providers/all/aws_cleanrooms_idnamespaceassociation/document.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "op": "test",
4
+ "path": "/definitions/Document",
5
+ "value": {
6
+ "type": "object"
7
+ }
8
+ },
9
+ {
10
+ "op": "replace",
11
+ "path": "/definitions/Document",
12
+ "value": {
13
+ "format": "json",
14
+ "type": [
15
+ "object",
16
+ "string"
17
+ ]
18
+ }
19
+ }
20
+ ]
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/patches/providers/all/aws_nimblestudio_streamingimage/__init__.py ADDED
File without changes
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/patches/providers/all/aws_nimblestudio_streamingimage/readOnlyProperties.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "op": "test",
4
+ "path": "/readOnlyProperties",
5
+ "value": [
6
+ "/properties/Platform",
7
+ "/properties/EulaIds",
8
+ "/properties/Owner",
9
+ "/properties/EncryptionConfiguration.KeyArn",
10
+ "/properties/EncryptionConfiguration",
11
+ "/properties/EncryptionConfiguration.KeyType",
12
+ "/properties/StreamingImageId"
13
+ ]
14
+ },
15
+ {
16
+ "op": "replace",
17
+ "path": "/readOnlyProperties",
18
+ "value": [
19
+ "/properties/Platform",
20
+ "/properties/EulaIds",
21
+ "/properties/Owner",
22
+ "/properties/EncryptionConfiguration",
23
+ "/properties/EncryptionConfiguration/KeyArn",
24
+ "/properties/EncryptionConfiguration/KeyType",
25
+ "/properties/StreamingImageId"
26
+ ]
27
+ }
28
+ ]
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/patches/providers/all/aws_rds_dbcluster/readonlyproperties2.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "op": "test",
4
+ "path": "/readOnlyProperties",
5
+ "value": [
6
+ "/properties/Id",
7
+ "/properties/ReadEndpoint.Address",
8
+ "/properties/Endpoint.Port",
9
+ "/properties/Endpoint.Address"
10
+ ]
11
+ },
12
+ {
13
+ "op": "replace",
14
+ "path": "/readOnlyProperties",
15
+ "value": [
16
+ "/properties/Id",
17
+ "/properties/ReadEndpointAddress",
18
+ "/properties/EndpointPort",
19
+ "/properties/EndpointAddress"
20
+ ]
21
+ }
22
+ ]
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/patches/providers/all/aws_resiliencehub_resiliencypolicy/policymap.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "op": "test",
4
+ "path": "/definitions/PolicyMap/patternProperties",
5
+ "value": {
6
+ ".*{1,8}": {
7
+ "$ref": "#/definitions/FailurePolicy"
8
+ }
9
+ }
10
+ },
11
+ {
12
+ "op": "replace",
13
+ "path": "/definitions/PolicyMap/patternProperties",
14
+ "value": {
15
+ ".{1,8}": {
16
+ "$ref": "#/definitions/FailurePolicy"
17
+ }
18
+ }
19
+ }
20
+ ]
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/patches/providers/all/aws_sagemaker_domain/applifecyclemanagement.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "op": "remove",
4
+ "path": "/definitions/CodeEditorAppSettings/properties/AppLifecycleManagement"
5
+ },
6
+ {
7
+ "op": "remove",
8
+ "path": "/definitions/JupyterLabAppSettings/properties/AppLifecycleManagement"
9
+ }
10
+ ]
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/patches/providers/all/aws_sagemaker_userprofile/__init__.py ADDED
File without changes
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/patches/providers/all/aws_sagemaker_userprofile/applifecyclemanagement.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "op": "remove",
4
+ "path": "/definitions/CodeEditorAppSettings/properties/AppLifecycleManagement"
5
+ },
6
+ {
7
+ "op": "remove",
8
+ "path": "/definitions/JupyterLabAppSettings/properties/AppLifecycleManagement"
9
+ }
10
+ ]
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/__init__.py ADDED
@@ -0,0 +1,1631 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from __future__ import annotations
2
+
3
+ # pylint: disable=too-many-lines
4
+ types: list[str] = [
5
+ "AMZN::SDC::Deployment",
6
+ "AWS::ACMPCA::Certificate",
7
+ "AWS::ACMPCA::CertificateAuthority",
8
+ "AWS::ACMPCA::CertificateAuthorityActivation",
9
+ "AWS::ACMPCA::Permission",
10
+ "AWS::ARCZonalShift::AutoshiftObserverNotificationStatus",
11
+ "AWS::ARCZonalShift::ZonalAutoshiftConfiguration",
12
+ "AWS::AccessAnalyzer::Analyzer",
13
+ "AWS::AmazonMQ::Broker",
14
+ "AWS::AmazonMQ::Configuration",
15
+ "AWS::AmazonMQ::ConfigurationAssociation",
16
+ "AWS::ApiGateway::Account",
17
+ "AWS::ApiGateway::ApiKey",
18
+ "AWS::ApiGateway::Authorizer",
19
+ "AWS::ApiGateway::BasePathMapping",
20
+ "AWS::ApiGateway::ClientCertificate",
21
+ "AWS::ApiGateway::Deployment",
22
+ "AWS::ApiGateway::DocumentationPart",
23
+ "AWS::ApiGateway::DocumentationVersion",
24
+ "AWS::ApiGateway::DomainName",
25
+ "AWS::ApiGateway::GatewayResponse",
26
+ "AWS::ApiGateway::Method",
27
+ "AWS::ApiGateway::Model",
28
+ "AWS::ApiGateway::RequestValidator",
29
+ "AWS::ApiGateway::Resource",
30
+ "AWS::ApiGateway::RestApi",
31
+ "AWS::ApiGateway::Stage",
32
+ "AWS::ApiGateway::UsagePlan",
33
+ "AWS::ApiGateway::UsagePlanKey",
34
+ "AWS::ApiGateway::VpcLink",
35
+ "AWS::ApiGatewayV2::Api",
36
+ "AWS::ApiGatewayV2::ApiGatewayManagedOverrides",
37
+ "AWS::ApiGatewayV2::ApiMapping",
38
+ "AWS::ApiGatewayV2::Authorizer",
39
+ "AWS::ApiGatewayV2::Deployment",
40
+ "AWS::ApiGatewayV2::DomainName",
41
+ "AWS::ApiGatewayV2::Integration",
42
+ "AWS::ApiGatewayV2::IntegrationResponse",
43
+ "AWS::ApiGatewayV2::Model",
44
+ "AWS::ApiGatewayV2::Route",
45
+ "AWS::ApiGatewayV2::RouteResponse",
46
+ "AWS::ApiGatewayV2::Stage",
47
+ "AWS::ApiGatewayV2::VpcLink",
48
+ "AWS::AppConfig::Application",
49
+ "AWS::AppConfig::ConfigurationProfile",
50
+ "AWS::AppConfig::Deployment",
51
+ "AWS::AppConfig::DeploymentStrategy",
52
+ "AWS::AppConfig::Environment",
53
+ "AWS::AppConfig::Extension",
54
+ "AWS::AppConfig::ExtensionAssociation",
55
+ "AWS::AppConfig::HostedConfigurationVersion",
56
+ "AWS::AppFlow::Connector",
57
+ "AWS::AppFlow::ConnectorProfile",
58
+ "AWS::AppFlow::Flow",
59
+ "AWS::AppIntegrations::Application",
60
+ "AWS::AppIntegrations::DataIntegration",
61
+ "AWS::AppIntegrations::EventIntegration",
62
+ "AWS::AppMesh::GatewayRoute",
63
+ "AWS::AppMesh::Mesh",
64
+ "AWS::AppMesh::Route",
65
+ "AWS::AppMesh::VirtualGateway",
66
+ "AWS::AppMesh::VirtualNode",
67
+ "AWS::AppMesh::VirtualRouter",
68
+ "AWS::AppMesh::VirtualService",
69
+ "AWS::AppSync::Api",
70
+ "AWS::AppSync::ApiCache",
71
+ "AWS::AppSync::ApiKey",
72
+ "AWS::AppSync::ChannelNamespace",
73
+ "AWS::AppSync::DataSource",
74
+ "AWS::AppSync::DomainName",
75
+ "AWS::AppSync::DomainNameApiAssociation",
76
+ "AWS::AppSync::FunctionConfiguration",
77
+ "AWS::AppSync::GraphQLApi",
78
+ "AWS::AppSync::GraphQLSchema",
79
+ "AWS::AppSync::Resolver",
80
+ "AWS::AppSync::SourceApiAssociation",
81
+ "AWS::ApplicationAutoScaling::ScalableTarget",
82
+ "AWS::ApplicationAutoScaling::ScalingPolicy",
83
+ "AWS::ApplicationInsights::Application",
84
+ "AWS::ApplicationSignals::ServiceLevelObjective",
85
+ "AWS::Athena::DataCatalog",
86
+ "AWS::Athena::NamedQuery",
87
+ "AWS::Athena::PreparedStatement",
88
+ "AWS::Athena::WorkGroup",
89
+ "AWS::AutoScaling::AutoScalingGroup",
90
+ "AWS::AutoScaling::LaunchConfiguration",
91
+ "AWS::AutoScaling::LifecycleHook",
92
+ "AWS::AutoScaling::ScalingPolicy",
93
+ "AWS::AutoScaling::ScheduledAction",
94
+ "AWS::AutoScaling::WarmPool",
95
+ "AWS::AutoScalingPlans::ScalingPlan",
96
+ "AWS::Backup::BackupPlan",
97
+ "AWS::Backup::BackupSelection",
98
+ "AWS::Backup::BackupVault",
99
+ "AWS::Backup::Framework",
100
+ "AWS::Backup::LogicallyAirGappedBackupVault",
101
+ "AWS::Backup::ReportPlan",
102
+ "AWS::Backup::RestoreTestingPlan",
103
+ "AWS::Backup::RestoreTestingSelection",
104
+ "AWS::BackupGateway::Hypervisor",
105
+ "AWS::Batch::ComputeEnvironment",
106
+ "AWS::Batch::JobDefinition",
107
+ "AWS::Batch::JobQueue",
108
+ "AWS::Batch::SchedulingPolicy",
109
+ "AWS::CDK::Metadata",
110
+ "AWS::CE::AnomalyMonitor",
111
+ "AWS::CE::AnomalySubscription",
112
+ "AWS::CertificateManager::Account",
113
+ "AWS::CertificateManager::Certificate",
114
+ "AWS::Chatbot::MicrosoftTeamsChannelConfiguration",
115
+ "AWS::Chatbot::SlackChannelConfiguration",
116
+ "AWS::Cloud9::EnvironmentEC2",
117
+ "AWS::CloudFormation::CustomResource",
118
+ "AWS::CloudFormation::HookDefaultVersion",
119
+ "AWS::CloudFormation::HookTypeConfig",
120
+ "AWS::CloudFormation::HookVersion",
121
+ "AWS::CloudFormation::Macro",
122
+ "AWS::CloudFormation::ModuleDefaultVersion",
123
+ "AWS::CloudFormation::ModuleVersion",
124
+ "AWS::CloudFormation::PublicTypeVersion",
125
+ "AWS::CloudFormation::Publisher",
126
+ "AWS::CloudFormation::ResourceDefaultVersion",
127
+ "AWS::CloudFormation::ResourceVersion",
128
+ "AWS::CloudFormation::Stack",
129
+ "AWS::CloudFormation::StackSet",
130
+ "AWS::CloudFormation::TypeActivation",
131
+ "AWS::CloudFormation::WaitCondition",
132
+ "AWS::CloudFormation::WaitConditionHandle",
133
+ "AWS::CloudFront::CachePolicy",
134
+ "AWS::CloudFront::CloudFrontOriginAccessIdentity",
135
+ "AWS::CloudFront::ContinuousDeploymentPolicy",
136
+ "AWS::CloudFront::Distribution",
137
+ "AWS::CloudFront::Function",
138
+ "AWS::CloudFront::KeyGroup",
139
+ "AWS::CloudFront::KeyValueStore",
140
+ "AWS::CloudFront::MonitoringSubscription",
141
+ "AWS::CloudFront::OriginAccessControl",
142
+ "AWS::CloudFront::OriginRequestPolicy",
143
+ "AWS::CloudFront::PublicKey",
144
+ "AWS::CloudFront::RealtimeLogConfig",
145
+ "AWS::CloudFront::ResponseHeadersPolicy",
146
+ "AWS::CloudFront::StreamingDistribution",
147
+ "AWS::CloudTrail::Channel",
148
+ "AWS::CloudTrail::EventDataStore",
149
+ "AWS::CloudTrail::ResourcePolicy",
150
+ "AWS::CloudTrail::Trail",
151
+ "AWS::CloudWatch::Alarm",
152
+ "AWS::CloudWatch::AnomalyDetector",
153
+ "AWS::CloudWatch::CompositeAlarm",
154
+ "AWS::CloudWatch::Dashboard",
155
+ "AWS::CloudWatch::InsightRule",
156
+ "AWS::CloudWatch::MetricStream",
157
+ "AWS::CodeBuild::Project",
158
+ "AWS::CodeBuild::ReportGroup",
159
+ "AWS::CodeBuild::SourceCredential",
160
+ "AWS::CodeDeploy::Application",
161
+ "AWS::CodeDeploy::DeploymentConfig",
162
+ "AWS::CodeDeploy::DeploymentGroup",
163
+ "AWS::CodePipeline::CustomActionType",
164
+ "AWS::CodePipeline::Pipeline",
165
+ "AWS::Cognito::IdentityPool",
166
+ "AWS::Cognito::IdentityPoolPrincipalTag",
167
+ "AWS::Cognito::IdentityPoolRoleAttachment",
168
+ "AWS::Cognito::LogDeliveryConfiguration",
169
+ "AWS::Cognito::UserPool",
170
+ "AWS::Cognito::UserPoolClient",
171
+ "AWS::Cognito::UserPoolDomain",
172
+ "AWS::Cognito::UserPoolGroup",
173
+ "AWS::Cognito::UserPoolIdentityProvider",
174
+ "AWS::Cognito::UserPoolResourceServer",
175
+ "AWS::Cognito::UserPoolRiskConfigurationAttachment",
176
+ "AWS::Cognito::UserPoolUICustomizationAttachment",
177
+ "AWS::Cognito::UserPoolUser",
178
+ "AWS::Cognito::UserPoolUserToGroupAttachment",
179
+ "AWS::Config::AggregationAuthorization",
180
+ "AWS::Config::ConfigRule",
181
+ "AWS::Config::ConfigurationAggregator",
182
+ "AWS::Config::ConfigurationRecorder",
183
+ "AWS::Config::ConformancePack",
184
+ "AWS::Config::DeliveryChannel",
185
+ "AWS::Config::OrganizationConfigRule",
186
+ "AWS::Config::OrganizationConformancePack",
187
+ "AWS::Config::RemediationConfiguration",
188
+ "AWS::Config::StoredQuery",
189
+ "AWS::Connect::AgentStatus",
190
+ "AWS::Connect::ApprovedOrigin",
191
+ "AWS::Connect::ContactFlow",
192
+ "AWS::Connect::ContactFlowModule",
193
+ "AWS::Connect::EvaluationForm",
194
+ "AWS::Connect::HoursOfOperation",
195
+ "AWS::Connect::Instance",
196
+ "AWS::Connect::InstanceStorageConfig",
197
+ "AWS::Connect::IntegrationAssociation",
198
+ "AWS::Connect::PhoneNumber",
199
+ "AWS::Connect::PredefinedAttribute",
200
+ "AWS::Connect::Prompt",
201
+ "AWS::Connect::Queue",
202
+ "AWS::Connect::QuickConnect",
203
+ "AWS::Connect::RoutingProfile",
204
+ "AWS::Connect::Rule",
205
+ "AWS::Connect::SecurityKey",
206
+ "AWS::Connect::SecurityProfile",
207
+ "AWS::Connect::TaskTemplate",
208
+ "AWS::Connect::User",
209
+ "AWS::Connect::UserHierarchyGroup",
210
+ "AWS::Connect::UserHierarchyStructure",
211
+ "AWS::Connect::View",
212
+ "AWS::Connect::ViewVersion",
213
+ "AWS::ControlTower::EnabledBaseline",
214
+ "AWS::ControlTower::EnabledControl",
215
+ "AWS::ControlTower::LandingZone",
216
+ "AWS::CustomerProfiles::CalculatedAttributeDefinition",
217
+ "AWS::CustomerProfiles::Domain",
218
+ "AWS::CustomerProfiles::EventStream",
219
+ "AWS::CustomerProfiles::Integration",
220
+ "AWS::CustomerProfiles::ObjectType",
221
+ "AWS::DLM::LifecyclePolicy",
222
+ "AWS::DMS::Certificate",
223
+ "AWS::DMS::DataMigration",
224
+ "AWS::DMS::DataProvider",
225
+ "AWS::DMS::Endpoint",
226
+ "AWS::DMS::EventSubscription",
227
+ "AWS::DMS::InstanceProfile",
228
+ "AWS::DMS::MigrationProject",
229
+ "AWS::DMS::ReplicationConfig",
230
+ "AWS::DMS::ReplicationInstance",
231
+ "AWS::DMS::ReplicationSubnetGroup",
232
+ "AWS::DMS::ReplicationTask",
233
+ "AWS::DataBrew::Dataset",
234
+ "AWS::DataBrew::Job",
235
+ "AWS::DataBrew::Project",
236
+ "AWS::DataBrew::Recipe",
237
+ "AWS::DataBrew::Ruleset",
238
+ "AWS::DataBrew::Schedule",
239
+ "AWS::DataPipeline::Pipeline",
240
+ "AWS::DataSync::Agent",
241
+ "AWS::DataSync::LocationAzureBlob",
242
+ "AWS::DataSync::LocationEFS",
243
+ "AWS::DataSync::LocationFSxLustre",
244
+ "AWS::DataSync::LocationFSxONTAP",
245
+ "AWS::DataSync::LocationFSxWindows",
246
+ "AWS::DataSync::LocationHDFS",
247
+ "AWS::DataSync::LocationNFS",
248
+ "AWS::DataSync::LocationObjectStorage",
249
+ "AWS::DataSync::LocationS3",
250
+ "AWS::DataSync::LocationSMB",
251
+ "AWS::DataSync::StorageSystem",
252
+ "AWS::DataSync::Task",
253
+ "AWS::Detective::Graph",
254
+ "AWS::Detective::MemberInvitation",
255
+ "AWS::Detective::OrganizationAdmin",
256
+ "AWS::DirectoryService::MicrosoftAD",
257
+ "AWS::DirectoryService::SimpleAD",
258
+ "AWS::DocDB::DBCluster",
259
+ "AWS::DocDB::DBClusterParameterGroup",
260
+ "AWS::DocDB::DBInstance",
261
+ "AWS::DocDB::DBSubnetGroup",
262
+ "AWS::DocDB::EventSubscription",
263
+ "AWS::DynamoDB::GlobalTable",
264
+ "AWS::DynamoDB::Table",
265
+ "AWS::EC2::CapacityReservation",
266
+ "AWS::EC2::CapacityReservationFleet",
267
+ "AWS::EC2::ClientVpnAuthorizationRule",
268
+ "AWS::EC2::ClientVpnEndpoint",
269
+ "AWS::EC2::ClientVpnRoute",
270
+ "AWS::EC2::ClientVpnTargetNetworkAssociation",
271
+ "AWS::EC2::CustomerGateway",
272
+ "AWS::EC2::DHCPOptions",
273
+ "AWS::EC2::EC2Fleet",
274
+ "AWS::EC2::EIP",
275
+ "AWS::EC2::EIPAssociation",
276
+ "AWS::EC2::EgressOnlyInternetGateway",
277
+ "AWS::EC2::EnclaveCertificateIamRoleAssociation",
278
+ "AWS::EC2::FlowLog",
279
+ "AWS::EC2::GatewayRouteTableAssociation",
280
+ "AWS::EC2::Host",
281
+ "AWS::EC2::IPAM",
282
+ "AWS::EC2::IPAMAllocation",
283
+ "AWS::EC2::IPAMPool",
284
+ "AWS::EC2::IPAMPoolCidr",
285
+ "AWS::EC2::IPAMResourceDiscovery",
286
+ "AWS::EC2::IPAMResourceDiscoveryAssociation",
287
+ "AWS::EC2::IPAMScope",
288
+ "AWS::EC2::Instance",
289
+ "AWS::EC2::InstanceConnectEndpoint",
290
+ "AWS::EC2::InternetGateway",
291
+ "AWS::EC2::KeyPair",
292
+ "AWS::EC2::LaunchTemplate",
293
+ "AWS::EC2::LocalGatewayRoute",
294
+ "AWS::EC2::LocalGatewayRouteTable",
295
+ "AWS::EC2::LocalGatewayRouteTableVPCAssociation",
296
+ "AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation",
297
+ "AWS::EC2::NatGateway",
298
+ "AWS::EC2::NetworkAcl",
299
+ "AWS::EC2::NetworkAclEntry",
300
+ "AWS::EC2::NetworkInsightsAccessScope",
301
+ "AWS::EC2::NetworkInsightsAccessScopeAnalysis",
302
+ "AWS::EC2::NetworkInsightsAnalysis",
303
+ "AWS::EC2::NetworkInsightsPath",
304
+ "AWS::EC2::NetworkInterface",
305
+ "AWS::EC2::NetworkInterfaceAttachment",
306
+ "AWS::EC2::NetworkInterfacePermission",
307
+ "AWS::EC2::NetworkPerformanceMetricSubscription",
308
+ "AWS::EC2::PlacementGroup",
309
+ "AWS::EC2::PrefixList",
310
+ "AWS::EC2::Route",
311
+ "AWS::EC2::RouteTable",
312
+ "AWS::EC2::SecurityGroup",
313
+ "AWS::EC2::SecurityGroupEgress",
314
+ "AWS::EC2::SecurityGroupIngress",
315
+ "AWS::EC2::SecurityGroupVpcAssociation",
316
+ "AWS::EC2::SnapshotBlockPublicAccess",
317
+ "AWS::EC2::SpotFleet",
318
+ "AWS::EC2::Subnet",
319
+ "AWS::EC2::SubnetCidrBlock",
320
+ "AWS::EC2::SubnetNetworkAclAssociation",
321
+ "AWS::EC2::SubnetRouteTableAssociation",
322
+ "AWS::EC2::TrafficMirrorFilter",
323
+ "AWS::EC2::TrafficMirrorFilterRule",
324
+ "AWS::EC2::TrafficMirrorSession",
325
+ "AWS::EC2::TrafficMirrorTarget",
326
+ "AWS::EC2::TransitGateway",
327
+ "AWS::EC2::TransitGatewayAttachment",
328
+ "AWS::EC2::TransitGatewayConnect",
329
+ "AWS::EC2::TransitGatewayMulticastDomain",
330
+ "AWS::EC2::TransitGatewayMulticastDomainAssociation",
331
+ "AWS::EC2::TransitGatewayMulticastGroupMember",
332
+ "AWS::EC2::TransitGatewayMulticastGroupSource",
333
+ "AWS::EC2::TransitGatewayPeeringAttachment",
334
+ "AWS::EC2::TransitGatewayRoute",
335
+ "AWS::EC2::TransitGatewayRouteTable",
336
+ "AWS::EC2::TransitGatewayRouteTableAssociation",
337
+ "AWS::EC2::TransitGatewayRouteTablePropagation",
338
+ "AWS::EC2::TransitGatewayVpcAttachment",
339
+ "AWS::EC2::VPC",
340
+ "AWS::EC2::VPCCidrBlock",
341
+ "AWS::EC2::VPCDHCPOptionsAssociation",
342
+ "AWS::EC2::VPCEndpoint",
343
+ "AWS::EC2::VPCEndpointConnectionNotification",
344
+ "AWS::EC2::VPCEndpointService",
345
+ "AWS::EC2::VPCEndpointServicePermissions",
346
+ "AWS::EC2::VPCGatewayAttachment",
347
+ "AWS::EC2::VPCPeeringConnection",
348
+ "AWS::EC2::VPNConnection",
349
+ "AWS::EC2::VPNConnectionRoute",
350
+ "AWS::EC2::VPNGateway",
351
+ "AWS::EC2::VPNGatewayRoutePropagation",
352
+ "AWS::EC2::Volume",
353
+ "AWS::EC2::VolumeAttachment",
354
+ "AWS::ECR::PullThroughCacheRule",
355
+ "AWS::ECR::RegistryPolicy",
356
+ "AWS::ECR::ReplicationConfiguration",
357
+ "AWS::ECR::Repository",
358
+ "AWS::ECR::RepositoryCreationTemplate",
359
+ "AWS::ECS::CapacityProvider",
360
+ "AWS::ECS::Cluster",
361
+ "AWS::ECS::ClusterCapacityProviderAssociations",
362
+ "AWS::ECS::PrimaryTaskSet",
363
+ "AWS::ECS::Service",
364
+ "AWS::ECS::TaskDefinition",
365
+ "AWS::ECS::TaskSet",
366
+ "AWS::EFS::AccessPoint",
367
+ "AWS::EFS::FileSystem",
368
+ "AWS::EFS::MountTarget",
369
+ "AWS::EKS::AccessEntry",
370
+ "AWS::EKS::Addon",
371
+ "AWS::EKS::Cluster",
372
+ "AWS::EKS::FargateProfile",
373
+ "AWS::EKS::IdentityProviderConfig",
374
+ "AWS::EKS::Nodegroup",
375
+ "AWS::EKS::PodIdentityAssociation",
376
+ "AWS::EMR::Cluster",
377
+ "AWS::EMR::InstanceFleetConfig",
378
+ "AWS::EMR::InstanceGroupConfig",
379
+ "AWS::EMR::SecurityConfiguration",
380
+ "AWS::EMR::Step",
381
+ "AWS::EMR::Studio",
382
+ "AWS::EMR::StudioSessionMapping",
383
+ "AWS::EMR::WALWorkspace",
384
+ "AWS::EMRContainers::VirtualCluster",
385
+ "AWS::EMRServerless::Application",
386
+ "AWS::ElastiCache::CacheCluster",
387
+ "AWS::ElastiCache::ParameterGroup",
388
+ "AWS::ElastiCache::ReplicationGroup",
389
+ "AWS::ElastiCache::SecurityGroup",
390
+ "AWS::ElastiCache::SecurityGroupIngress",
391
+ "AWS::ElastiCache::ServerlessCache",
392
+ "AWS::ElastiCache::SubnetGroup",
393
+ "AWS::ElastiCache::User",
394
+ "AWS::ElastiCache::UserGroup",
395
+ "AWS::ElasticBeanstalk::Application",
396
+ "AWS::ElasticBeanstalk::ApplicationVersion",
397
+ "AWS::ElasticBeanstalk::ConfigurationTemplate",
398
+ "AWS::ElasticBeanstalk::Environment",
399
+ "AWS::ElasticLoadBalancing::LoadBalancer",
400
+ "AWS::ElasticLoadBalancingV2::Listener",
401
+ "AWS::ElasticLoadBalancingV2::ListenerCertificate",
402
+ "AWS::ElasticLoadBalancingV2::ListenerRule",
403
+ "AWS::ElasticLoadBalancingV2::LoadBalancer",
404
+ "AWS::ElasticLoadBalancingV2::TargetGroup",
405
+ "AWS::ElasticLoadBalancingV2::TrustStore",
406
+ "AWS::ElasticLoadBalancingV2::TrustStoreRevocation",
407
+ "AWS::Elasticsearch::Domain",
408
+ "AWS::EventSchemas::Discoverer",
409
+ "AWS::EventSchemas::Registry",
410
+ "AWS::EventSchemas::RegistryPolicy",
411
+ "AWS::EventSchemas::Schema",
412
+ "AWS::Events::ApiDestination",
413
+ "AWS::Events::Archive",
414
+ "AWS::Events::Connection",
415
+ "AWS::Events::EventBus",
416
+ "AWS::Events::EventBusPolicy",
417
+ "AWS::Events::Rule",
418
+ "AWS::FIS::ExperimentTemplate",
419
+ "AWS::FIS::TargetAccountConfiguration",
420
+ "AWS::FMS::NotificationChannel",
421
+ "AWS::FMS::Policy",
422
+ "AWS::FMS::ResourceSet",
423
+ "AWS::FSx::DataRepositoryAssociation",
424
+ "AWS::FSx::FileSystem",
425
+ "AWS::FSx::Snapshot",
426
+ "AWS::FSx::StorageVirtualMachine",
427
+ "AWS::FSx::Volume",
428
+ "AWS::GameLift::Alias",
429
+ "AWS::GameLift::Build",
430
+ "AWS::GameLift::Fleet",
431
+ "AWS::GlobalAccelerator::Accelerator",
432
+ "AWS::GlobalAccelerator::CrossAccountAttachment",
433
+ "AWS::GlobalAccelerator::EndpointGroup",
434
+ "AWS::GlobalAccelerator::Listener",
435
+ "AWS::Glue::Classifier",
436
+ "AWS::Glue::Connection",
437
+ "AWS::Glue::Crawler",
438
+ "AWS::Glue::CustomEntityType",
439
+ "AWS::Glue::DataCatalogEncryptionSettings",
440
+ "AWS::Glue::DataQualityRuleset",
441
+ "AWS::Glue::Database",
442
+ "AWS::Glue::DevEndpoint",
443
+ "AWS::Glue::Job",
444
+ "AWS::Glue::MLTransform",
445
+ "AWS::Glue::Partition",
446
+ "AWS::Glue::Registry",
447
+ "AWS::Glue::Schema",
448
+ "AWS::Glue::SchemaVersion",
449
+ "AWS::Glue::SchemaVersionMetadata",
450
+ "AWS::Glue::SecurityConfiguration",
451
+ "AWS::Glue::Table",
452
+ "AWS::Glue::Trigger",
453
+ "AWS::Glue::UsageProfile",
454
+ "AWS::Glue::Workflow",
455
+ "AWS::GroundStation::Config",
456
+ "AWS::GroundStation::DataflowEndpointGroup",
457
+ "AWS::GroundStation::MissionProfile",
458
+ "AWS::GuardDuty::Detector",
459
+ "AWS::GuardDuty::Filter",
460
+ "AWS::GuardDuty::IPSet",
461
+ "AWS::GuardDuty::MalwareProtectionPlan",
462
+ "AWS::GuardDuty::Master",
463
+ "AWS::GuardDuty::Member",
464
+ "AWS::GuardDuty::ThreatIntelSet",
465
+ "AWS::IAM::AccessKey",
466
+ "AWS::IAM::Group",
467
+ "AWS::IAM::GroupPolicy",
468
+ "AWS::IAM::InstanceProfile",
469
+ "AWS::IAM::ManagedPolicy",
470
+ "AWS::IAM::OIDCProvider",
471
+ "AWS::IAM::Policy",
472
+ "AWS::IAM::Role",
473
+ "AWS::IAM::RolePolicy",
474
+ "AWS::IAM::SAMLProvider",
475
+ "AWS::IAM::ServerCertificate",
476
+ "AWS::IAM::ServiceLinkedRole",
477
+ "AWS::IAM::User",
478
+ "AWS::IAM::UserPolicy",
479
+ "AWS::IAM::UserToGroupAddition",
480
+ "AWS::IAM::VirtualMFADevice",
481
+ "AWS::IdentityStore::Group",
482
+ "AWS::IdentityStore::GroupMembership",
483
+ "AWS::ImageBuilder::Component",
484
+ "AWS::ImageBuilder::ContainerRecipe",
485
+ "AWS::ImageBuilder::DistributionConfiguration",
486
+ "AWS::ImageBuilder::Image",
487
+ "AWS::ImageBuilder::ImagePipeline",
488
+ "AWS::ImageBuilder::ImageRecipe",
489
+ "AWS::ImageBuilder::InfrastructureConfiguration",
490
+ "AWS::ImageBuilder::LifecyclePolicy",
491
+ "AWS::ImageBuilder::Workflow",
492
+ "AWS::InspectorV2::CisScanConfiguration",
493
+ "AWS::InspectorV2::Filter",
494
+ "AWS::InternetMonitor::Monitor",
495
+ "AWS::IoT::Certificate",
496
+ "AWS::IoT::Policy",
497
+ "AWS::IoT::PolicyPrincipalAttachment",
498
+ "AWS::IoT::Thing",
499
+ "AWS::IoT::ThingPrincipalAttachment",
500
+ "AWS::IoT::TopicRule",
501
+ "AWS::KMS::Alias",
502
+ "AWS::KMS::Key",
503
+ "AWS::KMS::ReplicaKey",
504
+ "AWS::Kinesis::ResourcePolicy",
505
+ "AWS::Kinesis::Stream",
506
+ "AWS::Kinesis::StreamConsumer",
507
+ "AWS::KinesisAnalyticsV2::Application",
508
+ "AWS::KinesisFirehose::DeliveryStream",
509
+ "AWS::LakeFormation::DataCellsFilter",
510
+ "AWS::LakeFormation::DataLakeSettings",
511
+ "AWS::LakeFormation::Permissions",
512
+ "AWS::LakeFormation::PrincipalPermissions",
513
+ "AWS::LakeFormation::Resource",
514
+ "AWS::LakeFormation::Tag",
515
+ "AWS::LakeFormation::TagAssociation",
516
+ "AWS::Lambda::Alias",
517
+ "AWS::Lambda::CodeSigningConfig",
518
+ "AWS::Lambda::EventInvokeConfig",
519
+ "AWS::Lambda::EventSourceMapping",
520
+ "AWS::Lambda::Function",
521
+ "AWS::Lambda::LayerVersion",
522
+ "AWS::Lambda::LayerVersionPermission",
523
+ "AWS::Lambda::Permission",
524
+ "AWS::Lambda::Url",
525
+ "AWS::Lambda::Version",
526
+ "AWS::LaunchWizard::Deployment",
527
+ "AWS::Lex::Bot",
528
+ "AWS::Lex::BotAlias",
529
+ "AWS::Lex::BotVersion",
530
+ "AWS::Lex::ResourcePolicy",
531
+ "AWS::Logs::AccountPolicy",
532
+ "AWS::Logs::Delivery",
533
+ "AWS::Logs::DeliveryDestination",
534
+ "AWS::Logs::DeliverySource",
535
+ "AWS::Logs::Destination",
536
+ "AWS::Logs::LogAnomalyDetector",
537
+ "AWS::Logs::LogGroup",
538
+ "AWS::Logs::LogStream",
539
+ "AWS::Logs::MetricFilter",
540
+ "AWS::Logs::QueryDefinition",
541
+ "AWS::Logs::ResourcePolicy",
542
+ "AWS::Logs::SubscriptionFilter",
543
+ "AWS::M2::Application",
544
+ "AWS::M2::Environment",
545
+ "AWS::MSK::BatchScramSecret",
546
+ "AWS::MSK::Cluster",
547
+ "AWS::MSK::ClusterPolicy",
548
+ "AWS::MSK::Configuration",
549
+ "AWS::MSK::VpcConnection",
550
+ "AWS::MWAA::Environment",
551
+ "AWS::Macie::AllowList",
552
+ "AWS::Macie::Session",
553
+ "AWS::MediaConnect::Bridge",
554
+ "AWS::MediaConnect::BridgeOutput",
555
+ "AWS::MediaConnect::BridgeSource",
556
+ "AWS::MediaConnect::Flow",
557
+ "AWS::MediaConnect::FlowEntitlement",
558
+ "AWS::MediaConnect::FlowOutput",
559
+ "AWS::MediaConnect::FlowSource",
560
+ "AWS::MediaConnect::FlowVpcInterface",
561
+ "AWS::MediaConnect::Gateway",
562
+ "AWS::MediaTailor::Channel",
563
+ "AWS::MediaTailor::ChannelPolicy",
564
+ "AWS::MediaTailor::LiveSource",
565
+ "AWS::MediaTailor::PlaybackConfiguration",
566
+ "AWS::MediaTailor::SourceLocation",
567
+ "AWS::MediaTailor::VodSource",
568
+ "AWS::Neptune::DBCluster",
569
+ "AWS::Neptune::DBClusterParameterGroup",
570
+ "AWS::Neptune::DBInstance",
571
+ "AWS::Neptune::DBParameterGroup",
572
+ "AWS::Neptune::DBSubnetGroup",
573
+ "AWS::Neptune::EventSubscription",
574
+ "AWS::NetworkFirewall::Firewall",
575
+ "AWS::NetworkFirewall::FirewallPolicy",
576
+ "AWS::NetworkFirewall::LoggingConfiguration",
577
+ "AWS::NetworkFirewall::RuleGroup",
578
+ "AWS::NetworkFirewall::TLSInspectionConfiguration",
579
+ "AWS::NetworkManager::ConnectAttachment",
580
+ "AWS::NetworkManager::ConnectPeer",
581
+ "AWS::NetworkManager::CoreNetwork",
582
+ "AWS::NetworkManager::CustomerGatewayAssociation",
583
+ "AWS::NetworkManager::Device",
584
+ "AWS::NetworkManager::GlobalNetwork",
585
+ "AWS::NetworkManager::Link",
586
+ "AWS::NetworkManager::LinkAssociation",
587
+ "AWS::NetworkManager::Site",
588
+ "AWS::NetworkManager::SiteToSiteVpnAttachment",
589
+ "AWS::NetworkManager::TransitGatewayPeering",
590
+ "AWS::NetworkManager::TransitGatewayRegistration",
591
+ "AWS::NetworkManager::TransitGatewayRouteTableAttachment",
592
+ "AWS::NetworkManager::VpcAttachment",
593
+ "AWS::Oam::Link",
594
+ "AWS::Oam::Sink",
595
+ "AWS::OpenSearchService::Domain",
596
+ "AWS::OpsWorks::App",
597
+ "AWS::OpsWorks::ElasticLoadBalancerAttachment",
598
+ "AWS::OpsWorks::Instance",
599
+ "AWS::OpsWorks::Layer",
600
+ "AWS::OpsWorks::Stack",
601
+ "AWS::OpsWorks::UserProfile",
602
+ "AWS::OpsWorks::Volume",
603
+ "AWS::Organizations::Account",
604
+ "AWS::Organizations::Organization",
605
+ "AWS::Organizations::OrganizationalUnit",
606
+ "AWS::Organizations::Policy",
607
+ "AWS::Organizations::ResourcePolicy",
608
+ "AWS::PCAConnectorAD::Connector",
609
+ "AWS::PCAConnectorAD::DirectoryRegistration",
610
+ "AWS::PCAConnectorAD::ServicePrincipalName",
611
+ "AWS::PCAConnectorAD::Template",
612
+ "AWS::PCAConnectorAD::TemplateGroupAccessControlEntry",
613
+ "AWS::PCAConnectorSCEP::Challenge",
614
+ "AWS::PCAConnectorSCEP::Connector",
615
+ "AWS::Pipes::Pipe",
616
+ "AWS::QuickSight::Analysis",
617
+ "AWS::QuickSight::Dashboard",
618
+ "AWS::QuickSight::DataSet",
619
+ "AWS::QuickSight::DataSource",
620
+ "AWS::QuickSight::Folder",
621
+ "AWS::QuickSight::RefreshSchedule",
622
+ "AWS::QuickSight::Template",
623
+ "AWS::QuickSight::Theme",
624
+ "AWS::QuickSight::VPCConnection",
625
+ "AWS::RAM::Permission",
626
+ "AWS::RAM::ResourceShare",
627
+ "AWS::RDS::DBCluster",
628
+ "AWS::RDS::DBClusterParameterGroup",
629
+ "AWS::RDS::DBInstance",
630
+ "AWS::RDS::DBParameterGroup",
631
+ "AWS::RDS::DBProxy",
632
+ "AWS::RDS::DBProxyEndpoint",
633
+ "AWS::RDS::DBProxyTargetGroup",
634
+ "AWS::RDS::DBSecurityGroup",
635
+ "AWS::RDS::DBSecurityGroupIngress",
636
+ "AWS::RDS::DBSubnetGroup",
637
+ "AWS::RDS::EventSubscription",
638
+ "AWS::RDS::GlobalCluster",
639
+ "AWS::RDS::Integration",
640
+ "AWS::RDS::OptionGroup",
641
+ "AWS::RUM::AppMonitor",
642
+ "AWS::Redshift::Cluster",
643
+ "AWS::Redshift::ClusterParameterGroup",
644
+ "AWS::Redshift::ClusterSecurityGroup",
645
+ "AWS::Redshift::ClusterSecurityGroupIngress",
646
+ "AWS::Redshift::ClusterSubnetGroup",
647
+ "AWS::Redshift::EndpointAccess",
648
+ "AWS::Redshift::EndpointAuthorization",
649
+ "AWS::Redshift::EventSubscription",
650
+ "AWS::Redshift::Integration",
651
+ "AWS::Redshift::ScheduledAction",
652
+ "AWS::ResilienceHub::App",
653
+ "AWS::ResilienceHub::ResiliencyPolicy",
654
+ "AWS::ResourceExplorer2::DefaultViewAssociation",
655
+ "AWS::ResourceExplorer2::Index",
656
+ "AWS::ResourceExplorer2::View",
657
+ "AWS::ResourceGroups::Group",
658
+ "AWS::RolesAnywhere::CRL",
659
+ "AWS::RolesAnywhere::Profile",
660
+ "AWS::RolesAnywhere::TrustAnchor",
661
+ "AWS::Route53::CidrCollection",
662
+ "AWS::Route53::DNSSEC",
663
+ "AWS::Route53::HealthCheck",
664
+ "AWS::Route53::HostedZone",
665
+ "AWS::Route53::KeySigningKey",
666
+ "AWS::Route53::RecordSet",
667
+ "AWS::Route53::RecordSetGroup",
668
+ "AWS::Route53Profiles::Profile",
669
+ "AWS::Route53Profiles::ProfileAssociation",
670
+ "AWS::Route53Profiles::ProfileResourceAssociation",
671
+ "AWS::Route53Resolver::FirewallDomainList",
672
+ "AWS::Route53Resolver::FirewallRuleGroup",
673
+ "AWS::Route53Resolver::FirewallRuleGroupAssociation",
674
+ "AWS::Route53Resolver::OutpostResolver",
675
+ "AWS::Route53Resolver::ResolverConfig",
676
+ "AWS::Route53Resolver::ResolverDNSSECConfig",
677
+ "AWS::Route53Resolver::ResolverEndpoint",
678
+ "AWS::Route53Resolver::ResolverQueryLoggingConfig",
679
+ "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation",
680
+ "AWS::Route53Resolver::ResolverRule",
681
+ "AWS::Route53Resolver::ResolverRuleAssociation",
682
+ "AWS::S3::AccessGrant",
683
+ "AWS::S3::AccessGrantsInstance",
684
+ "AWS::S3::AccessGrantsLocation",
685
+ "AWS::S3::AccessPoint",
686
+ "AWS::S3::Bucket",
687
+ "AWS::S3::BucketPolicy",
688
+ "AWS::S3ObjectLambda::AccessPoint",
689
+ "AWS::S3ObjectLambda::AccessPointPolicy",
690
+ "AWS::S3Outposts::AccessPoint",
691
+ "AWS::S3Outposts::Bucket",
692
+ "AWS::S3Outposts::BucketPolicy",
693
+ "AWS::S3Outposts::Endpoint",
694
+ "AWS::SDB::Domain",
695
+ "AWS::SES::ConfigurationSet",
696
+ "AWS::SES::ConfigurationSetEventDestination",
697
+ "AWS::SES::ContactList",
698
+ "AWS::SES::DedicatedIpPool",
699
+ "AWS::SES::EmailIdentity",
700
+ "AWS::SES::ReceiptFilter",
701
+ "AWS::SES::ReceiptRule",
702
+ "AWS::SES::ReceiptRuleSet",
703
+ "AWS::SES::Template",
704
+ "AWS::SES::VdmAttributes",
705
+ "AWS::SNS::Subscription",
706
+ "AWS::SNS::Topic",
707
+ "AWS::SNS::TopicInlinePolicy",
708
+ "AWS::SNS::TopicPolicy",
709
+ "AWS::SQS::Queue",
710
+ "AWS::SQS::QueueInlinePolicy",
711
+ "AWS::SQS::QueuePolicy",
712
+ "AWS::SSM::Association",
713
+ "AWS::SSM::Document",
714
+ "AWS::SSM::MaintenanceWindow",
715
+ "AWS::SSM::MaintenanceWindowTarget",
716
+ "AWS::SSM::MaintenanceWindowTask",
717
+ "AWS::SSM::Parameter",
718
+ "AWS::SSM::PatchBaseline",
719
+ "AWS::SSO::Application",
720
+ "AWS::SSO::ApplicationAssignment",
721
+ "AWS::SSO::Assignment",
722
+ "AWS::SSO::Instance",
723
+ "AWS::SSO::InstanceAccessControlAttributeConfiguration",
724
+ "AWS::SSO::PermissionSet",
725
+ "AWS::SageMaker::App",
726
+ "AWS::SageMaker::AppImageConfig",
727
+ "AWS::SageMaker::CodeRepository",
728
+ "AWS::SageMaker::Domain",
729
+ "AWS::SageMaker::Endpoint",
730
+ "AWS::SageMaker::EndpointConfig",
731
+ "AWS::SageMaker::FeatureGroup",
732
+ "AWS::SageMaker::Image",
733
+ "AWS::SageMaker::ImageVersion",
734
+ "AWS::SageMaker::InferenceExperiment",
735
+ "AWS::SageMaker::MlflowTrackingServer",
736
+ "AWS::SageMaker::Model",
737
+ "AWS::SageMaker::ModelCard",
738
+ "AWS::SageMaker::ModelPackage",
739
+ "AWS::SageMaker::ModelPackageGroup",
740
+ "AWS::SageMaker::NotebookInstance",
741
+ "AWS::SageMaker::NotebookInstanceLifecycleConfig",
742
+ "AWS::SageMaker::Pipeline",
743
+ "AWS::SageMaker::Project",
744
+ "AWS::SageMaker::Space",
745
+ "AWS::SageMaker::StudioLifecycleConfig",
746
+ "AWS::SageMaker::UserProfile",
747
+ "AWS::SageMaker::Workteam",
748
+ "AWS::Scheduler::Schedule",
749
+ "AWS::Scheduler::ScheduleGroup",
750
+ "AWS::SecretsManager::ResourcePolicy",
751
+ "AWS::SecretsManager::RotationSchedule",
752
+ "AWS::SecretsManager::Secret",
753
+ "AWS::SecretsManager::SecretTargetAttachment",
754
+ "AWS::SecurityHub::AutomationRule",
755
+ "AWS::SecurityHub::DelegatedAdmin",
756
+ "AWS::SecurityHub::Hub",
757
+ "AWS::SecurityHub::Insight",
758
+ "AWS::SecurityHub::OrganizationConfiguration",
759
+ "AWS::SecurityHub::ProductSubscription",
760
+ "AWS::SecurityHub::SecurityControl",
761
+ "AWS::SecurityHub::Standard",
762
+ "AWS::ServiceCatalog::AcceptedPortfolioShare",
763
+ "AWS::ServiceCatalog::CloudFormationProduct",
764
+ "AWS::ServiceCatalog::CloudFormationProvisionedProduct",
765
+ "AWS::ServiceCatalog::LaunchNotificationConstraint",
766
+ "AWS::ServiceCatalog::LaunchRoleConstraint",
767
+ "AWS::ServiceCatalog::LaunchTemplateConstraint",
768
+ "AWS::ServiceCatalog::Portfolio",
769
+ "AWS::ServiceCatalog::PortfolioPrincipalAssociation",
770
+ "AWS::ServiceCatalog::PortfolioProductAssociation",
771
+ "AWS::ServiceCatalog::PortfolioShare",
772
+ "AWS::ServiceCatalog::ResourceUpdateConstraint",
773
+ "AWS::ServiceCatalog::ServiceAction",
774
+ "AWS::ServiceCatalog::ServiceActionAssociation",
775
+ "AWS::ServiceCatalog::StackSetConstraint",
776
+ "AWS::ServiceCatalog::TagOption",
777
+ "AWS::ServiceCatalog::TagOptionAssociation",
778
+ "AWS::ServiceCatalogAppRegistry::Application",
779
+ "AWS::ServiceCatalogAppRegistry::AttributeGroup",
780
+ "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation",
781
+ "AWS::ServiceCatalogAppRegistry::ResourceAssociation",
782
+ "AWS::ServiceDiscovery::HttpNamespace",
783
+ "AWS::ServiceDiscovery::Instance",
784
+ "AWS::ServiceDiscovery::PrivateDnsNamespace",
785
+ "AWS::ServiceDiscovery::PublicDnsNamespace",
786
+ "AWS::ServiceDiscovery::Service",
787
+ "AWS::Shield::DRTAccess",
788
+ "AWS::Shield::ProactiveEngagement",
789
+ "AWS::Shield::Protection",
790
+ "AWS::Shield::ProtectionGroup",
791
+ "AWS::Signer::ProfilePermission",
792
+ "AWS::Signer::SigningProfile",
793
+ "AWS::StepFunctions::Activity",
794
+ "AWS::StepFunctions::StateMachine",
795
+ "AWS::StepFunctions::StateMachineAlias",
796
+ "AWS::StepFunctions::StateMachineVersion",
797
+ "AWS::Synthetics::Canary",
798
+ "AWS::SystemsManagerSAP::Application",
799
+ "AWS::Transfer::Agreement",
800
+ "AWS::Transfer::Certificate",
801
+ "AWS::Transfer::Connector",
802
+ "AWS::Transfer::Profile",
803
+ "AWS::Transfer::Server",
804
+ "AWS::Transfer::User",
805
+ "AWS::Transfer::Workflow",
806
+ "AWS::VerifiedPermissions::IdentitySource",
807
+ "AWS::VerifiedPermissions::Policy",
808
+ "AWS::VerifiedPermissions::PolicyStore",
809
+ "AWS::VerifiedPermissions::PolicyTemplate",
810
+ "AWS::VoiceID::Domain",
811
+ "AWS::VpcLattice::AccessLogSubscription",
812
+ "AWS::VpcLattice::AuthPolicy",
813
+ "AWS::VpcLattice::Listener",
814
+ "AWS::VpcLattice::ResourcePolicy",
815
+ "AWS::VpcLattice::Rule",
816
+ "AWS::VpcLattice::Service",
817
+ "AWS::VpcLattice::ServiceNetwork",
818
+ "AWS::VpcLattice::ServiceNetworkServiceAssociation",
819
+ "AWS::VpcLattice::ServiceNetworkVpcAssociation",
820
+ "AWS::VpcLattice::TargetGroup",
821
+ "AWS::WAF::ByteMatchSet",
822
+ "AWS::WAF::IPSet",
823
+ "AWS::WAF::Rule",
824
+ "AWS::WAF::SizeConstraintSet",
825
+ "AWS::WAF::SqlInjectionMatchSet",
826
+ "AWS::WAF::WebACL",
827
+ "AWS::WAF::XssMatchSet",
828
+ "AWS::WAFRegional::ByteMatchSet",
829
+ "AWS::WAFRegional::GeoMatchSet",
830
+ "AWS::WAFRegional::IPSet",
831
+ "AWS::WAFRegional::RateBasedRule",
832
+ "AWS::WAFRegional::RegexPatternSet",
833
+ "AWS::WAFRegional::Rule",
834
+ "AWS::WAFRegional::SizeConstraintSet",
835
+ "AWS::WAFRegional::SqlInjectionMatchSet",
836
+ "AWS::WAFRegional::WebACL",
837
+ "AWS::WAFRegional::WebACLAssociation",
838
+ "AWS::WAFRegional::XssMatchSet",
839
+ "AWS::WAFv2::IPSet",
840
+ "AWS::WAFv2::LoggingConfiguration",
841
+ "AWS::WAFv2::RegexPatternSet",
842
+ "AWS::WAFv2::RuleGroup",
843
+ "AWS::WAFv2::WebACL",
844
+ "AWS::WAFv2::WebACLAssociation",
845
+ "AWS::WorkSpaces::Workspace",
846
+ "AWS::XRay::Group",
847
+ "AWS::XRay::ResourcePolicy",
848
+ "AWS::XRay::SamplingRule",
849
+ "Module",
850
+ ]
851
+
852
+ # pylint: disable=too-many-lines
853
+ cached: list[str] = [
854
+ "Module",
855
+ "aws-accessanalyzer-analyzer.json",
856
+ "aws-acmpca-certificate.json",
857
+ "aws-acmpca-certificateauthority.json",
858
+ "aws-acmpca-certificateauthorityactivation.json",
859
+ "aws-acmpca-permission.json",
860
+ "aws-amazonmq-broker.json",
861
+ "aws-amazonmq-configuration.json",
862
+ "aws-apigateway-account.json",
863
+ "aws-apigateway-apikey.json",
864
+ "aws-apigateway-authorizer.json",
865
+ "aws-apigateway-basepathmapping.json",
866
+ "aws-apigateway-clientcertificate.json",
867
+ "aws-apigateway-deployment.json",
868
+ "aws-apigateway-documentationpart.json",
869
+ "aws-apigateway-documentationversion.json",
870
+ "aws-apigateway-domainname.json",
871
+ "aws-apigateway-gatewayresponse.json",
872
+ "aws-apigateway-method.json",
873
+ "aws-apigateway-model.json",
874
+ "aws-apigateway-requestvalidator.json",
875
+ "aws-apigateway-resource.json",
876
+ "aws-apigateway-restapi.json",
877
+ "aws-apigateway-stage.json",
878
+ "aws-apigateway-usageplan.json",
879
+ "aws-apigateway-usageplankey.json",
880
+ "aws-apigateway-vpclink.json",
881
+ "aws-apigatewayv2-api.json",
882
+ "aws-apigatewayv2-apigatewaymanagedoverrides.json",
883
+ "aws-apigatewayv2-apimapping.json",
884
+ "aws-apigatewayv2-authorizer.json",
885
+ "aws-apigatewayv2-deployment.json",
886
+ "aws-apigatewayv2-domainname.json",
887
+ "aws-apigatewayv2-integration.json",
888
+ "aws-apigatewayv2-integrationresponse.json",
889
+ "aws-apigatewayv2-model.json",
890
+ "aws-apigatewayv2-route.json",
891
+ "aws-apigatewayv2-routeresponse.json",
892
+ "aws-apigatewayv2-stage.json",
893
+ "aws-appconfig-application.json",
894
+ "aws-appconfig-configurationprofile.json",
895
+ "aws-appconfig-deployment.json",
896
+ "aws-appconfig-deploymentstrategy.json",
897
+ "aws-appconfig-environment.json",
898
+ "aws-appconfig-extension.json",
899
+ "aws-appconfig-extensionassociation.json",
900
+ "aws-appconfig-hostedconfigurationversion.json",
901
+ "aws-appflow-connector.json",
902
+ "aws-appflow-connectorprofile.json",
903
+ "aws-appflow-flow.json",
904
+ "aws-appintegrations-application.json",
905
+ "aws-appintegrations-dataintegration.json",
906
+ "aws-appintegrations-eventintegration.json",
907
+ "aws-applicationautoscaling-scalabletarget.json",
908
+ "aws-applicationautoscaling-scalingpolicy.json",
909
+ "aws-applicationinsights-application.json",
910
+ "aws-applicationsignals-servicelevelobjective.json",
911
+ "aws-appmesh-gatewayroute.json",
912
+ "aws-appmesh-mesh.json",
913
+ "aws-appmesh-route.json",
914
+ "aws-appmesh-virtualgateway.json",
915
+ "aws-appmesh-virtualnode.json",
916
+ "aws-appmesh-virtualrouter.json",
917
+ "aws-appmesh-virtualservice.json",
918
+ "aws-appsync-api.json",
919
+ "aws-appsync-apicache.json",
920
+ "aws-appsync-apikey.json",
921
+ "aws-appsync-channelnamespace.json",
922
+ "aws-appsync-datasource.json",
923
+ "aws-appsync-domainname.json",
924
+ "aws-appsync-domainnameapiassociation.json",
925
+ "aws-appsync-functionconfiguration.json",
926
+ "aws-appsync-graphqlschema.json",
927
+ "aws-appsync-resolver.json",
928
+ "aws-appsync-sourceapiassociation.json",
929
+ "aws-arczonalshift-autoshiftobservernotificationstatus.json",
930
+ "aws-arczonalshift-zonalautoshiftconfiguration.json",
931
+ "aws-athena-datacatalog.json",
932
+ "aws-athena-namedquery.json",
933
+ "aws-athena-preparedstatement.json",
934
+ "aws-athena-workgroup.json",
935
+ "aws-autoscaling-autoscalinggroup.json",
936
+ "aws-autoscaling-launchconfiguration.json",
937
+ "aws-autoscaling-lifecyclehook.json",
938
+ "aws-autoscaling-scalingpolicy.json",
939
+ "aws-autoscaling-scheduledaction.json",
940
+ "aws-autoscaling-warmpool.json",
941
+ "aws-backup-backupplan.json",
942
+ "aws-backup-backupselection.json",
943
+ "aws-backup-backupvault.json",
944
+ "aws-backup-framework.json",
945
+ "aws-backup-logicallyairgappedbackupvault.json",
946
+ "aws-backup-reportplan.json",
947
+ "aws-backup-restoretestingplan.json",
948
+ "aws-backup-restoretestingselection.json",
949
+ "aws-backupgateway-hypervisor.json",
950
+ "aws-batch-computeenvironment.json",
951
+ "aws-batch-jobdefinition.json",
952
+ "aws-batch-jobqueue.json",
953
+ "aws-batch-schedulingpolicy.json",
954
+ "aws-ce-anomalymonitor.json",
955
+ "aws-ce-anomalysubscription.json",
956
+ "aws-certificatemanager-account.json",
957
+ "aws-certificatemanager-certificate.json",
958
+ "aws-chatbot-microsoftteamschannelconfiguration.json",
959
+ "aws-chatbot-slackchannelconfiguration.json",
960
+ "aws-cloud9-environmentec2.json",
961
+ "aws-cloudformation-customresource.json",
962
+ "aws-cloudformation-hookdefaultversion.json",
963
+ "aws-cloudformation-hooktypeconfig.json",
964
+ "aws-cloudformation-hookversion.json",
965
+ "aws-cloudformation-macro.json",
966
+ "aws-cloudformation-moduledefaultversion.json",
967
+ "aws-cloudformation-moduleversion.json",
968
+ "aws-cloudformation-publictypeversion.json",
969
+ "aws-cloudformation-publisher.json",
970
+ "aws-cloudformation-resourcedefaultversion.json",
971
+ "aws-cloudformation-resourceversion.json",
972
+ "aws-cloudformation-stack.json",
973
+ "aws-cloudformation-stackset.json",
974
+ "aws-cloudformation-typeactivation.json",
975
+ "aws-cloudformation-waitconditionhandle.json",
976
+ "aws-cloudfront-cachepolicy.json",
977
+ "aws-cloudfront-cloudfrontoriginaccessidentity.json",
978
+ "aws-cloudfront-continuousdeploymentpolicy.json",
979
+ "aws-cloudfront-distribution.json",
980
+ "aws-cloudfront-function.json",
981
+ "aws-cloudfront-keygroup.json",
982
+ "aws-cloudfront-keyvaluestore.json",
983
+ "aws-cloudfront-monitoringsubscription.json",
984
+ "aws-cloudfront-originaccesscontrol.json",
985
+ "aws-cloudfront-originrequestpolicy.json",
986
+ "aws-cloudfront-publickey.json",
987
+ "aws-cloudfront-realtimelogconfig.json",
988
+ "aws-cloudfront-responseheaderspolicy.json",
989
+ "aws-cloudtrail-channel.json",
990
+ "aws-cloudtrail-eventdatastore.json",
991
+ "aws-cloudtrail-resourcepolicy.json",
992
+ "aws-cloudtrail-trail.json",
993
+ "aws-cloudwatch-alarm.json",
994
+ "aws-cloudwatch-anomalydetector.json",
995
+ "aws-cloudwatch-compositealarm.json",
996
+ "aws-cloudwatch-dashboard.json",
997
+ "aws-cloudwatch-insightrule.json",
998
+ "aws-cloudwatch-metricstream.json",
999
+ "aws-codebuild-project.json",
1000
+ "aws-codebuild-reportgroup.json",
1001
+ "aws-codebuild-sourcecredential.json",
1002
+ "aws-codedeploy-application.json",
1003
+ "aws-codedeploy-deploymentconfig.json",
1004
+ "aws-codedeploy-deploymentgroup.json",
1005
+ "aws-codepipeline-pipeline.json",
1006
+ "aws-cognito-identitypool.json",
1007
+ "aws-cognito-identitypoolprincipaltag.json",
1008
+ "aws-cognito-identitypoolroleattachment.json",
1009
+ "aws-cognito-logdeliveryconfiguration.json",
1010
+ "aws-cognito-userpool.json",
1011
+ "aws-cognito-userpoolclient.json",
1012
+ "aws-cognito-userpooldomain.json",
1013
+ "aws-cognito-userpoolgroup.json",
1014
+ "aws-cognito-userpoolidentityprovider.json",
1015
+ "aws-cognito-userpoolresourceserver.json",
1016
+ "aws-cognito-userpoolriskconfigurationattachment.json",
1017
+ "aws-cognito-userpooluicustomizationattachment.json",
1018
+ "aws-cognito-userpooluser.json",
1019
+ "aws-cognito-userpoolusertogroupattachment.json",
1020
+ "aws-config-aggregationauthorization.json",
1021
+ "aws-config-configrule.json",
1022
+ "aws-config-configurationaggregator.json",
1023
+ "aws-config-configurationrecorder.json",
1024
+ "aws-config-conformancepack.json",
1025
+ "aws-config-deliverychannel.json",
1026
+ "aws-config-organizationconfigrule.json",
1027
+ "aws-config-organizationconformancepack.json",
1028
+ "aws-config-remediationconfiguration.json",
1029
+ "aws-config-storedquery.json",
1030
+ "aws-connect-agentstatus.json",
1031
+ "aws-connect-approvedorigin.json",
1032
+ "aws-connect-contactflow.json",
1033
+ "aws-connect-contactflowmodule.json",
1034
+ "aws-connect-evaluationform.json",
1035
+ "aws-connect-hoursofoperation.json",
1036
+ "aws-connect-instance.json",
1037
+ "aws-connect-instancestorageconfig.json",
1038
+ "aws-connect-integrationassociation.json",
1039
+ "aws-connect-phonenumber.json",
1040
+ "aws-connect-predefinedattribute.json",
1041
+ "aws-connect-prompt.json",
1042
+ "aws-connect-queue.json",
1043
+ "aws-connect-quickconnect.json",
1044
+ "aws-connect-routingprofile.json",
1045
+ "aws-connect-rule.json",
1046
+ "aws-connect-securitykey.json",
1047
+ "aws-connect-securityprofile.json",
1048
+ "aws-connect-tasktemplate.json",
1049
+ "aws-connect-user.json",
1050
+ "aws-connect-userhierarchygroup.json",
1051
+ "aws-connect-userhierarchystructure.json",
1052
+ "aws-connect-view.json",
1053
+ "aws-connect-viewversion.json",
1054
+ "aws-controltower-enabledbaseline.json",
1055
+ "aws-controltower-enabledcontrol.json",
1056
+ "aws-controltower-landingzone.json",
1057
+ "aws-customerprofiles-calculatedattributedefinition.json",
1058
+ "aws-customerprofiles-domain.json",
1059
+ "aws-customerprofiles-eventstream.json",
1060
+ "aws-customerprofiles-integration.json",
1061
+ "aws-customerprofiles-objecttype.json",
1062
+ "aws-databrew-dataset.json",
1063
+ "aws-databrew-job.json",
1064
+ "aws-databrew-project.json",
1065
+ "aws-databrew-recipe.json",
1066
+ "aws-databrew-ruleset.json",
1067
+ "aws-databrew-schedule.json",
1068
+ "aws-datasync-agent.json",
1069
+ "aws-datasync-locationazureblob.json",
1070
+ "aws-datasync-locationefs.json",
1071
+ "aws-datasync-locationfsxlustre.json",
1072
+ "aws-datasync-locationfsxontap.json",
1073
+ "aws-datasync-locationfsxwindows.json",
1074
+ "aws-datasync-locationhdfs.json",
1075
+ "aws-datasync-locationnfs.json",
1076
+ "aws-datasync-locationobjectstorage.json",
1077
+ "aws-datasync-locations3.json",
1078
+ "aws-datasync-locationsmb.json",
1079
+ "aws-datasync-storagesystem.json",
1080
+ "aws-datasync-task.json",
1081
+ "aws-detective-graph.json",
1082
+ "aws-detective-memberinvitation.json",
1083
+ "aws-detective-organizationadmin.json",
1084
+ "aws-dlm-lifecyclepolicy.json",
1085
+ "aws-dms-certificate.json",
1086
+ "aws-dms-datamigration.json",
1087
+ "aws-dms-dataprovider.json",
1088
+ "aws-dms-endpoint.json",
1089
+ "aws-dms-eventsubscription.json",
1090
+ "aws-dms-instanceprofile.json",
1091
+ "aws-dms-migrationproject.json",
1092
+ "aws-dms-replicationconfig.json",
1093
+ "aws-dms-replicationinstance.json",
1094
+ "aws-dms-replicationsubnetgroup.json",
1095
+ "aws-dms-replicationtask.json",
1096
+ "aws-docdb-dbcluster.json",
1097
+ "aws-docdb-dbinstance.json",
1098
+ "aws-docdb-dbsubnetgroup.json",
1099
+ "aws-docdb-eventsubscription.json",
1100
+ "aws-dynamodb-globaltable.json",
1101
+ "aws-dynamodb-table.json",
1102
+ "aws-ec2-capacityreservation.json",
1103
+ "aws-ec2-capacityreservationfleet.json",
1104
+ "aws-ec2-clientvpnendpoint.json",
1105
+ "aws-ec2-clientvpnroute.json",
1106
+ "aws-ec2-clientvpntargetnetworkassociation.json",
1107
+ "aws-ec2-customergateway.json",
1108
+ "aws-ec2-dhcpoptions.json",
1109
+ "aws-ec2-ec2fleet.json",
1110
+ "aws-ec2-egressonlyinternetgateway.json",
1111
+ "aws-ec2-eip.json",
1112
+ "aws-ec2-eipassociation.json",
1113
+ "aws-ec2-enclavecertificateiamroleassociation.json",
1114
+ "aws-ec2-flowlog.json",
1115
+ "aws-ec2-gatewayroutetableassociation.json",
1116
+ "aws-ec2-host.json",
1117
+ "aws-ec2-instance.json",
1118
+ "aws-ec2-instanceconnectendpoint.json",
1119
+ "aws-ec2-internetgateway.json",
1120
+ "aws-ec2-ipam.json",
1121
+ "aws-ec2-ipamallocation.json",
1122
+ "aws-ec2-ipampool.json",
1123
+ "aws-ec2-ipampoolcidr.json",
1124
+ "aws-ec2-ipamresourcediscovery.json",
1125
+ "aws-ec2-ipamresourcediscoveryassociation.json",
1126
+ "aws-ec2-ipamscope.json",
1127
+ "aws-ec2-keypair.json",
1128
+ "aws-ec2-localgatewayroute.json",
1129
+ "aws-ec2-localgatewayroutetable.json",
1130
+ "aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.json",
1131
+ "aws-ec2-localgatewayroutetablevpcassociation.json",
1132
+ "aws-ec2-natgateway.json",
1133
+ "aws-ec2-networkacl.json",
1134
+ "aws-ec2-networkaclentry.json",
1135
+ "aws-ec2-networkinsightsaccessscope.json",
1136
+ "aws-ec2-networkinsightsaccessscopeanalysis.json",
1137
+ "aws-ec2-networkinsightsanalysis.json",
1138
+ "aws-ec2-networkinsightspath.json",
1139
+ "aws-ec2-networkinterfaceattachment.json",
1140
+ "aws-ec2-networkperformancemetricsubscription.json",
1141
+ "aws-ec2-placementgroup.json",
1142
+ "aws-ec2-prefixlist.json",
1143
+ "aws-ec2-route.json",
1144
+ "aws-ec2-routetable.json",
1145
+ "aws-ec2-securitygroup.json",
1146
+ "aws-ec2-securitygroupegress.json",
1147
+ "aws-ec2-securitygroupingress.json",
1148
+ "aws-ec2-securitygroupvpcassociation.json",
1149
+ "aws-ec2-snapshotblockpublicaccess.json",
1150
+ "aws-ec2-spotfleet.json",
1151
+ "aws-ec2-subnet.json",
1152
+ "aws-ec2-subnetcidrblock.json",
1153
+ "aws-ec2-subnetnetworkaclassociation.json",
1154
+ "aws-ec2-subnetroutetableassociation.json",
1155
+ "aws-ec2-trafficmirrorfilter.json",
1156
+ "aws-ec2-trafficmirrorfilterrule.json",
1157
+ "aws-ec2-trafficmirrortarget.json",
1158
+ "aws-ec2-transitgateway.json",
1159
+ "aws-ec2-transitgatewayattachment.json",
1160
+ "aws-ec2-transitgatewayconnect.json",
1161
+ "aws-ec2-transitgatewaymulticastdomain.json",
1162
+ "aws-ec2-transitgatewaymulticastdomainassociation.json",
1163
+ "aws-ec2-transitgatewaymulticastgroupmember.json",
1164
+ "aws-ec2-transitgatewaymulticastgroupsource.json",
1165
+ "aws-ec2-transitgatewaypeeringattachment.json",
1166
+ "aws-ec2-transitgatewayroute.json",
1167
+ "aws-ec2-transitgatewayroutetable.json",
1168
+ "aws-ec2-transitgatewayroutetableassociation.json",
1169
+ "aws-ec2-transitgatewayroutetablepropagation.json",
1170
+ "aws-ec2-transitgatewayvpcattachment.json",
1171
+ "aws-ec2-volume.json",
1172
+ "aws-ec2-volumeattachment.json",
1173
+ "aws-ec2-vpc.json",
1174
+ "aws-ec2-vpccidrblock.json",
1175
+ "aws-ec2-vpcdhcpoptionsassociation.json",
1176
+ "aws-ec2-vpcendpoint.json",
1177
+ "aws-ec2-vpcendpointconnectionnotification.json",
1178
+ "aws-ec2-vpcendpointservice.json",
1179
+ "aws-ec2-vpcendpointservicepermissions.json",
1180
+ "aws-ec2-vpcgatewayattachment.json",
1181
+ "aws-ec2-vpcpeeringconnection.json",
1182
+ "aws-ec2-vpnconnection.json",
1183
+ "aws-ec2-vpnconnectionroute.json",
1184
+ "aws-ec2-vpngateway.json",
1185
+ "aws-ec2-vpngatewayroutepropagation.json",
1186
+ "aws-ecr-pullthroughcacherule.json",
1187
+ "aws-ecr-registrypolicy.json",
1188
+ "aws-ecr-replicationconfiguration.json",
1189
+ "aws-ecr-repository.json",
1190
+ "aws-ecr-repositorycreationtemplate.json",
1191
+ "aws-ecs-capacityprovider.json",
1192
+ "aws-ecs-cluster.json",
1193
+ "aws-ecs-clustercapacityproviderassociations.json",
1194
+ "aws-ecs-primarytaskset.json",
1195
+ "aws-ecs-service.json",
1196
+ "aws-ecs-taskdefinition.json",
1197
+ "aws-ecs-taskset.json",
1198
+ "aws-efs-mounttarget.json",
1199
+ "aws-eks-accessentry.json",
1200
+ "aws-eks-addon.json",
1201
+ "aws-eks-cluster.json",
1202
+ "aws-eks-fargateprofile.json",
1203
+ "aws-eks-identityproviderconfig.json",
1204
+ "aws-eks-nodegroup.json",
1205
+ "aws-eks-podidentityassociation.json",
1206
+ "aws-elasticache-cachecluster.json",
1207
+ "aws-elasticache-parametergroup.json",
1208
+ "aws-elasticache-replicationgroup.json",
1209
+ "aws-elasticache-securitygroup.json",
1210
+ "aws-elasticache-securitygroupingress.json",
1211
+ "aws-elasticache-subnetgroup.json",
1212
+ "aws-elasticache-user.json",
1213
+ "aws-elasticache-usergroup.json",
1214
+ "aws-elasticbeanstalk-application.json",
1215
+ "aws-elasticbeanstalk-applicationversion.json",
1216
+ "aws-elasticbeanstalk-configurationtemplate.json",
1217
+ "aws-elasticbeanstalk-environment.json",
1218
+ "aws-elasticloadbalancing-loadbalancer.json",
1219
+ "aws-elasticloadbalancingv2-listener.json",
1220
+ "aws-elasticloadbalancingv2-listenercertificate.json",
1221
+ "aws-elasticloadbalancingv2-listenerrule.json",
1222
+ "aws-elasticloadbalancingv2-targetgroup.json",
1223
+ "aws-elasticloadbalancingv2-truststore.json",
1224
+ "aws-elasticloadbalancingv2-truststorerevocation.json",
1225
+ "aws-elasticsearch-domain.json",
1226
+ "aws-emr-cluster.json",
1227
+ "aws-emr-instancefleetconfig.json",
1228
+ "aws-emr-instancegroupconfig.json",
1229
+ "aws-emr-securityconfiguration.json",
1230
+ "aws-emr-step.json",
1231
+ "aws-emr-studio.json",
1232
+ "aws-emr-studiosessionmapping.json",
1233
+ "aws-emr-walworkspace.json",
1234
+ "aws-emrserverless-application.json",
1235
+ "aws-events-apidestination.json",
1236
+ "aws-events-archive.json",
1237
+ "aws-events-connection.json",
1238
+ "aws-events-eventbus.json",
1239
+ "aws-events-eventbuspolicy.json",
1240
+ "aws-events-rule.json",
1241
+ "aws-eventschemas-discoverer.json",
1242
+ "aws-eventschemas-registry.json",
1243
+ "aws-eventschemas-registrypolicy.json",
1244
+ "aws-eventschemas-schema.json",
1245
+ "aws-fis-experimenttemplate.json",
1246
+ "aws-fis-targetaccountconfiguration.json",
1247
+ "aws-fms-notificationchannel.json",
1248
+ "aws-fms-policy.json",
1249
+ "aws-fms-resourceset.json",
1250
+ "aws-fsx-datarepositoryassociation.json",
1251
+ "aws-fsx-filesystem.json",
1252
+ "aws-fsx-snapshot.json",
1253
+ "aws-fsx-storagevirtualmachine.json",
1254
+ "aws-fsx-volume.json",
1255
+ "aws-globalaccelerator-accelerator.json",
1256
+ "aws-globalaccelerator-crossaccountattachment.json",
1257
+ "aws-globalaccelerator-endpointgroup.json",
1258
+ "aws-globalaccelerator-listener.json",
1259
+ "aws-glue-classifier.json",
1260
+ "aws-glue-connection.json",
1261
+ "aws-glue-crawler.json",
1262
+ "aws-glue-customentitytype.json",
1263
+ "aws-glue-database.json",
1264
+ "aws-glue-datacatalogencryptionsettings.json",
1265
+ "aws-glue-dataqualityruleset.json",
1266
+ "aws-glue-devendpoint.json",
1267
+ "aws-glue-job.json",
1268
+ "aws-glue-mltransform.json",
1269
+ "aws-glue-partition.json",
1270
+ "aws-glue-registry.json",
1271
+ "aws-glue-schema.json",
1272
+ "aws-glue-schemaversion.json",
1273
+ "aws-glue-schemaversionmetadata.json",
1274
+ "aws-glue-securityconfiguration.json",
1275
+ "aws-glue-table.json",
1276
+ "aws-glue-trigger.json",
1277
+ "aws-glue-usageprofile.json",
1278
+ "aws-glue-workflow.json",
1279
+ "aws-groundstation-config.json",
1280
+ "aws-groundstation-dataflowendpointgroup.json",
1281
+ "aws-groundstation-missionprofile.json",
1282
+ "aws-guardduty-detector.json",
1283
+ "aws-guardduty-filter.json",
1284
+ "aws-guardduty-ipset.json",
1285
+ "aws-guardduty-malwareprotectionplan.json",
1286
+ "aws-guardduty-master.json",
1287
+ "aws-guardduty-member.json",
1288
+ "aws-guardduty-threatintelset.json",
1289
+ "aws-iam-group.json",
1290
+ "aws-iam-grouppolicy.json",
1291
+ "aws-iam-instanceprofile.json",
1292
+ "aws-iam-oidcprovider.json",
1293
+ "aws-iam-policy.json",
1294
+ "aws-iam-role.json",
1295
+ "aws-iam-rolepolicy.json",
1296
+ "aws-iam-samlprovider.json",
1297
+ "aws-iam-servercertificate.json",
1298
+ "aws-iam-servicelinkedrole.json",
1299
+ "aws-iam-user.json",
1300
+ "aws-iam-userpolicy.json",
1301
+ "aws-iam-usertogroupaddition.json",
1302
+ "aws-iam-virtualmfadevice.json",
1303
+ "aws-identitystore-group.json",
1304
+ "aws-identitystore-groupmembership.json",
1305
+ "aws-imagebuilder-component.json",
1306
+ "aws-imagebuilder-containerrecipe.json",
1307
+ "aws-imagebuilder-distributionconfiguration.json",
1308
+ "aws-imagebuilder-image.json",
1309
+ "aws-imagebuilder-imagepipeline.json",
1310
+ "aws-imagebuilder-imagerecipe.json",
1311
+ "aws-imagebuilder-infrastructureconfiguration.json",
1312
+ "aws-imagebuilder-lifecyclepolicy.json",
1313
+ "aws-imagebuilder-workflow.json",
1314
+ "aws-inspectorv2-cisscanconfiguration.json",
1315
+ "aws-inspectorv2-filter.json",
1316
+ "aws-internetmonitor-monitor.json",
1317
+ "aws-kinesis-resourcepolicy.json",
1318
+ "aws-kinesis-stream.json",
1319
+ "aws-kinesisanalyticsv2-application.json",
1320
+ "aws-kinesisfirehose-deliverystream.json",
1321
+ "aws-kms-alias.json",
1322
+ "aws-kms-key.json",
1323
+ "aws-kms-replicakey.json",
1324
+ "aws-lakeformation-datacellsfilter.json",
1325
+ "aws-lakeformation-datalakesettings.json",
1326
+ "aws-lakeformation-permissions.json",
1327
+ "aws-lakeformation-principalpermissions.json",
1328
+ "aws-lakeformation-resource.json",
1329
+ "aws-lakeformation-tag.json",
1330
+ "aws-lakeformation-tagassociation.json",
1331
+ "aws-lambda-alias.json",
1332
+ "aws-lambda-codesigningconfig.json",
1333
+ "aws-lambda-eventinvokeconfig.json",
1334
+ "aws-lambda-eventsourcemapping.json",
1335
+ "aws-lambda-function.json",
1336
+ "aws-lambda-layerversion.json",
1337
+ "aws-lambda-layerversionpermission.json",
1338
+ "aws-lambda-permission.json",
1339
+ "aws-lambda-url.json",
1340
+ "aws-launchwizard-deployment.json",
1341
+ "aws-lex-bot.json",
1342
+ "aws-lex-botalias.json",
1343
+ "aws-lex-botversion.json",
1344
+ "aws-lex-resourcepolicy.json",
1345
+ "aws-logs-accountpolicy.json",
1346
+ "aws-logs-deliverysource.json",
1347
+ "aws-logs-destination.json",
1348
+ "aws-logs-loganomalydetector.json",
1349
+ "aws-logs-loggroup.json",
1350
+ "aws-logs-logstream.json",
1351
+ "aws-logs-metricfilter.json",
1352
+ "aws-logs-querydefinition.json",
1353
+ "aws-logs-resourcepolicy.json",
1354
+ "aws-logs-subscriptionfilter.json",
1355
+ "aws-m2-application.json",
1356
+ "aws-m2-environment.json",
1357
+ "aws-macie-allowlist.json",
1358
+ "aws-macie-session.json",
1359
+ "aws-mediaconnect-bridge.json",
1360
+ "aws-mediaconnect-bridgeoutput.json",
1361
+ "aws-mediaconnect-bridgesource.json",
1362
+ "aws-mediaconnect-flow.json",
1363
+ "aws-mediaconnect-flowentitlement.json",
1364
+ "aws-mediaconnect-flowoutput.json",
1365
+ "aws-mediaconnect-flowsource.json",
1366
+ "aws-mediaconnect-flowvpcinterface.json",
1367
+ "aws-mediaconnect-gateway.json",
1368
+ "aws-mediatailor-channel.json",
1369
+ "aws-mediatailor-channelpolicy.json",
1370
+ "aws-mediatailor-livesource.json",
1371
+ "aws-mediatailor-playbackconfiguration.json",
1372
+ "aws-mediatailor-sourcelocation.json",
1373
+ "aws-mediatailor-vodsource.json",
1374
+ "aws-msk-batchscramsecret.json",
1375
+ "aws-msk-cluster.json",
1376
+ "aws-msk-clusterpolicy.json",
1377
+ "aws-msk-configuration.json",
1378
+ "aws-msk-vpcconnection.json",
1379
+ "aws-mwaa-environment.json",
1380
+ "aws-neptune-dbcluster.json",
1381
+ "aws-neptune-dbsubnetgroup.json",
1382
+ "aws-neptune-eventsubscription.json",
1383
+ "aws-networkfirewall-firewall.json",
1384
+ "aws-networkfirewall-firewallpolicy.json",
1385
+ "aws-networkfirewall-loggingconfiguration.json",
1386
+ "aws-networkfirewall-rulegroup.json",
1387
+ "aws-networkfirewall-tlsinspectionconfiguration.json",
1388
+ "aws-networkmanager-connectattachment.json",
1389
+ "aws-networkmanager-connectpeer.json",
1390
+ "aws-networkmanager-corenetwork.json",
1391
+ "aws-networkmanager-customergatewayassociation.json",
1392
+ "aws-networkmanager-device.json",
1393
+ "aws-networkmanager-globalnetwork.json",
1394
+ "aws-networkmanager-link.json",
1395
+ "aws-networkmanager-linkassociation.json",
1396
+ "aws-networkmanager-site.json",
1397
+ "aws-networkmanager-sitetositevpnattachment.json",
1398
+ "aws-networkmanager-transitgatewaypeering.json",
1399
+ "aws-networkmanager-transitgatewayregistration.json",
1400
+ "aws-networkmanager-transitgatewayroutetableattachment.json",
1401
+ "aws-networkmanager-vpcattachment.json",
1402
+ "aws-oam-link.json",
1403
+ "aws-oam-sink.json",
1404
+ "aws-opsworks-app.json",
1405
+ "aws-opsworks-elasticloadbalancerattachment.json",
1406
+ "aws-opsworks-userprofile.json",
1407
+ "aws-opsworks-volume.json",
1408
+ "aws-organizations-account.json",
1409
+ "aws-organizations-organization.json",
1410
+ "aws-organizations-organizationalunit.json",
1411
+ "aws-organizations-policy.json",
1412
+ "aws-organizations-resourcepolicy.json",
1413
+ "aws-pcaconnectorad-serviceprincipalname.json",
1414
+ "aws-pcaconnectorad-templategroupaccesscontrolentry.json",
1415
+ "aws-pcaconnectorscep-challenge.json",
1416
+ "aws-pcaconnectorscep-connector.json",
1417
+ "aws-pipes-pipe.json",
1418
+ "aws-quicksight-analysis.json",
1419
+ "aws-quicksight-dashboard.json",
1420
+ "aws-quicksight-dataset.json",
1421
+ "aws-quicksight-folder.json",
1422
+ "aws-quicksight-refreshschedule.json",
1423
+ "aws-quicksight-template.json",
1424
+ "aws-quicksight-theme.json",
1425
+ "aws-quicksight-vpcconnection.json",
1426
+ "aws-ram-permission.json",
1427
+ "aws-ram-resourceshare.json",
1428
+ "aws-rds-dbcluster.json",
1429
+ "aws-rds-dbclusterparametergroup.json",
1430
+ "aws-rds-dbinstance.json",
1431
+ "aws-rds-dbparametergroup.json",
1432
+ "aws-rds-dbproxy.json",
1433
+ "aws-rds-dbproxyendpoint.json",
1434
+ "aws-rds-dbproxytargetgroup.json",
1435
+ "aws-rds-dbsecuritygroup.json",
1436
+ "aws-rds-dbsecuritygroupingress.json",
1437
+ "aws-rds-dbsubnetgroup.json",
1438
+ "aws-rds-eventsubscription.json",
1439
+ "aws-rds-globalcluster.json",
1440
+ "aws-rds-integration.json",
1441
+ "aws-rds-optiongroup.json",
1442
+ "aws-redshift-cluster.json",
1443
+ "aws-redshift-clusterparametergroup.json",
1444
+ "aws-redshift-clustersecuritygroup.json",
1445
+ "aws-redshift-clustersecuritygroupingress.json",
1446
+ "aws-redshift-clustersubnetgroup.json",
1447
+ "aws-redshift-endpointaccess.json",
1448
+ "aws-redshift-endpointauthorization.json",
1449
+ "aws-redshift-eventsubscription.json",
1450
+ "aws-redshift-integration.json",
1451
+ "aws-redshift-scheduledaction.json",
1452
+ "aws-resiliencehub-app.json",
1453
+ "aws-resiliencehub-resiliencypolicy.json",
1454
+ "aws-resourceexplorer2-defaultviewassociation.json",
1455
+ "aws-resourceexplorer2-index.json",
1456
+ "aws-resourceexplorer2-view.json",
1457
+ "aws-resourcegroups-group.json",
1458
+ "aws-rolesanywhere-crl.json",
1459
+ "aws-rolesanywhere-profile.json",
1460
+ "aws-rolesanywhere-trustanchor.json",
1461
+ "aws-route53-cidrcollection.json",
1462
+ "aws-route53-dnssec.json",
1463
+ "aws-route53-hostedzone.json",
1464
+ "aws-route53-keysigningkey.json",
1465
+ "aws-route53-recordset.json",
1466
+ "aws-route53-recordsetgroup.json",
1467
+ "aws-route53profiles-profile.json",
1468
+ "aws-route53profiles-profileassociation.json",
1469
+ "aws-route53profiles-profileresourceassociation.json",
1470
+ "aws-route53resolver-firewalldomainlist.json",
1471
+ "aws-route53resolver-firewallrulegroup.json",
1472
+ "aws-route53resolver-firewallrulegroupassociation.json",
1473
+ "aws-route53resolver-outpostresolver.json",
1474
+ "aws-route53resolver-resolverconfig.json",
1475
+ "aws-route53resolver-resolverdnssecconfig.json",
1476
+ "aws-route53resolver-resolverendpoint.json",
1477
+ "aws-route53resolver-resolverqueryloggingconfig.json",
1478
+ "aws-route53resolver-resolverqueryloggingconfigassociation.json",
1479
+ "aws-route53resolver-resolverruleassociation.json",
1480
+ "aws-rum-appmonitor.json",
1481
+ "aws-s3-accessgrant.json",
1482
+ "aws-s3-accessgrantsinstance.json",
1483
+ "aws-s3-accessgrantslocation.json",
1484
+ "aws-s3-accesspoint.json",
1485
+ "aws-s3-bucket.json",
1486
+ "aws-s3-bucketpolicy.json",
1487
+ "aws-s3objectlambda-accesspoint.json",
1488
+ "aws-s3objectlambda-accesspointpolicy.json",
1489
+ "aws-s3outposts-accesspoint.json",
1490
+ "aws-s3outposts-bucket.json",
1491
+ "aws-s3outposts-bucketpolicy.json",
1492
+ "aws-s3outposts-endpoint.json",
1493
+ "aws-sagemaker-app.json",
1494
+ "aws-sagemaker-appimageconfig.json",
1495
+ "aws-sagemaker-coderepository.json",
1496
+ "aws-sagemaker-domain.json",
1497
+ "aws-sagemaker-endpointconfig.json",
1498
+ "aws-sagemaker-featuregroup.json",
1499
+ "aws-sagemaker-image.json",
1500
+ "aws-sagemaker-imageversion.json",
1501
+ "aws-sagemaker-inferenceexperiment.json",
1502
+ "aws-sagemaker-mlflowtrackingserver.json",
1503
+ "aws-sagemaker-model.json",
1504
+ "aws-sagemaker-modelcard.json",
1505
+ "aws-sagemaker-modelpackage.json",
1506
+ "aws-sagemaker-modelpackagegroup.json",
1507
+ "aws-sagemaker-notebookinstance.json",
1508
+ "aws-sagemaker-notebookinstancelifecycleconfig.json",
1509
+ "aws-sagemaker-pipeline.json",
1510
+ "aws-sagemaker-project.json",
1511
+ "aws-sagemaker-space.json",
1512
+ "aws-sagemaker-studiolifecycleconfig.json",
1513
+ "aws-sagemaker-userprofile.json",
1514
+ "aws-sagemaker-workteam.json",
1515
+ "aws-scheduler-schedule.json",
1516
+ "aws-scheduler-schedulegroup.json",
1517
+ "aws-sdb-domain.json",
1518
+ "aws-secretsmanager-resourcepolicy.json",
1519
+ "aws-secretsmanager-rotationschedule.json",
1520
+ "aws-secretsmanager-secret.json",
1521
+ "aws-secretsmanager-secrettargetattachment.json",
1522
+ "aws-securityhub-automationrule.json",
1523
+ "aws-securityhub-delegatedadmin.json",
1524
+ "aws-securityhub-hub.json",
1525
+ "aws-securityhub-insight.json",
1526
+ "aws-securityhub-organizationconfiguration.json",
1527
+ "aws-securityhub-productsubscription.json",
1528
+ "aws-securityhub-securitycontrol.json",
1529
+ "aws-securityhub-standard.json",
1530
+ "aws-servicecatalog-cloudformationproduct.json",
1531
+ "aws-servicecatalog-cloudformationprovisionedproduct.json",
1532
+ "aws-servicecatalog-launchnotificationconstraint.json",
1533
+ "aws-servicecatalog-launchroleconstraint.json",
1534
+ "aws-servicecatalog-launchtemplateconstraint.json",
1535
+ "aws-servicecatalog-portfolioshare.json",
1536
+ "aws-servicecatalog-resourceupdateconstraint.json",
1537
+ "aws-servicecatalog-serviceaction.json",
1538
+ "aws-servicecatalog-serviceactionassociation.json",
1539
+ "aws-servicecatalog-stacksetconstraint.json",
1540
+ "aws-servicecatalog-tagoption.json",
1541
+ "aws-servicecatalogappregistry-application.json",
1542
+ "aws-servicecatalogappregistry-attributegroup.json",
1543
+ "aws-servicecatalogappregistry-attributegroupassociation.json",
1544
+ "aws-servicecatalogappregistry-resourceassociation.json",
1545
+ "aws-servicediscovery-httpnamespace.json",
1546
+ "aws-servicediscovery-instance.json",
1547
+ "aws-servicediscovery-privatednsnamespace.json",
1548
+ "aws-servicediscovery-publicdnsnamespace.json",
1549
+ "aws-servicediscovery-service.json",
1550
+ "aws-ses-configurationset.json",
1551
+ "aws-ses-configurationseteventdestination.json",
1552
+ "aws-ses-contactlist.json",
1553
+ "aws-ses-dedicatedippool.json",
1554
+ "aws-ses-emailidentity.json",
1555
+ "aws-ses-receiptfilter.json",
1556
+ "aws-ses-receiptrule.json",
1557
+ "aws-ses-receiptruleset.json",
1558
+ "aws-ses-template.json",
1559
+ "aws-ses-vdmattributes.json",
1560
+ "aws-shield-drtaccess.json",
1561
+ "aws-shield-proactiveengagement.json",
1562
+ "aws-shield-protection.json",
1563
+ "aws-shield-protectiongroup.json",
1564
+ "aws-signer-profilepermission.json",
1565
+ "aws-signer-signingprofile.json",
1566
+ "aws-sns-subscription.json",
1567
+ "aws-sns-topic.json",
1568
+ "aws-sns-topicinlinepolicy.json",
1569
+ "aws-sns-topicpolicy.json",
1570
+ "aws-sqs-queue.json",
1571
+ "aws-sqs-queueinlinepolicy.json",
1572
+ "aws-sqs-queuepolicy.json",
1573
+ "aws-ssm-association.json",
1574
+ "aws-ssm-document.json",
1575
+ "aws-ssm-maintenancewindow.json",
1576
+ "aws-ssm-maintenancewindowtarget.json",
1577
+ "aws-ssm-maintenancewindowtask.json",
1578
+ "aws-ssm-parameter.json",
1579
+ "aws-ssm-patchbaseline.json",
1580
+ "aws-sso-application.json",
1581
+ "aws-sso-applicationassignment.json",
1582
+ "aws-sso-assignment.json",
1583
+ "aws-sso-instance.json",
1584
+ "aws-sso-instanceaccesscontrolattributeconfiguration.json",
1585
+ "aws-sso-permissionset.json",
1586
+ "aws-stepfunctions-activity.json",
1587
+ "aws-stepfunctions-statemachine.json",
1588
+ "aws-stepfunctions-statemachinealias.json",
1589
+ "aws-stepfunctions-statemachineversion.json",
1590
+ "aws-synthetics-canary.json",
1591
+ "aws-systemsmanagersap-application.json",
1592
+ "aws-transfer-agreement.json",
1593
+ "aws-transfer-certificate.json",
1594
+ "aws-transfer-connector.json",
1595
+ "aws-transfer-profile.json",
1596
+ "aws-transfer-server.json",
1597
+ "aws-transfer-workflow.json",
1598
+ "aws-verifiedpermissions-identitysource.json",
1599
+ "aws-verifiedpermissions-policy.json",
1600
+ "aws-verifiedpermissions-policystore.json",
1601
+ "aws-verifiedpermissions-policytemplate.json",
1602
+ "aws-voiceid-domain.json",
1603
+ "aws-vpclattice-accesslogsubscription.json",
1604
+ "aws-vpclattice-authpolicy.json",
1605
+ "aws-vpclattice-listener.json",
1606
+ "aws-vpclattice-resourcepolicy.json",
1607
+ "aws-vpclattice-rule.json",
1608
+ "aws-vpclattice-service.json",
1609
+ "aws-vpclattice-servicenetwork.json",
1610
+ "aws-vpclattice-servicenetworkserviceassociation.json",
1611
+ "aws-vpclattice-servicenetworkvpcassociation.json",
1612
+ "aws-vpclattice-targetgroup.json",
1613
+ "aws-waf-bytematchset.json",
1614
+ "aws-waf-sqlinjectionmatchset.json",
1615
+ "aws-wafregional-bytematchset.json",
1616
+ "aws-wafregional-regexpatternset.json",
1617
+ "aws-wafregional-sqlinjectionmatchset.json",
1618
+ "aws-wafregional-webaclassociation.json",
1619
+ "aws-wafregional-xssmatchset.json",
1620
+ "aws-wafv2-ipset.json",
1621
+ "aws-wafv2-loggingconfiguration.json",
1622
+ "aws-wafv2-regexpatternset.json",
1623
+ "aws-wafv2-rulegroup.json",
1624
+ "aws-wafv2-webacl.json",
1625
+ "aws-wafv2-webaclassociation.json",
1626
+ "aws-workspaces-workspace.json",
1627
+ "aws-xray-group.json",
1628
+ "aws-xray-resourcepolicy.json",
1629
+ "aws-xray-samplingrule.json",
1630
+ "module.json",
1631
+ ]
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_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/af_south_1/aws-amazonmq-configurationassociation.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/Broker"
5
+ ],
6
+ "definitions": {
7
+ "ConfigurationId": {
8
+ "additionalProperties": false,
9
+ "properties": {
10
+ "Id": {
11
+ "type": "string"
12
+ },
13
+ "Revision": {
14
+ "type": "integer"
15
+ }
16
+ },
17
+ "required": [
18
+ "Revision",
19
+ "Id"
20
+ ],
21
+ "type": "object"
22
+ }
23
+ },
24
+ "primaryIdentifier": [
25
+ "/properties/Id"
26
+ ],
27
+ "properties": {
28
+ "Broker": {
29
+ "type": "string"
30
+ },
31
+ "Configuration": {
32
+ "$ref": "#/definitions/ConfigurationId"
33
+ },
34
+ "Id": {
35
+ "type": "string"
36
+ }
37
+ },
38
+ "readOnlyProperties": [
39
+ "/properties/Id"
40
+ ],
41
+ "required": [
42
+ "Broker",
43
+ "Configuration"
44
+ ],
45
+ "typeName": "AWS::AmazonMQ::ConfigurationAssociation"
46
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_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/af_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/af_south_1/aws-cloudfront-streamingdistribution.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "definitions": {
4
+ "Logging": {
5
+ "additionalProperties": false,
6
+ "properties": {
7
+ "Bucket": {
8
+ "type": "string"
9
+ },
10
+ "Enabled": {
11
+ "type": "boolean"
12
+ },
13
+ "Prefix": {
14
+ "type": "string"
15
+ }
16
+ },
17
+ "required": [
18
+ "Bucket",
19
+ "Enabled",
20
+ "Prefix"
21
+ ],
22
+ "type": "object"
23
+ },
24
+ "S3Origin": {
25
+ "additionalProperties": false,
26
+ "properties": {
27
+ "DomainName": {
28
+ "type": "string"
29
+ },
30
+ "OriginAccessIdentity": {
31
+ "type": "string"
32
+ }
33
+ },
34
+ "required": [
35
+ "DomainName",
36
+ "OriginAccessIdentity"
37
+ ],
38
+ "type": "object"
39
+ },
40
+ "StreamingDistributionConfig": {
41
+ "additionalProperties": false,
42
+ "properties": {
43
+ "Aliases": {
44
+ "items": {
45
+ "type": "string"
46
+ },
47
+ "type": "array",
48
+ "uniqueItems": false
49
+ },
50
+ "Comment": {
51
+ "type": "string"
52
+ },
53
+ "Enabled": {
54
+ "type": "boolean"
55
+ },
56
+ "Logging": {
57
+ "$ref": "#/definitions/Logging"
58
+ },
59
+ "PriceClass": {
60
+ "type": "string"
61
+ },
62
+ "S3Origin": {
63
+ "$ref": "#/definitions/S3Origin"
64
+ },
65
+ "TrustedSigners": {
66
+ "$ref": "#/definitions/TrustedSigners"
67
+ }
68
+ },
69
+ "required": [
70
+ "Comment",
71
+ "S3Origin",
72
+ "Enabled",
73
+ "TrustedSigners"
74
+ ],
75
+ "type": "object"
76
+ },
77
+ "Tag": {
78
+ "additionalProperties": false,
79
+ "properties": {
80
+ "Key": {
81
+ "type": "string"
82
+ },
83
+ "Value": {
84
+ "type": "string"
85
+ }
86
+ },
87
+ "required": [
88
+ "Value",
89
+ "Key"
90
+ ],
91
+ "type": "object"
92
+ },
93
+ "TrustedSigners": {
94
+ "additionalProperties": false,
95
+ "properties": {
96
+ "AwsAccountNumbers": {
97
+ "items": {
98
+ "type": "string"
99
+ },
100
+ "type": "array",
101
+ "uniqueItems": false
102
+ },
103
+ "Enabled": {
104
+ "type": "boolean"
105
+ }
106
+ },
107
+ "required": [
108
+ "Enabled"
109
+ ],
110
+ "type": "object"
111
+ }
112
+ },
113
+ "primaryIdentifier": [
114
+ "/properties/Id"
115
+ ],
116
+ "properties": {
117
+ "DomainName": {
118
+ "type": "string"
119
+ },
120
+ "Id": {
121
+ "type": "string"
122
+ },
123
+ "StreamingDistributionConfig": {
124
+ "$ref": "#/definitions/StreamingDistributionConfig"
125
+ },
126
+ "Tags": {
127
+ "items": {
128
+ "$ref": "#/definitions/Tag"
129
+ },
130
+ "type": "array",
131
+ "uniqueItems": false
132
+ }
133
+ },
134
+ "readOnlyProperties": [
135
+ "/properties/Id",
136
+ "/properties/DomainName"
137
+ ],
138
+ "required": [
139
+ "StreamingDistributionConfig",
140
+ "Tags"
141
+ ],
142
+ "typeName": "AWS::CloudFront::StreamingDistribution"
143
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_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/af_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/af_south_1/aws-directoryservice-simplead.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/Size",
5
+ "/properties/VpcSettings",
6
+ "/properties/Name",
7
+ "/properties/Password",
8
+ "/properties/ShortName",
9
+ "/properties/Description",
10
+ "/properties/CreateAlias"
11
+ ],
12
+ "definitions": {
13
+ "VpcSettings": {
14
+ "additionalProperties": false,
15
+ "properties": {
16
+ "SubnetIds": {
17
+ "items": {
18
+ "pattern": "^(subnet-[0-9a-f]{8}|subnet-[0-9a-f]{17})$",
19
+ "type": "string"
20
+ },
21
+ "type": "array",
22
+ "uniqueItems": true
23
+ },
24
+ "VpcId": {
25
+ "format": "AWS::EC2::VPC.Id",
26
+ "pattern": "^(vpc-[0-9a-f]{8}|vpc-[0-9a-f]{17})$",
27
+ "type": "string"
28
+ }
29
+ },
30
+ "required": [
31
+ "VpcId",
32
+ "SubnetIds"
33
+ ],
34
+ "type": "object"
35
+ }
36
+ },
37
+ "primaryIdentifier": [
38
+ "/properties/Id"
39
+ ],
40
+ "properties": {
41
+ "Alias": {
42
+ "type": "string"
43
+ },
44
+ "CreateAlias": {
45
+ "type": "boolean"
46
+ },
47
+ "Description": {
48
+ "pattern": "^([a-zA-Z0-9_])[\\\\a-zA-Z0-9_@#%*+=:?./!\\s-]*$",
49
+ "type": "string"
50
+ },
51
+ "DnsIpAddresses": {
52
+ "items": {
53
+ "type": "string"
54
+ },
55
+ "type": "array",
56
+ "uniqueItems": false
57
+ },
58
+ "EnableSso": {
59
+ "type": "boolean"
60
+ },
61
+ "Id": {
62
+ "type": "string"
63
+ },
64
+ "Name": {
65
+ "pattern": "^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+$",
66
+ "type": "string"
67
+ },
68
+ "Password": {
69
+ "pattern": "(?=^.{8,64}$)((?=.*\\d)(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[^A-Za-z0-9\\s])(?=.*[a-z])|(?=.*[^A-Za-z0-9\\s])(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\\s]))^.*",
70
+ "type": "string"
71
+ },
72
+ "ShortName": {
73
+ "pattern": "^[^\\\\/:*?\"<>|.]+[^\\\\/:*?\"<>|]*$",
74
+ "type": "string"
75
+ },
76
+ "Size": {
77
+ "enum": [
78
+ "Large",
79
+ "Small"
80
+ ],
81
+ "type": "string"
82
+ },
83
+ "VpcSettings": {
84
+ "$ref": "#/definitions/VpcSettings"
85
+ }
86
+ },
87
+ "readOnlyProperties": [
88
+ "/properties/Id",
89
+ "/properties/Alias",
90
+ "/properties/DnsIpAddresses"
91
+ ],
92
+ "required": [
93
+ "VpcSettings",
94
+ "Size",
95
+ "Name",
96
+ "Password"
97
+ ],
98
+ "typeName": "AWS::DirectoryService::SimpleAD"
99
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_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/af_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/af_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/af_south_1/aws-ec2-networkinterface.json ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/aws-cloudformation/cloudformation-resource-schema/master/src/main/resources/schema/provider.definition.schema.v1.json",
3
+ "additionalProperties": false,
4
+ "conditionalCreateOnlyProperties": [
5
+ "/properties/PrivateIpAddresses",
6
+ "/properties/EnablePrimaryIpv6",
7
+ "/properties/ConnectionTrackingSpecification"
8
+ ],
9
+ "createOnlyProperties": [
10
+ "/properties/PrivateIpAddress",
11
+ "/properties/InterfaceType",
12
+ "/properties/SubnetId"
13
+ ],
14
+ "definitions": {
15
+ "ConnectionTrackingSpecification": {
16
+ "additionalProperties": false,
17
+ "properties": {
18
+ "TcpEstablishedTimeout": {
19
+ "type": "integer"
20
+ },
21
+ "UdpStreamTimeout": {
22
+ "type": "integer"
23
+ },
24
+ "UdpTimeout": {
25
+ "type": "integer"
26
+ }
27
+ },
28
+ "type": "object"
29
+ },
30
+ "InstanceIpv6Address": {
31
+ "additionalProperties": false,
32
+ "properties": {
33
+ "Ipv6Address": {
34
+ "type": "string"
35
+ }
36
+ },
37
+ "required": [
38
+ "Ipv6Address"
39
+ ],
40
+ "type": "object"
41
+ },
42
+ "Ipv4PrefixSpecification": {
43
+ "additionalProperties": false,
44
+ "properties": {
45
+ "Ipv4Prefix": {
46
+ "type": "string"
47
+ }
48
+ },
49
+ "required": [
50
+ "Ipv4Prefix"
51
+ ],
52
+ "type": "object"
53
+ },
54
+ "Ipv6PrefixSpecification": {
55
+ "additionalProperties": false,
56
+ "properties": {
57
+ "Ipv6Prefix": {
58
+ "type": "string"
59
+ }
60
+ },
61
+ "required": [
62
+ "Ipv6Prefix"
63
+ ],
64
+ "type": "object"
65
+ },
66
+ "PrivateIpAddressSpecification": {
67
+ "additionalProperties": false,
68
+ "properties": {
69
+ "Primary": {
70
+ "type": "boolean"
71
+ },
72
+ "PrivateIpAddress": {
73
+ "type": "string"
74
+ }
75
+ },
76
+ "required": [
77
+ "PrivateIpAddress",
78
+ "Primary"
79
+ ],
80
+ "type": "object"
81
+ },
82
+ "Tag": {
83
+ "additionalProperties": false,
84
+ "properties": {
85
+ "Key": {
86
+ "type": "string"
87
+ },
88
+ "Value": {
89
+ "type": "string"
90
+ }
91
+ },
92
+ "required": [
93
+ "Value",
94
+ "Key"
95
+ ],
96
+ "type": "object"
97
+ }
98
+ },
99
+ "dependentExcluded": {
100
+ "Ipv6AddressCount": [
101
+ "Ipv6Addresses"
102
+ ],
103
+ "Ipv6Addresses": [
104
+ "Ipv6AddressCount"
105
+ ]
106
+ },
107
+ "primaryIdentifier": [
108
+ "/properties/Id"
109
+ ],
110
+ "properties": {
111
+ "ConnectionTrackingSpecification": {
112
+ "$ref": "#/definitions/ConnectionTrackingSpecification"
113
+ },
114
+ "Description": {
115
+ "type": "string"
116
+ },
117
+ "EnablePrimaryIpv6": {
118
+ "type": "boolean"
119
+ },
120
+ "GroupSet": {
121
+ "insertionOrder": false,
122
+ "items": {
123
+ "type": "string"
124
+ },
125
+ "type": "array",
126
+ "uniqueItems": false
127
+ },
128
+ "Id": {
129
+ "type": "string"
130
+ },
131
+ "InterfaceType": {
132
+ "enum": [
133
+ "branch",
134
+ "efa",
135
+ "efa-only",
136
+ "trunk"
137
+ ],
138
+ "type": "string"
139
+ },
140
+ "Ipv4PrefixCount": {
141
+ "type": "integer"
142
+ },
143
+ "Ipv4Prefixes": {
144
+ "insertionOrder": false,
145
+ "items": {
146
+ "$ref": "#/definitions/Ipv4PrefixSpecification"
147
+ },
148
+ "type": "array",
149
+ "uniqueItems": false
150
+ },
151
+ "Ipv6AddressCount": {
152
+ "type": "integer"
153
+ },
154
+ "Ipv6Addresses": {
155
+ "insertionOrder": false,
156
+ "items": {
157
+ "$ref": "#/definitions/InstanceIpv6Address"
158
+ },
159
+ "type": "array",
160
+ "uniqueItems": true
161
+ },
162
+ "Ipv6PrefixCount": {
163
+ "type": "integer"
164
+ },
165
+ "Ipv6Prefixes": {
166
+ "insertionOrder": false,
167
+ "items": {
168
+ "$ref": "#/definitions/Ipv6PrefixSpecification"
169
+ },
170
+ "type": "array",
171
+ "uniqueItems": false
172
+ },
173
+ "PrimaryIpv6Address": {
174
+ "type": "string"
175
+ },
176
+ "PrimaryPrivateIpAddress": {
177
+ "type": "string"
178
+ },
179
+ "PrivateIpAddress": {
180
+ "type": "string"
181
+ },
182
+ "PrivateIpAddresses": {
183
+ "insertionOrder": false,
184
+ "items": {
185
+ "$ref": "#/definitions/PrivateIpAddressSpecification"
186
+ },
187
+ "type": "array",
188
+ "uniqueItems": false
189
+ },
190
+ "SecondaryPrivateIpAddressCount": {
191
+ "type": "integer"
192
+ },
193
+ "SecondaryPrivateIpAddresses": {
194
+ "insertionOrder": false,
195
+ "items": {
196
+ "type": "string"
197
+ },
198
+ "type": "array",
199
+ "uniqueItems": false
200
+ },
201
+ "SourceDestCheck": {
202
+ "type": "boolean"
203
+ },
204
+ "SubnetId": {
205
+ "format": "AWS::EC2::Subnet.Id",
206
+ "type": "string"
207
+ },
208
+ "Tags": {
209
+ "insertionOrder": false,
210
+ "items": {
211
+ "$ref": "#/definitions/Tag"
212
+ },
213
+ "type": "array",
214
+ "uniqueItems": false
215
+ },
216
+ "VpcId": {
217
+ "format": "AWS::EC2::VPC.Id",
218
+ "type": "string"
219
+ }
220
+ },
221
+ "readOnlyProperties": [
222
+ "/properties/Id",
223
+ "/properties/SecondaryPrivateIpAddresses",
224
+ "/properties/PrimaryPrivateIpAddress",
225
+ "/properties/PrimaryIpv6Address",
226
+ "/properties/VpcId"
227
+ ],
228
+ "required": [
229
+ "SubnetId"
230
+ ],
231
+ "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2/networkinterface",
232
+ "taggable": true,
233
+ "typeName": "AWS::EC2::NetworkInterface"
234
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_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/af_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/af_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/af_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/af_south_1/aws-elasticache-serverlesscache.json ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/ServerlessCacheName",
5
+ "/properties/Engine",
6
+ "/properties/MajorEngineVersion",
7
+ "/properties/KmsKeyId",
8
+ "/properties/SnapshotArnsToRestore",
9
+ "/properties/SubnetIds"
10
+ ],
11
+ "definitions": {
12
+ "CacheUsageLimits": {
13
+ "additionalProperties": false,
14
+ "properties": {
15
+ "DataStorage": {
16
+ "$ref": "#/definitions/DataStorage"
17
+ },
18
+ "ECPUPerSecond": {
19
+ "$ref": "#/definitions/ECPUPerSecond"
20
+ }
21
+ },
22
+ "type": "object"
23
+ },
24
+ "DataStorage": {
25
+ "additionalProperties": false,
26
+ "properties": {
27
+ "Maximum": {
28
+ "type": "integer"
29
+ },
30
+ "Minimum": {
31
+ "type": "integer"
32
+ },
33
+ "Unit": {
34
+ "enum": [
35
+ "GB"
36
+ ],
37
+ "type": "string"
38
+ }
39
+ },
40
+ "required": [
41
+ "Unit"
42
+ ],
43
+ "type": "object"
44
+ },
45
+ "ECPUPerSecond": {
46
+ "additionalProperties": false,
47
+ "properties": {
48
+ "Maximum": {
49
+ "type": "integer"
50
+ },
51
+ "Minimum": {
52
+ "type": "integer"
53
+ }
54
+ },
55
+ "type": "object"
56
+ },
57
+ "Endpoint": {
58
+ "additionalProperties": false,
59
+ "properties": {
60
+ "Address": {
61
+ "type": "string"
62
+ },
63
+ "Port": {
64
+ "type": "string"
65
+ }
66
+ },
67
+ "type": "object"
68
+ },
69
+ "Tag": {
70
+ "additionalProperties": false,
71
+ "properties": {
72
+ "Key": {
73
+ "maxLength": 128,
74
+ "minLength": 1,
75
+ "pattern": "^(?!aws:)[a-zA-Z0-9 _\\.\\/=+:\\-@]*$",
76
+ "type": "string"
77
+ },
78
+ "Value": {
79
+ "maxLength": 256,
80
+ "minLength": 0,
81
+ "pattern": "^[a-zA-Z0-9 _\\.\\/=+:\\-@]*$",
82
+ "type": "string"
83
+ }
84
+ },
85
+ "required": [
86
+ "Key"
87
+ ],
88
+ "type": "object"
89
+ }
90
+ },
91
+ "primaryIdentifier": [
92
+ "/properties/ServerlessCacheName"
93
+ ],
94
+ "properties": {
95
+ "ARN": {
96
+ "type": "string"
97
+ },
98
+ "CacheUsageLimits": {
99
+ "$ref": "#/definitions/CacheUsageLimits"
100
+ },
101
+ "CreateTime": {
102
+ "type": "string"
103
+ },
104
+ "DailySnapshotTime": {
105
+ "type": "string"
106
+ },
107
+ "Description": {
108
+ "type": "string"
109
+ },
110
+ "Endpoint": {
111
+ "$ref": "#/definitions/Endpoint"
112
+ },
113
+ "Engine": {
114
+ "type": "string"
115
+ },
116
+ "FinalSnapshotName": {
117
+ "type": "string"
118
+ },
119
+ "FullEngineVersion": {
120
+ "type": "string"
121
+ },
122
+ "KmsKeyId": {
123
+ "type": "string"
124
+ },
125
+ "MajorEngineVersion": {
126
+ "type": "string"
127
+ },
128
+ "ReaderEndpoint": {
129
+ "$ref": "#/definitions/Endpoint"
130
+ },
131
+ "SecurityGroupIds": {
132
+ "format": "AWS::EC2::SecurityGroup.Ids",
133
+ "insertionOrder": false,
134
+ "items": {
135
+ "format": "AWS::EC2::SecurityGroup.GroupId",
136
+ "type": "string"
137
+ },
138
+ "type": "array",
139
+ "uniqueItems": true
140
+ },
141
+ "ServerlessCacheName": {
142
+ "type": "string"
143
+ },
144
+ "SnapshotArnsToRestore": {
145
+ "insertionOrder": false,
146
+ "items": {
147
+ "type": "string"
148
+ },
149
+ "type": "array",
150
+ "uniqueItems": true
151
+ },
152
+ "SnapshotRetentionLimit": {
153
+ "type": "integer"
154
+ },
155
+ "Status": {
156
+ "type": "string"
157
+ },
158
+ "SubnetIds": {
159
+ "insertionOrder": false,
160
+ "items": {
161
+ "type": "string"
162
+ },
163
+ "type": "array",
164
+ "uniqueItems": true
165
+ },
166
+ "Tags": {
167
+ "insertionOrder": false,
168
+ "items": {
169
+ "$ref": "#/definitions/Tag"
170
+ },
171
+ "type": "array",
172
+ "uniqueItems": true
173
+ },
174
+ "UserGroupId": {
175
+ "type": "string"
176
+ }
177
+ },
178
+ "readOnlyProperties": [
179
+ "/properties/FullEngineVersion",
180
+ "/properties/CreateTime",
181
+ "/properties/Status",
182
+ "/properties/Endpoint/Address",
183
+ "/properties/Endpoint/Port",
184
+ "/properties/ReaderEndpoint/Address",
185
+ "/properties/ReaderEndpoint/Port",
186
+ "/properties/ARN"
187
+ ],
188
+ "required": [
189
+ "ServerlessCacheName",
190
+ "Engine"
191
+ ],
192
+ "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-elasticache",
193
+ "tagging": {
194
+ "cloudFormationSystemTags": false,
195
+ "tagOnCreate": true,
196
+ "tagProperty": "/properties/Tags",
197
+ "tagUpdatable": true,
198
+ "taggable": true
199
+ },
200
+ "typeName": "AWS::ElastiCache::ServerlessCache",
201
+ "writeOnlyProperties": [
202
+ "/properties/SnapshotArnsToRestore",
203
+ "/properties/FinalSnapshotName"
204
+ ]
205
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_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/af_south_1/aws-emrcontainers-virtualcluster.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/ContainerProvider",
5
+ "/properties/Name"
6
+ ],
7
+ "definitions": {
8
+ "ContainerInfo": {
9
+ "additionalProperties": false,
10
+ "properties": {
11
+ "EksInfo": {
12
+ "$ref": "#/definitions/EksInfo"
13
+ }
14
+ },
15
+ "required": [
16
+ "EksInfo"
17
+ ],
18
+ "type": "object"
19
+ },
20
+ "ContainerProvider": {
21
+ "additionalProperties": false,
22
+ "properties": {
23
+ "Id": {
24
+ "maxLength": 100,
25
+ "minLength": 1,
26
+ "pattern": "^[0-9A-Za-z][A-Za-z0-9\\-_]*",
27
+ "type": "string"
28
+ },
29
+ "Info": {
30
+ "$ref": "#/definitions/ContainerInfo"
31
+ },
32
+ "Type": {
33
+ "enum": [
34
+ "EKS"
35
+ ],
36
+ "type": "string"
37
+ }
38
+ },
39
+ "required": [
40
+ "Type",
41
+ "Id",
42
+ "Info"
43
+ ],
44
+ "type": "object"
45
+ },
46
+ "EksInfo": {
47
+ "additionalProperties": false,
48
+ "properties": {
49
+ "Namespace": {
50
+ "maxLength": 63,
51
+ "minLength": 1,
52
+ "pattern": "[a-z0-9]([-a-z0-9]*[a-z0-9])?",
53
+ "type": "string"
54
+ }
55
+ },
56
+ "required": [
57
+ "Namespace"
58
+ ],
59
+ "type": "object"
60
+ },
61
+ "Tag": {
62
+ "additionalProperties": false,
63
+ "properties": {
64
+ "Key": {
65
+ "type": "string"
66
+ },
67
+ "Value": {
68
+ "type": "string"
69
+ }
70
+ },
71
+ "required": [
72
+ "Value",
73
+ "Key"
74
+ ],
75
+ "type": "object"
76
+ }
77
+ },
78
+ "primaryIdentifier": [
79
+ "/properties/Id"
80
+ ],
81
+ "properties": {
82
+ "Arn": {
83
+ "type": "string"
84
+ },
85
+ "ContainerProvider": {
86
+ "$ref": "#/definitions/ContainerProvider"
87
+ },
88
+ "Id": {
89
+ "maxLength": 64,
90
+ "minLength": 1,
91
+ "type": "string"
92
+ },
93
+ "Name": {
94
+ "maxLength": 64,
95
+ "minLength": 1,
96
+ "pattern": "[\\.\\-_/#A-Za-z0-9]+",
97
+ "type": "string"
98
+ },
99
+ "Tags": {
100
+ "insertionOrder": false,
101
+ "items": {
102
+ "$ref": "#/definitions/Tag"
103
+ },
104
+ "type": "array",
105
+ "uniqueItems": true
106
+ }
107
+ },
108
+ "readOnlyProperties": [
109
+ "/properties/Arn",
110
+ "/properties/Id"
111
+ ],
112
+ "required": [
113
+ "Name",
114
+ "ContainerProvider"
115
+ ],
116
+ "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
117
+ "tagging": {
118
+ "cloudFormationSystemTags": true,
119
+ "tagOnCreate": true,
120
+ "tagProperty": "/properties/Tags",
121
+ "tagUpdatable": true,
122
+ "taggable": true
123
+ },
124
+ "typeName": "AWS::EMRContainers::VirtualCluster"
125
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_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/af_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/af_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/af_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/af_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/af_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/af_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/af_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/af_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/af_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/af_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/af_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/af_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/af_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/af_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/af_south_1/aws-neptune-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::Neptune::DBClusterParameterGroup"
66
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-neptune-dbinstance.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additionalProperties": false,
3
+ "createOnlyProperties": [
4
+ "/properties/DBClusterIdentifier",
5
+ "/properties/AvailabilityZone",
6
+ "/properties/DBInstanceIdentifier",
7
+ "/properties/DBSubnetGroupName",
8
+ "/properties/DBSnapshotIdentifier"
9
+ ],
10
+ "definitions": {
11
+ "Tag": {
12
+ "additionalProperties": false,
13
+ "properties": {
14
+ "Key": {
15
+ "type": "string"
16
+ },
17
+ "Value": {
18
+ "type": "string"
19
+ }
20
+ },
21
+ "required": [
22
+ "Value",
23
+ "Key"
24
+ ],
25
+ "type": "object"
26
+ }
27
+ },
28
+ "primaryIdentifier": [
29
+ "/properties/Id"
30
+ ],
31
+ "properties": {
32
+ "AllowMajorVersionUpgrade": {
33
+ "type": "boolean"
34
+ },
35
+ "AutoMinorVersionUpgrade": {
36
+ "type": "boolean"
37
+ },
38
+ "AvailabilityZone": {
39
+ "type": "string"
40
+ },
41
+ "DBClusterIdentifier": {
42
+ "type": "string"
43
+ },
44
+ "DBInstanceClass": {
45
+ "type": "string"
46
+ },
47
+ "DBInstanceIdentifier": {
48
+ "type": "string"
49
+ },
50
+ "DBParameterGroupName": {
51
+ "type": "string"
52
+ },
53
+ "DBSnapshotIdentifier": {
54
+ "type": "string"
55
+ },
56
+ "DBSubnetGroupName": {
57
+ "type": "string"
58
+ },
59
+ "Endpoint": {
60
+ "type": "string"
61
+ },
62
+ "Id": {
63
+ "type": "string"
64
+ },
65
+ "Port": {
66
+ "type": "string"
67
+ },
68
+ "PreferredMaintenanceWindow": {
69
+ "type": "string"
70
+ },
71
+ "Tags": {
72
+ "items": {
73
+ "$ref": "#/definitions/Tag"
74
+ },
75
+ "type": "array",
76
+ "uniqueItems": false
77
+ }
78
+ },
79
+ "readOnlyProperties": [
80
+ "/properties/Port",
81
+ "/properties/Id",
82
+ "/properties/Endpoint"
83
+ ],
84
+ "required": [
85
+ "DBInstanceClass"
86
+ ],
87
+ "typeName": "AWS::Neptune::DBInstance"
88
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_south_1/aws-neptune-dbparametergroup.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::Neptune::DBParameterGroup"
66
+ }
testbed/aws-cloudformation__cfn-lint/src/cfnlint/data/schemas/providers/af_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/af_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/af_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/af_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
+ }