| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The TLS configurations. | ||
| minVersion | string | The minimum TLS version. Valid values:
| TLSv1.0 |
| cipherSuites | array | The TLS cipher suites. | |
| string | The TLS cipher suite. | TLS_RSA_WITH_RC4_128_SHA | |
| maxVersion | string | The maximum TLS version. Valid values:
| TLSv1.3 |