Skip to content

Commit

Permalink
removing AWS::DMS::Endpoint.EngineName AllowedValues (aws-cloudformat…
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored and kddejong committed Feb 28, 2022
1 parent 2a67406 commit 9b38f7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
23 changes: 0 additions & 23 deletions src/cfnlint/data/ExtendedSpecs/all/03_value_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,29 +82,6 @@
"DLMPolicyResourceType": {
"botocore": "dlm/2018-01-12/ResourceTypeValues"
},
"DmsEndpointEngineName": {
"AllowedValues": [
"aurora-postgresql",
"aurora",
"azuredb",
"db2",
"docdb",
"dynamodb",
"elasticsearch",
"kafka",
"kinesis",
"mariadb",
"mongodb",
"mysql",
"neptune",
"oracle",
"postgres",
"redshift",
"s3",
"sqlserver",
"sybase"
]
},
"DmsEndpointSslMode": {
"botocore": "dms/2016-01-01/DmsSslModeValue"
},
Expand Down
7 changes: 0 additions & 7 deletions src/cfnlint/data/ExtendedSpecs/all/04_property_values.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,13 +528,6 @@
"ValueType": "AvailabilityZone"
}
},
{
"op": "add",
"path": "/ResourceTypes/AWS::DMS::Endpoint/Properties/EngineName/Value",
"value": {
"ValueType": "DmsEndpointEngineName"
}
},
{
"op": "add",
"path": "/ResourceTypes/AWS::DMS::Endpoint/Properties/EndpointType/Value",
Expand Down

0 comments on commit 9b38f7e

Please sign in to comment.