We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1b2ad commit 9562dd9Copy full SHA for 9562dd9
cfn-resources/test/e2e/cluster/cluster.json.template
@@ -17,7 +17,12 @@
17
"NoTableScan": "false",
18
"OplogSizeMB": "2000",
19
"SampleSizeBIConnector": "110",
20
- "SampleRefreshIntervalBIConnector": "310"
+ "SampleRefreshIntervalBIConnector": "310",
21
+ "TlsCipherConfigMode": "CUSTOM",
22
+ "CustomOpensslCipherConfigTls12": [
23
+ "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
24
+ "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
25
+ ]
26
},
27
"BackupEnabled": "false",
28
"ClusterType": "GEOSHARDED",
0 commit comments