ModifyTlsConfig
Modifies the TLS security policy of a website forwarding rule.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-ddoscoo:ModifyTlsConfig |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceGroupId |
string |
No |
The ID of the resource group to which the Anti-DDoS Pro or Anti-DDoS Premium instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group. |
default |
| Domain |
string |
Yes |
The domain name of the website. Note
The domain name must have a website forwarding rule configured. You can call DescribeDomains to query all domain names. |
example.aliyundoc.com |
| Config |
string |
Yes |
The details of the TLS security policy, expressed as a JSON-formatted string with the following structure.
|
{ "ssl_protocols": "tls1.2", "ssl_ciphers": "default", "ssl_13_enabled": true, "custom_ciphers": [ "ECDHE-ECDSA-AES128-GCM-SHA256" ], "tls_13_custom_ciphers": [ "TLS_AES_256_GCM_SHA384" ] } |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID, which is a unique identifier generated by Alibaba Cloud for this request. You can use this ID to troubleshoot issues. |
C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E |
Examples
Success response
JSON format
{
"RequestId": "C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.