Skip to content

Commit

Permalink
Fix spec issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Dec 22, 2023
1 parent 6284787 commit 9a96c17
Show file tree
Hide file tree
Showing 35 changed files with 498 additions and 2,758 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"e66593754e392c10b5ca50bbf9c25aa2\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"b5c89f186c5e4f99cfd241bf0411e4a7\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"d3f2c3231c0813003203d8bed742245c\"", "url": "https://cfn-resource-specifications-ca-west-1-prod.s3.ca-west-1.amazonaws.com/latest/CloudFormationResourceSpecification.json"}
{"etag": "\"d3f2c3231c0813003203d8bed742245c\"", "url": "https://cfn-resource-specifications-ca-west-1-prod.s3.ca-west-1.amazonaws.com/latest/CloudFormationResourceSpecification.json"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"c5675327d2991cb4dd80a7e20c1065ff\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"77cc727b4ce058de3f06ccf616457e59\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"op": "test",
"path": "/readOnlyProperties",
"value": [
"/properties/Id",
"/properties/ReadEndpoint.Address",
"/properties/Endpoint.Port",
"/properties/Endpoint.Address"
]
},
{
"op": "replace",
"path": "/readOnlyProperties",
"value": [
"/properties/Id",
"/properties/ReadEndpointAddress",
"/properties/EndpointPort",
"/properties/EndpointAddress"
]
}
]
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"op": "test",
"path": "/readOnlyProperties",
"value": [
"/properties/Id",
"/properties/Endpoint.Port",
"/properties/Endpoint.Address"
]
},
{
"op": "replace",
"path": "/readOnlyProperties",
"value": [
"/properties/Id",
"/properties/EndpointPort",
"/properties/EndpointAddress"
]
}
]

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"op": "test",
"path": "/readOnlyProperties",
"value": [
"/properties/Id",
"/properties/Endpoint.Port",
"/properties/Endpoint.Address"
]
},
{
"op": "replace",
"path": "/readOnlyProperties",
"value": [
"/properties/Id",
"/properties/EndpointPort",
"/properties/EndpointAddress"
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,6 @@
"Encrypted": {
"type": "boolean"
},
"Endpoint": {
"properties": {
"Address": {
"type": "string"
},
"Port": {
"type": "string"
}
},
"type": "object"
},
"EndpointAddress": {
"type": "string"
},
Expand Down Expand Up @@ -181,8 +170,8 @@
},
"readOnlyProperties": [
"/properties/Id",
"/properties/Endpoint/Port",
"/properties/Endpoint/Address"
"/properties/EndpointPort",
"/properties/EndpointAddress"
],
"required": [
"MasterUserPassword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,6 @@
"Encrypted": {
"type": "boolean"
},
"Endpoint": {
"properties": {
"Address": {
"type": "string"
},
"Port": {
"type": "string"
}
},
"type": "object"
},
"EndpointAddress": {
"type": "string"
},
Expand Down Expand Up @@ -181,8 +170,8 @@
},
"readOnlyProperties": [
"/properties/Id",
"/properties/Endpoint/Port",
"/properties/Endpoint/Address"
"/properties/EndpointPort",
"/properties/EndpointAddress"
],
"required": [
"MasterUserPassword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,6 @@
"Encrypted": {
"type": "boolean"
},
"Endpoint": {
"properties": {
"Address": {
"type": "string"
},
"Port": {
"type": "string"
}
},
"type": "object"
},
"EndpointAddress": {
"type": "string"
},
Expand Down Expand Up @@ -181,8 +170,8 @@
},
"readOnlyProperties": [
"/properties/Id",
"/properties/Endpoint/Port",
"/properties/Endpoint/Address"
"/properties/EndpointPort",
"/properties/EndpointAddress"
],
"required": [
"MasterUserPassword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@
},
"readOnlyProperties": [
"/properties/Id",
"/properties/ReadEndpoint.Address",
"/properties/Endpoint.Port",
"/properties/Endpoint.Address"
"/properties/ReadEndpointAddress",
"/properties/EndpointPort",
"/properties/EndpointAddress"
],
"required": [
"Engine"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@
},
"readOnlyProperties": [
"/properties/Id",
"/properties/Endpoint.Port",
"/properties/Endpoint.Address"
"/properties/EndpointPort",
"/properties/EndpointAddress"
],
"required": [
"DBInstanceClass"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,6 @@
"Encrypted": {
"type": "boolean"
},
"Endpoint": {
"properties": {
"Address": {
"type": "string"
},
"Port": {
"type": "string"
}
},
"type": "object"
},
"EndpointAddress": {
"type": "string"
},
Expand Down Expand Up @@ -181,8 +170,8 @@
},
"readOnlyProperties": [
"/properties/Id",
"/properties/Endpoint/Port",
"/properties/Endpoint/Address"
"/properties/EndpointPort",
"/properties/EndpointAddress"
],
"required": [
"MasterUserPassword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,6 @@
"Encrypted": {
"type": "boolean"
},
"Endpoint": {
"properties": {
"Address": {
"type": "string"
},
"Port": {
"type": "string"
}
},
"type": "object"
},
"EndpointAddress": {
"type": "string"
},
Expand Down Expand Up @@ -181,8 +170,8 @@
},
"readOnlyProperties": [
"/properties/Id",
"/properties/Endpoint/Port",
"/properties/Endpoint/Address"
"/properties/EndpointPort",
"/properties/EndpointAddress"
],
"required": [
"MasterUserPassword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,6 @@
"Encrypted": {
"type": "boolean"
},
"Endpoint": {
"properties": {
"Address": {
"type": "string"
},
"Port": {
"type": "string"
}
},
"type": "object"
},
"EndpointAddress": {
"type": "string"
},
Expand Down Expand Up @@ -181,8 +170,8 @@
},
"readOnlyProperties": [
"/properties/Id",
"/properties/Endpoint/Port",
"/properties/Endpoint/Address"
"/properties/EndpointPort",
"/properties/EndpointAddress"
],
"required": [
"MasterUserPassword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,15 +258,7 @@
"type": "boolean"
},
"Endpoint": {
"properties": {
"Address": {
"type": "string"
},
"Port": {
"type": "string"
}
},
"type": "object"
"$ref": "#/definitions/Endpoint"
},
"EnhancedVpcRouting": {
"description": "An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.\n\nIf this option is true , enhanced VPC routing is enabled.\n\nDefault: false",
Expand Down Expand Up @@ -413,9 +405,11 @@
}
},
"readOnlyProperties": [
"/properties/Id",
"/properties/DeferMaintenanceIdentifier",
"/properties/Endpoint/Port",
"/properties/Endpoint/Address"
"/properties/Endpoint/Address",
"/properties/ClusterNamespaceArn",
"/properties/MasterPasswordSecretArn"
],
"required": [
"NodeType",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,6 @@
"Encrypted": {
"type": "boolean"
},
"Endpoint": {
"properties": {
"Address": {
"type": "string"
},
"Port": {
"type": "string"
}
},
"type": "object"
},
"EndpointAddress": {
"type": "string"
},
Expand Down Expand Up @@ -181,8 +170,8 @@
},
"readOnlyProperties": [
"/properties/Id",
"/properties/Endpoint/Port",
"/properties/Endpoint/Address"
"/properties/EndpointPort",
"/properties/EndpointAddress"
],
"required": [
"MasterUserPassword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,6 @@
"Encrypted": {
"type": "boolean"
},
"Endpoint": {
"properties": {
"Address": {
"type": "string"
},
"Port": {
"type": "string"
}
},
"type": "object"
},
"EndpointAddress": {
"type": "string"
},
Expand Down Expand Up @@ -181,8 +170,8 @@
},
"readOnlyProperties": [
"/properties/Id",
"/properties/Endpoint/Port",
"/properties/Endpoint/Address"
"/properties/EndpointPort",
"/properties/EndpointAddress"
],
"required": [
"MasterUserPassword",
Expand Down
Loading

0 comments on commit 9a96c17

Please sign in to comment.