tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
tencentcloud.getSslDescribeHostDeployRecordDetail
Start a Neo task
Explain and create a tencentcloud.getSslDescribeHostDeployRecordDetail resource
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
Use this data source to query detailed information of ssl describe_host_deploy_record_detail
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const describeHostDeployRecordDetail = tencentcloud.getSslDescribeHostDeployRecordDetail({
deployRecordId: "",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
describe_host_deploy_record_detail = tencentcloud.get_ssl_describe_host_deploy_record_detail(deploy_record_id="")
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.GetSslDescribeHostDeployRecordDetail(ctx, &tencentcloud.GetSslDescribeHostDeployRecordDetailArgs{
DeployRecordId: "",
}, 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 describeHostDeployRecordDetail = Tencentcloud.GetSslDescribeHostDeployRecordDetail.Invoke(new()
{
DeployRecordId = "",
});
});
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.GetSslDescribeHostDeployRecordDetailArgs;
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 describeHostDeployRecordDetail = TencentcloudFunctions.getSslDescribeHostDeployRecordDetail(GetSslDescribeHostDeployRecordDetailArgs.builder()
.deployRecordId("")
.build());
}
}
variables:
describeHostDeployRecordDetail:
fn::invoke:
function: tencentcloud:getSslDescribeHostDeployRecordDetail
arguments:
deployRecordId: ""
Using getSslDescribeHostDeployRecordDetail
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 getSslDescribeHostDeployRecordDetail(args: GetSslDescribeHostDeployRecordDetailArgs, opts?: InvokeOptions): Promise<GetSslDescribeHostDeployRecordDetailResult>
function getSslDescribeHostDeployRecordDetailOutput(args: GetSslDescribeHostDeployRecordDetailOutputArgs, opts?: InvokeOptions): Output<GetSslDescribeHostDeployRecordDetailResult>def get_ssl_describe_host_deploy_record_detail(deploy_record_id: Optional[str] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSslDescribeHostDeployRecordDetailResult
def get_ssl_describe_host_deploy_record_detail_output(deploy_record_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSslDescribeHostDeployRecordDetailResult]func GetSslDescribeHostDeployRecordDetail(ctx *Context, args *GetSslDescribeHostDeployRecordDetailArgs, opts ...InvokeOption) (*GetSslDescribeHostDeployRecordDetailResult, error)
func GetSslDescribeHostDeployRecordDetailOutput(ctx *Context, args *GetSslDescribeHostDeployRecordDetailOutputArgs, opts ...InvokeOption) GetSslDescribeHostDeployRecordDetailResultOutput> Note: This function is named GetSslDescribeHostDeployRecordDetail in the Go SDK.
public static class GetSslDescribeHostDeployRecordDetail
{
public static Task<GetSslDescribeHostDeployRecordDetailResult> InvokeAsync(GetSslDescribeHostDeployRecordDetailArgs args, InvokeOptions? opts = null)
public static Output<GetSslDescribeHostDeployRecordDetailResult> Invoke(GetSslDescribeHostDeployRecordDetailInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSslDescribeHostDeployRecordDetailResult> getSslDescribeHostDeployRecordDetail(GetSslDescribeHostDeployRecordDetailArgs args, InvokeOptions options)
public static Output<GetSslDescribeHostDeployRecordDetailResult> getSslDescribeHostDeployRecordDetail(GetSslDescribeHostDeployRecordDetailArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getSslDescribeHostDeployRecordDetail:getSslDescribeHostDeployRecordDetail
arguments:
# arguments dictionaryThe following arguments are supported:
- Deploy
Record stringId - Deployment record ID.
- Id string
- Deployment record details ID.
- Result
Output stringFile - Used to save results.
- Deploy
Record stringId - Deployment record ID.
- Id string
- Deployment record details ID.
- Result
Output stringFile - Used to save results.
- deploy
Record StringId - Deployment record ID.
- id String
- Deployment record details ID.
- result
Output StringFile - Used to save results.
- deploy
Record stringId - Deployment record ID.
- id string
- Deployment record details ID.
- result
Output stringFile - Used to save results.
- deploy_
record_ strid - Deployment record ID.
- id str
- Deployment record details ID.
- result_
output_ strfile - Used to save results.
- deploy
Record StringId - Deployment record ID.
- id String
- Deployment record details ID.
- result
Output StringFile - Used to save results.
getSslDescribeHostDeployRecordDetail Result
The following output properties are available:
- Deploy
Record List<GetDetail Lists Ssl Describe Host Deploy Record Detail Deploy Record Detail List> - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Deploy
Record stringId - Failed
Total doubleCount - Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Id string
- Deployment record details ID.
- Running
Total doubleCount - Total number of deploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Success
Total doubleCount - Total successNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Result
Output stringFile
- Deploy
Record []GetDetail Lists Ssl Describe Host Deploy Record Detail Deploy Record Detail List - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Deploy
Record stringId - Failed
Total float64Count - Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Id string
- Deployment record details ID.
- Running
Total float64Count - Total number of deploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Success
Total float64Count - Total successNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Result
Output stringFile
- deploy
Record List<GetDetail Lists Ssl Describe Host Deploy Record Detail Deploy Record Detail List> - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- deploy
Record StringId - failed
Total DoubleCount - Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id String
- Deployment record details ID.
- running
Total DoubleCount - Total number of deploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
- success
Total DoubleCount - Total successNote: This field may return NULL, indicating that the valid value cannot be obtained.
- result
Output StringFile
- deploy
Record GetDetail Lists Ssl Describe Host Deploy Record Detail Deploy Record Detail List[] - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- deploy
Record stringId - failed
Total numberCount - Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id string
- Deployment record details ID.
- running
Total numberCount - Total number of deploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
- success
Total numberCount - Total successNote: This field may return NULL, indicating that the valid value cannot be obtained.
- result
Output stringFile
- deploy_
record_ Sequence[Getdetail_ lists Ssl Describe Host Deploy Record Detail Deploy Record Detail List] - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- deploy_
record_ strid - failed_
total_ floatcount - Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id str
- Deployment record details ID.
- running_
total_ floatcount - Total number of deploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
- success_
total_ floatcount - Total successNote: This field may return NULL, indicating that the valid value cannot be obtained.
- result_
output_ strfile
- deploy
Record List<Property Map>Detail Lists - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- deploy
Record StringId - failed
Total NumberCount - Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id String
- Deployment record details ID.
- running
Total NumberCount - Total number of deploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
- success
Total NumberCount - Total successNote: This field may return NULL, indicating that the valid value cannot be obtained.
- result
Output StringFile
Supporting Types
GetSslDescribeHostDeployRecordDetailDeployRecordDetailList
- Bucket string
- COS storage barrel nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Cert
Id string - Deployment certificate ID.
- Create
Time string - Deployment record details Create time.
- Domains List<string>
- List of deployment domain.
- Env
Id string - TCB environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Error
Msg string - Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Id double
- Deployment record details ID.
- Instance
Id string - Deployment instance ID.
- Instance
Name string - Deployment example name.
- Listener
Id string - Deployment monitor IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Listener
Name string - Delicate monitor name.
- Namespace string
- Named space nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Old
Cert stringId - Original binding certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Port double
- portNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Protocol string
- Deployment monitoring protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Region string
- Deployed TCB regionNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Secret
Name string - Secret nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Sni
Switch double - Whether to turn on SNI.
- Status double
- Deployment state.
- Tcb
Type string - Deployed TCB typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Update
Time string - Deployment record details last update time.
- Bucket string
- COS storage barrel nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Cert
Id string - Deployment certificate ID.
- Create
Time string - Deployment record details Create time.
- Domains []string
- List of deployment domain.
- Env
Id string - TCB environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Error
Msg string - Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Id float64
- Deployment record details ID.
- Instance
Id string - Deployment instance ID.
- Instance
Name string - Deployment example name.
- Listener
Id string - Deployment monitor IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Listener
Name string - Delicate monitor name.
- Namespace string
- Named space nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Old
Cert stringId - Original binding certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Port float64
- portNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Protocol string
- Deployment monitoring protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Region string
- Deployed TCB regionNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Secret
Name string - Secret nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Sni
Switch float64 - Whether to turn on SNI.
- Status float64
- Deployment state.
- Tcb
Type string - Deployed TCB typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Update
Time string - Deployment record details last update time.
- bucket String
- COS storage barrel nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Id String - Deployment certificate ID.
- create
Time String - Deployment record details Create time.
- domains List<String>
- List of deployment domain.
- env
Id String - TCB environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- error
Msg String - Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id Double
- Deployment record details ID.
- instance
Id String - Deployment instance ID.
- instance
Name String - Deployment example name.
- listener
Id String - Deployment monitor IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- listener
Name String - Delicate monitor name.
- namespace String
- Named space nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- old
Cert StringId - Original binding certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- port Double
- portNote: This field may return NULL, indicating that the valid value cannot be obtained.
- protocol String
- Deployment monitoring protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
- region String
- Deployed TCB regionNote: This field may return NULL, indicating that the valid value cannot be obtained.
- secret
Name String - Secret nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- sni
Switch Double - Whether to turn on SNI.
- status Double
- Deployment state.
- tcb
Type String - Deployed TCB typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- update
Time String - Deployment record details last update time.
- bucket string
- COS storage barrel nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Id string - Deployment certificate ID.
- create
Time string - Deployment record details Create time.
- domains string[]
- List of deployment domain.
- env
Id string - TCB environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- error
Msg string - Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id number
- Deployment record details ID.
- instance
Id string - Deployment instance ID.
- instance
Name string - Deployment example name.
- listener
Id string - Deployment monitor IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- listener
Name string - Delicate monitor name.
- namespace string
- Named space nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- old
Cert stringId - Original binding certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- port number
- portNote: This field may return NULL, indicating that the valid value cannot be obtained.
- protocol string
- Deployment monitoring protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
- region string
- Deployed TCB regionNote: This field may return NULL, indicating that the valid value cannot be obtained.
- secret
Name string - Secret nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- sni
Switch number - Whether to turn on SNI.
- status number
- Deployment state.
- tcb
Type string - Deployed TCB typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- update
Time string - Deployment record details last update time.
- bucket str
- COS storage barrel nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert_
id str - Deployment certificate ID.
- create_
time str - Deployment record details Create time.
- domains Sequence[str]
- List of deployment domain.
- env_
id str - TCB environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- error_
msg str - Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id float
- Deployment record details ID.
- instance_
id str - Deployment instance ID.
- instance_
name str - Deployment example name.
- listener_
id str - Deployment monitor IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- listener_
name str - Delicate monitor name.
- namespace str
- Named space nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- old_
cert_ strid - Original binding certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- port float
- portNote: This field may return NULL, indicating that the valid value cannot be obtained.
- protocol str
- Deployment monitoring protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
- region str
- Deployed TCB regionNote: This field may return NULL, indicating that the valid value cannot be obtained.
- secret_
name str - Secret nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- sni_
switch float - Whether to turn on SNI.
- status float
- Deployment state.
- tcb_
type str - Deployed TCB typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- update_
time str - Deployment record details last update time.
- bucket String
- COS storage barrel nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Id String - Deployment certificate ID.
- create
Time String - Deployment record details Create time.
- domains List<String>
- List of deployment domain.
- env
Id String - TCB environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- error
Msg String - Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id Number
- Deployment record details ID.
- instance
Id String - Deployment instance ID.
- instance
Name String - Deployment example name.
- listener
Id String - Deployment monitor IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- listener
Name String - Delicate monitor name.
- namespace String
- Named space nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- old
Cert StringId - Original binding certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- port Number
- portNote: This field may return NULL, indicating that the valid value cannot be obtained.
- protocol String
- Deployment monitoring protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
- region String
- Deployed TCB regionNote: This field may return NULL, indicating that the valid value cannot be obtained.
- secret
Name String - Secret nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- sni
Switch Number - Whether to turn on SNI.
- status Number
- Deployment state.
- tcb
Type String - Deployed TCB typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- update
Time String - Deployment record details last update time.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
