tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getSslDescribeHostClbInstanceList
Explore with Pulumi AI
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
Use this data source to query detailed information of ssl describe_host_clb_instance_list
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const describeHostClbInstanceList = tencentcloud.getSslDescribeHostClbInstanceList({
certificateId: "8u8DII0l",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
describe_host_clb_instance_list = tencentcloud.get_ssl_describe_host_clb_instance_list(certificate_id="8u8DII0l")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetSslDescribeHostClbInstanceList(ctx, &tencentcloud.GetSslDescribeHostClbInstanceListArgs{
CertificateId: "8u8DII0l",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var describeHostClbInstanceList = Tencentcloud.GetSslDescribeHostClbInstanceList.Invoke(new()
{
CertificateId = "8u8DII0l",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetSslDescribeHostClbInstanceListArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var describeHostClbInstanceList = TencentcloudFunctions.getSslDescribeHostClbInstanceList(GetSslDescribeHostClbInstanceListArgs.builder()
.certificateId("8u8DII0l")
.build());
}
}
variables:
describeHostClbInstanceList:
fn::invoke:
function: tencentcloud:getSslDescribeHostClbInstanceList
arguments:
certificateId: 8u8DII0l
Using getSslDescribeHostClbInstanceList
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSslDescribeHostClbInstanceList(args: GetSslDescribeHostClbInstanceListArgs, opts?: InvokeOptions): Promise<GetSslDescribeHostClbInstanceListResult>
function getSslDescribeHostClbInstanceListOutput(args: GetSslDescribeHostClbInstanceListOutputArgs, opts?: InvokeOptions): Output<GetSslDescribeHostClbInstanceListResult>
def get_ssl_describe_host_clb_instance_list(async_cache: Optional[float] = None,
certificate_id: Optional[str] = None,
filters: Optional[Sequence[GetSslDescribeHostClbInstanceListFilter]] = None,
id: Optional[str] = None,
is_cache: Optional[float] = None,
old_certificate_id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSslDescribeHostClbInstanceListResult
def get_ssl_describe_host_clb_instance_list_output(async_cache: Optional[pulumi.Input[float]] = None,
certificate_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetSslDescribeHostClbInstanceListFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
is_cache: Optional[pulumi.Input[float]] = None,
old_certificate_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSslDescribeHostClbInstanceListResult]
func GetSslDescribeHostClbInstanceList(ctx *Context, args *GetSslDescribeHostClbInstanceListArgs, opts ...InvokeOption) (*GetSslDescribeHostClbInstanceListResult, error)
func GetSslDescribeHostClbInstanceListOutput(ctx *Context, args *GetSslDescribeHostClbInstanceListOutputArgs, opts ...InvokeOption) GetSslDescribeHostClbInstanceListResultOutput
> Note: This function is named GetSslDescribeHostClbInstanceList
in the Go SDK.
public static class GetSslDescribeHostClbInstanceList
{
public static Task<GetSslDescribeHostClbInstanceListResult> InvokeAsync(GetSslDescribeHostClbInstanceListArgs args, InvokeOptions? opts = null)
public static Output<GetSslDescribeHostClbInstanceListResult> Invoke(GetSslDescribeHostClbInstanceListInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSslDescribeHostClbInstanceListResult> getSslDescribeHostClbInstanceList(GetSslDescribeHostClbInstanceListArgs args, InvokeOptions options)
public static Output<GetSslDescribeHostClbInstanceListResult> getSslDescribeHostClbInstanceList(GetSslDescribeHostClbInstanceListArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getSslDescribeHostClbInstanceList:getSslDescribeHostClbInstanceList
arguments:
# arguments dictionary
The following arguments are supported:
- Certificate
Id string - Certificate ID to be deployed.
- Async
Cache double - Whether to cache asynchronous.
- Filters
List<Get
Ssl Describe Host Clb Instance List Filter> - List of filtering parameters; Filterkey: domainmatch.
- Id string
- Is
Cache double - Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
- Old
Certificate stringId - Original certificate ID.
- Result
Output stringFile - Used to save results.
- Certificate
Id string - Certificate ID to be deployed.
- Async
Cache float64 - Whether to cache asynchronous.
- Filters
[]Get
Ssl Describe Host Clb Instance List Filter - List of filtering parameters; Filterkey: domainmatch.
- Id string
- Is
Cache float64 - Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
- Old
Certificate stringId - Original certificate ID.
- Result
Output stringFile - Used to save results.
- certificate
Id String - Certificate ID to be deployed.
- async
Cache Double - Whether to cache asynchronous.
- filters
List<Get
Ssl Describe Host Clb Instance List Filter> - List of filtering parameters; Filterkey: domainmatch.
- id String
- is
Cache Double - Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
- old
Certificate StringId - Original certificate ID.
- result
Output StringFile - Used to save results.
- certificate
Id string - Certificate ID to be deployed.
- async
Cache number - Whether to cache asynchronous.
- filters
Get
Ssl Describe Host Clb Instance List Filter[] - List of filtering parameters; Filterkey: domainmatch.
- id string
- is
Cache number - Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
- old
Certificate stringId - Original certificate ID.
- result
Output stringFile - Used to save results.
- certificate_
id str - Certificate ID to be deployed.
- async_
cache float - Whether to cache asynchronous.
- filters
Sequence[Get
Ssl Describe Host Clb Instance List Filter] - List of filtering parameters; Filterkey: domainmatch.
- id str
- is_
cache float - Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
- old_
certificate_ strid - Original certificate ID.
- result_
output_ strfile - Used to save results.
- certificate
Id String - Certificate ID to be deployed.
- async
Cache Number - Whether to cache asynchronous.
- filters List<Property Map>
- List of filtering parameters; Filterkey: domainmatch.
- id String
- is
Cache Number - Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
- old
Certificate StringId - Original certificate ID.
- result
Output StringFile - Used to save results.
getSslDescribeHostClbInstanceList Result
The following output properties are available:
- Async
Cache stringTime - Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Async
Offset double - Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Async
Total doubleNum - The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Certificate
Id string - Id string
- Instance
Lists List<GetSsl Describe Host Clb Instance List Instance List> - CLB instance listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Async
Cache double - Filters
List<Get
Ssl Describe Host Clb Instance List Filter> - Is
Cache double - Old
Certificate stringId - Result
Output stringFile
- Async
Cache stringTime - Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Async
Offset float64 - Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Async
Total float64Num - The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Certificate
Id string - Id string
- Instance
Lists []GetSsl Describe Host Clb Instance List Instance List - CLB instance listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Async
Cache float64 - Filters
[]Get
Ssl Describe Host Clb Instance List Filter - Is
Cache float64 - Old
Certificate stringId - Result
Output stringFile
- async
Cache StringTime - Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- async
Offset Double - Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
- async
Total DoubleNum - The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate
Id String - id String
- instance
Lists List<GetSsl Describe Host Clb Instance List Instance List> - CLB instance listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- async
Cache Double - filters
List<Get
Ssl Describe Host Clb Instance List Filter> - is
Cache Double - old
Certificate StringId - result
Output StringFile
- async
Cache stringTime - Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- async
Offset number - Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
- async
Total numberNum - The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate
Id string - id string
- instance
Lists GetSsl Describe Host Clb Instance List Instance List[] - CLB instance listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- async
Cache number - filters
Get
Ssl Describe Host Clb Instance List Filter[] - is
Cache number - old
Certificate stringId - result
Output stringFile
- async_
cache_ strtime - Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- async_
offset float - Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
- async_
total_ floatnum - The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate_
id str - id str
- instance_
lists Sequence[GetSsl Describe Host Clb Instance List Instance List] - CLB instance listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- async_
cache float - filters
Sequence[Get
Ssl Describe Host Clb Instance List Filter] - is_
cache float - old_
certificate_ strid - result_
output_ strfile
- async
Cache StringTime - Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- async
Offset Number - Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
- async
Total NumberNum - The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate
Id String - id String
- instance
Lists List<Property Map> - CLB instance listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- async
Cache Number - filters List<Property Map>
- is
Cache Number - old
Certificate StringId - result
Output StringFile
Supporting Types
GetSslDescribeHostClbInstanceListFilter
- Filter
Key string - Filter parameter key.
- Filter
Value string - Filter parameter value.
- Filter
Key string - Filter parameter key.
- Filter
Value string - Filter parameter value.
- filter
Key String - Filter parameter key.
- filter
Value String - Filter parameter value.
- filter
Key string - Filter parameter key.
- filter
Value string - Filter parameter value.
- filter_
key str - Filter parameter key.
- filter_
value str - Filter parameter value.
- filter
Key String - Filter parameter key.
- filter
Value String - Filter parameter value.
GetSslDescribeHostClbInstanceListInstanceList
- Listeners
List<Get
Ssl Describe Host Clb Instance List Instance List Listener> - CLB listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Load
Balancer stringId - CLB instance ID.
- Load
Balancer stringName - CLB instance name name.
- Listeners
[]Get
Ssl Describe Host Clb Instance List Instance List Listener - CLB listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Load
Balancer stringId - CLB instance ID.
- Load
Balancer stringName - CLB instance name name.
- listeners
List<Get
Ssl Describe Host Clb Instance List Instance List Listener> - CLB listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- load
Balancer StringId - CLB instance ID.
- load
Balancer StringName - CLB instance name name.
- listeners
Get
Ssl Describe Host Clb Instance List Instance List Listener[] - CLB listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- load
Balancer stringId - CLB instance ID.
- load
Balancer stringName - CLB instance name name.
- listeners
Sequence[Get
Ssl Describe Host Clb Instance List Instance List Listener] - CLB listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- load_
balancer_ strid - CLB instance ID.
- load_
balancer_ strname - CLB instance name name.
- listeners List<Property Map>
- CLB listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- load
Balancer StringId - CLB instance ID.
- load
Balancer StringName - CLB instance name name.
GetSslDescribeHostClbInstanceListInstanceListListener
- Certificates
List<Get
Ssl Describe Host Clb Instance List Instance List Listener Certificate> - Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Listener
Id string - Listener ID.
- Listener
Name string - Name of listeners.
- No
Match List<string>Domains - List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Protocol string
- Type of listener protocol, https | TCP_SSL.
- Rules
List<Get
Ssl Describe Host Clb Instance List Instance List Listener Rule> - List of listeners' rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Sni
Switch double - Whether to turn on SNI, 1 to open, 0 to close.
- Certificates
[]Get
Ssl Describe Host Clb Instance List Instance List Listener Certificate - Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Listener
Id string - Listener ID.
- Listener
Name string - Name of listeners.
- No
Match []stringDomains - List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Protocol string
- Type of listener protocol, https | TCP_SSL.
- Rules
[]Get
Ssl Describe Host Clb Instance List Instance List Listener Rule - List of listeners' rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Sni
Switch float64 - Whether to turn on SNI, 1 to open, 0 to close.
- certificates
List<Get
Ssl Describe Host Clb Instance List Instance List Listener Certificate> - Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- listener
Id String - Listener ID.
- listener
Name String - Name of listeners.
- no
Match List<String>Domains - List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
- protocol String
- Type of listener protocol, https | TCP_SSL.
- rules
List<Get
Ssl Describe Host Clb Instance List Instance List Listener Rule> - List of listeners' rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- sni
Switch Double - Whether to turn on SNI, 1 to open, 0 to close.
- certificates
Get
Ssl Describe Host Clb Instance List Instance List Listener Certificate[] - Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- listener
Id string - Listener ID.
- listener
Name string - Name of listeners.
- no
Match string[]Domains - List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
- protocol string
- Type of listener protocol, https | TCP_SSL.
- rules
Get
Ssl Describe Host Clb Instance List Instance List Listener Rule[] - List of listeners' rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- sni
Switch number - Whether to turn on SNI, 1 to open, 0 to close.
- certificates
Sequence[Get
Ssl Describe Host Clb Instance List Instance List Listener Certificate] - Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- listener_
id str - Listener ID.
- listener_
name str - Name of listeners.
- no_
match_ Sequence[str]domains - List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
- protocol str
- Type of listener protocol, https | TCP_SSL.
- rules
Sequence[Get
Ssl Describe Host Clb Instance List Instance List Listener Rule] - List of listeners' rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- sni_
switch float - Whether to turn on SNI, 1 to open, 0 to close.
- certificates List<Property Map>
- Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- listener
Id String - Listener ID.
- listener
Name String - Name of listeners.
- no
Match List<String>Domains - List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
- protocol String
- Type of listener protocol, https | TCP_SSL.
- rules List<Property Map>
- List of listeners' rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- sni
Switch Number - Whether to turn on SNI, 1 to open, 0 to close.
GetSslDescribeHostClbInstanceListInstanceListListenerCertificate
- Cert
Ca stringId - Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Cert
Id string - Certificate ID.
- Dns
Names List<string> - Domain name binding of certificates.
- SSLMode string
- Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Cert
Ca stringId - Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Cert
Id string - Certificate ID.
- Dns
Names []string - Domain name binding of certificates.
- SSLMode string
- Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Ca StringId - Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Id String - Certificate ID.
- dns
Names List<String> - Domain name binding of certificates.
- s
SLMode String - Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Ca stringId - Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Id string - Certificate ID.
- dns
Names string[] - Domain name binding of certificates.
- s
SLMode string - Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert_
ca_ strid - Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert_
id str - Certificate ID.
- dns_
names Sequence[str] - Domain name binding of certificates.
- s_
sl_ strmode - Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Ca StringId - Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Id String - Certificate ID.
- dns
Names List<String> - Domain name binding of certificates.
- s
SLMode String - Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
GetSslDescribeHostClbInstanceListInstanceListListenerRule
- Certificates
List<Get
Ssl Describe Host Clb Instance List Instance List Listener Rule Certificate> - Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Domain string
- Domain name binding.
- Is
Match bool - Whether the rules match the domain name to be bound to the certificate.
- Location
Id string - Rule ID.
- No
Match List<string>Domains - List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Certificates
[]Get
Ssl Describe Host Clb Instance List Instance List Listener Rule Certificate - Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Domain string
- Domain name binding.
- Is
Match bool - Whether the rules match the domain name to be bound to the certificate.
- Location
Id string - Rule ID.
- No
Match []stringDomains - List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
- certificates
List<Get
Ssl Describe Host Clb Instance List Instance List Listener Rule Certificate> - Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- domain String
- Domain name binding.
- is
Match Boolean - Whether the rules match the domain name to be bound to the certificate.
- location
Id String - Rule ID.
- no
Match List<String>Domains - List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
- certificates
Get
Ssl Describe Host Clb Instance List Instance List Listener Rule Certificate[] - Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- domain string
- Domain name binding.
- is
Match boolean - Whether the rules match the domain name to be bound to the certificate.
- location
Id string - Rule ID.
- no
Match string[]Domains - List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
- certificates
Sequence[Get
Ssl Describe Host Clb Instance List Instance List Listener Rule Certificate] - Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- domain str
- Domain name binding.
- is_
match bool - Whether the rules match the domain name to be bound to the certificate.
- location_
id str - Rule ID.
- no_
match_ Sequence[str]domains - List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
- certificates List<Property Map>
- Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
- domain String
- Domain name binding.
- is
Match Boolean - Whether the rules match the domain name to be bound to the certificate.
- location
Id String - Rule ID.
- no
Match List<String>Domains - List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
GetSslDescribeHostClbInstanceListInstanceListListenerRuleCertificate
- Cert
Ca stringId - Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Cert
Id string - Certificate ID.
- Dns
Names List<string> - Domain name binding of certificates.
- SSLMode string
- Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Cert
Ca stringId - Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Cert
Id string - Certificate ID.
- Dns
Names []string - Domain name binding of certificates.
- SSLMode string
- Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Ca StringId - Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Id String - Certificate ID.
- dns
Names List<String> - Domain name binding of certificates.
- s
SLMode String - Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Ca stringId - Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Id string - Certificate ID.
- dns
Names string[] - Domain name binding of certificates.
- s
SLMode string - Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert_
ca_ strid - Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert_
id str - Certificate ID.
- dns_
names Sequence[str] - Domain name binding of certificates.
- s_
sl_ strmode - Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Ca StringId - Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Id String - Certificate ID.
- dns
Names List<String> - Domain name binding of certificates.
- s
SLMode String - Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack