Skip to content

Commit caa319d

Browse files
Remove Scheme field in order to match deprecation of the field due to SDK version update
1 parent b60ae36 commit caa319d

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

cfn-resources/third-party-integration/cmd/resource/model.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cfn-resources/third-party-integration/docs/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ To declare this entity in your AWS CloudFormation template, use the following sy
2828
"<a href="#username" title="UserName">UserName</a>" : <i>String</i>,
2929
"<a href="#password" title="Password">Password</a>" : <i>String</i>,
3030
"<a href="#servicediscovery" title="ServiceDiscovery">ServiceDiscovery</a>" : <i>String</i>,
31-
"<a href="#scheme" title="Scheme">Scheme</a>" : <i>String</i>,
3231
"<a href="#enabled" title="Enabled">Enabled</a>" : <i>Boolean</i>,
3332
"<a href="#listenaddress" title="ListenAddress">ListenAddress</a>" : <i>String</i>,
3433
"<a href="#tlspempath" title="TlsPemPath">TlsPemPath</a>" : <i>String</i>,
@@ -58,7 +57,6 @@ Properties:
5857
<a href="#username" title="UserName">UserName</a>: <i>String</i>
5958
<a href="#password" title="Password">Password</a>: <i>String</i>
6059
<a href="#servicediscovery" title="ServiceDiscovery">ServiceDiscovery</a>: <i>String</i>
61-
<a href="#scheme" title="Scheme">Scheme</a>: <i>String</i>
6260
<a href="#enabled" title="Enabled">Enabled</a>: <i>Boolean</i>
6361
<a href="#listenaddress" title="ListenAddress">ListenAddress</a>: <i>String</i>
6462
<a href="#tlspempath" title="TlsPemPath">TlsPemPath</a>: <i>String</i>
@@ -231,18 +229,6 @@ _Allowed Values_: <code>http</code> | <code>file</code>
231229

232230
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
233231

234-
#### Scheme
235-
236-
Security Scheme to apply to HyperText Transfer Protocol (HTTP) traffic between Prometheus and MongoDB Cloud.
237-
238-
_Required_: No
239-
240-
_Type_: String
241-
242-
_Allowed Values_: <code>http</code> | <code>https</code>
243-
244-
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
245-
246232
#### Enabled
247233

248234
Flag that indicates whether someone has activated the Prometheus integration.

cfn-resources/third-party-integration/mongodb-atlas-thirdpartyintegration.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,6 @@
137137
"file"
138138
]
139139
},
140-
"Scheme": {
141-
"type": "string",
142-
"description": "Security Scheme to apply to HyperText Transfer Protocol (HTTP) traffic between Prometheus and MongoDB Cloud.",
143-
"enum": [
144-
"http",
145-
"https"
146-
]
147-
},
148140
"Enabled": {
149141
"type": "boolean",
150142
"description": "Flag that indicates whether someone has activated the Prometheus integration."

0 commit comments

Comments
 (0)