tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack
tencentcloud.getSslDescribeHostUpdateRecordDetail
Explore with Pulumi AI
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack
Use this data source to query detailed information of ssl describe_host_update_record_detail
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const describeHostUpdateRecordDetail = tencentcloud.getSslDescribeHostUpdateRecordDetail({
deployRecordId: "35364",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
describe_host_update_record_detail = tencentcloud.get_ssl_describe_host_update_record_detail(deploy_record_id="35364")
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.GetSslDescribeHostUpdateRecordDetail(ctx, &tencentcloud.GetSslDescribeHostUpdateRecordDetailArgs{
DeployRecordId: "35364",
}, 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 describeHostUpdateRecordDetail = Tencentcloud.GetSslDescribeHostUpdateRecordDetail.Invoke(new()
{
DeployRecordId = "35364",
});
});
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.GetSslDescribeHostUpdateRecordDetailArgs;
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 describeHostUpdateRecordDetail = TencentcloudFunctions.getSslDescribeHostUpdateRecordDetail(GetSslDescribeHostUpdateRecordDetailArgs.builder()
.deployRecordId("35364")
.build());
}
}
variables:
describeHostUpdateRecordDetail:
fn::invoke:
function: tencentcloud:getSslDescribeHostUpdateRecordDetail
arguments:
deployRecordId: '35364'
Using getSslDescribeHostUpdateRecordDetail
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 getSslDescribeHostUpdateRecordDetail(args: GetSslDescribeHostUpdateRecordDetailArgs, opts?: InvokeOptions): Promise<GetSslDescribeHostUpdateRecordDetailResult>
function getSslDescribeHostUpdateRecordDetailOutput(args: GetSslDescribeHostUpdateRecordDetailOutputArgs, opts?: InvokeOptions): Output<GetSslDescribeHostUpdateRecordDetailResult>
def get_ssl_describe_host_update_record_detail(deploy_record_id: Optional[str] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSslDescribeHostUpdateRecordDetailResult
def get_ssl_describe_host_update_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[GetSslDescribeHostUpdateRecordDetailResult]
func GetSslDescribeHostUpdateRecordDetail(ctx *Context, args *GetSslDescribeHostUpdateRecordDetailArgs, opts ...InvokeOption) (*GetSslDescribeHostUpdateRecordDetailResult, error)
func GetSslDescribeHostUpdateRecordDetailOutput(ctx *Context, args *GetSslDescribeHostUpdateRecordDetailOutputArgs, opts ...InvokeOption) GetSslDescribeHostUpdateRecordDetailResultOutput
> Note: This function is named GetSslDescribeHostUpdateRecordDetail
in the Go SDK.
public static class GetSslDescribeHostUpdateRecordDetail
{
public static Task<GetSslDescribeHostUpdateRecordDetailResult> InvokeAsync(GetSslDescribeHostUpdateRecordDetailArgs args, InvokeOptions? opts = null)
public static Output<GetSslDescribeHostUpdateRecordDetailResult> Invoke(GetSslDescribeHostUpdateRecordDetailInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSslDescribeHostUpdateRecordDetailResult> getSslDescribeHostUpdateRecordDetail(GetSslDescribeHostUpdateRecordDetailArgs args, InvokeOptions options)
public static Output<GetSslDescribeHostUpdateRecordDetailResult> getSslDescribeHostUpdateRecordDetail(GetSslDescribeHostUpdateRecordDetailArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getSslDescribeHostUpdateRecordDetail:getSslDescribeHostUpdateRecordDetail
arguments:
# arguments dictionary
The following arguments are supported:
- Deploy
Record Id This property is required. string - One -click update record ID.
- Id string
- Detailed record ID.
- Result
Output stringFile - Used to save results.
- Deploy
Record Id This property is required. string - One -click update record ID.
- Id string
- Detailed record ID.
- Result
Output stringFile - Used to save results.
- deploy
Record Id This property is required. String - One -click update record ID.
- id String
- Detailed record ID.
- result
Output StringFile - Used to save results.
- deploy
Record Id This property is required. string - One -click update record ID.
- id string
- Detailed record ID.
- result
Output stringFile - Used to save results.
- deploy_
record_ id This property is required. str - One -click update record ID.
- id str
- Detailed record ID.
- result_
output_ strfile - Used to save results.
- deploy
Record Id This property is required. String - One -click update record ID.
- id String
- Detailed record ID.
- result
Output StringFile - Used to save results.
getSslDescribeHostUpdateRecordDetail Result
The following output properties are available:
- 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
- Detailed record ID.
- Record
Detail List<GetLists Ssl Describe Host Update Record Detail Record Detail List> - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- 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 stringId - Failed
Total float64Count - Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Id string
- Detailed record ID.
- Record
Detail []GetLists Ssl Describe Host Update Record Detail Record Detail List - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- 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 StringId - failed
Total DoubleCount - Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id String
- Detailed record ID.
- record
Detail List<GetLists Ssl Describe Host Update Record Detail Record Detail List> - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- 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 stringId - failed
Total numberCount - Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id string
- Detailed record ID.
- record
Detail GetLists Ssl Describe Host Update Record Detail Record Detail List[] - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- 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_ strid - failed_
total_ floatcount - Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id str
- Detailed record ID.
- record_
detail_ Sequence[Getlists Ssl Describe Host Update Record Detail Record Detail List] - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- 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 StringId - failed
Total NumberCount - Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id String
- Detailed record ID.
- record
Detail List<Property Map>Lists - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- 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
GetSslDescribeHostUpdateRecordDetailRecordDetailList
- Lists
This property is required. List<GetSsl Describe Host Update Record Detail Record Detail List List> - List of deployment resources details.
- Resource
Type This property is required. string - Deploy resource type.
- Total
Count This property is required. double - The total number of deployment resources.
- Lists
This property is required. []GetSsl Describe Host Update Record Detail Record Detail List List - List of deployment resources details.
- Resource
Type This property is required. string - Deploy resource type.
- Total
Count This property is required. float64 - The total number of deployment resources.
- lists
This property is required. List<GetSsl Describe Host Update Record Detail Record Detail List List> - List of deployment resources details.
- resource
Type This property is required. String - Deploy resource type.
- total
Count This property is required. Double - The total number of deployment resources.
- lists
This property is required. GetSsl Describe Host Update Record Detail Record Detail List List[] - List of deployment resources details.
- resource
Type This property is required. string - Deploy resource type.
- total
Count This property is required. number - The total number of deployment resources.
- lists
This property is required. Sequence[GetSsl Describe Host Update Record Detail Record Detail List List] - List of deployment resources details.
- resource_
type This property is required. str - Deploy resource type.
- total_
count This property is required. float - The total number of deployment resources.
- lists
This property is required. List<Property Map> - List of deployment resources details.
- resource
Type This property is required. String - Deploy resource type.
- total
Count This property is required. Number - The total number of deployment resources.
GetSslDescribeHostUpdateRecordDetailRecordDetailListList
- Bucket
This property is required. string - BUCKET name (COS dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Cert
Id This property is required. string - New certificate ID.
- Create
Time This property is required. string - Deployment time.
- Domains
This property is required. List<string> - List of deployment domainNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Env
Id This property is required. string - Environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Error
Msg This property is required. string - Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Id
This property is required. double - Detailed record ID.
- Instance
Id This property is required. string - Deployment instance IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Instance
Name This property is required. string - Deployment example nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Listener
Id This property is required. string - Deploy listener ID (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Listener
Name This property is required. string - Deploy listener name (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Namespace
This property is required. string - Naming Space (TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Old
Cert Id This property is required. string - Old certificate ID.
- Port
This property is required. double - portNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Protocol
This property is required. string - protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Region
This property is required. string - DeploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Resource
Type This property is required. string - Deploy resource type.
- Secret
Name This property is required. string - Secret Name (TKE for TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Sni
Switch This property is required. double - Whether to turn on SNI (CLB dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Status
This property is required. double - Deployment state.
- TCBType
This property is required. string - TCB deployment typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Update
Time This property is required. string - Last update time.
- Bucket
This property is required. string - BUCKET name (COS dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Cert
Id This property is required. string - New certificate ID.
- Create
Time This property is required. string - Deployment time.
- Domains
This property is required. []string - List of deployment domainNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Env
Id This property is required. string - Environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Error
Msg This property is required. string - Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Id
This property is required. float64 - Detailed record ID.
- Instance
Id This property is required. string - Deployment instance IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Instance
Name This property is required. string - Deployment example nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Listener
Id This property is required. string - Deploy listener ID (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Listener
Name This property is required. string - Deploy listener name (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Namespace
This property is required. string - Naming Space (TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Old
Cert Id This property is required. string - Old certificate ID.
- Port
This property is required. float64 - portNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Protocol
This property is required. string - protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Region
This property is required. string - DeploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Resource
Type This property is required. string - Deploy resource type.
- Secret
Name This property is required. string - Secret Name (TKE for TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Sni
Switch This property is required. float64 - Whether to turn on SNI (CLB dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Status
This property is required. float64 - Deployment state.
- TCBType
This property is required. string - TCB deployment typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Update
Time This property is required. string - Last update time.
- bucket
This property is required. String - BUCKET name (COS dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Id This property is required. String - New certificate ID.
- create
Time This property is required. String - Deployment time.
- domains
This property is required. List<String> - List of deployment domainNote: This field may return NULL, indicating that the valid value cannot be obtained.
- env
Id This property is required. String - Environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- error
Msg This property is required. String - Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id
This property is required. Double - Detailed record ID.
- instance
Id This property is required. String - Deployment instance IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- instance
Name This property is required. String - Deployment example nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- listener
Id This property is required. String - Deploy listener ID (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- listener
Name This property is required. String - Deploy listener name (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- namespace
This property is required. String - Naming Space (TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- old
Cert Id This property is required. String - Old certificate ID.
- port
This property is required. Double - portNote: This field may return NULL, indicating that the valid value cannot be obtained.
- protocol
This property is required. String - protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
- region
This property is required. String - DeploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
- resource
Type This property is required. String - Deploy resource type.
- secret
Name This property is required. String - Secret Name (TKE for TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- sni
Switch This property is required. Double - Whether to turn on SNI (CLB dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status
This property is required. Double - Deployment state.
- t
CBType This property is required. String - TCB deployment typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- update
Time This property is required. String - Last update time.
- bucket
This property is required. string - BUCKET name (COS dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Id This property is required. string - New certificate ID.
- create
Time This property is required. string - Deployment time.
- domains
This property is required. string[] - List of deployment domainNote: This field may return NULL, indicating that the valid value cannot be obtained.
- env
Id This property is required. string - Environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- error
Msg This property is required. string - Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id
This property is required. number - Detailed record ID.
- instance
Id This property is required. string - Deployment instance IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- instance
Name This property is required. string - Deployment example nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- listener
Id This property is required. string - Deploy listener ID (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- listener
Name This property is required. string - Deploy listener name (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- namespace
This property is required. string - Naming Space (TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- old
Cert Id This property is required. string - Old certificate ID.
- port
This property is required. number - portNote: This field may return NULL, indicating that the valid value cannot be obtained.
- protocol
This property is required. string - protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
- region
This property is required. string - DeploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
- resource
Type This property is required. string - Deploy resource type.
- secret
Name This property is required. string - Secret Name (TKE for TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- sni
Switch This property is required. number - Whether to turn on SNI (CLB dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status
This property is required. number - Deployment state.
- t
CBType This property is required. string - TCB deployment typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- update
Time This property is required. string - Last update time.
- bucket
This property is required. str - BUCKET name (COS dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- cert_
id This property is required. str - New certificate ID.
- create_
time This property is required. str - Deployment time.
- domains
This property is required. Sequence[str] - List of deployment domainNote: This field may return NULL, indicating that the valid value cannot be obtained.
- env_
id This property is required. str - Environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- error_
msg This property is required. str - Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id
This property is required. float - Detailed record ID.
- instance_
id This property is required. str - Deployment instance IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- instance_
name This property is required. str - Deployment example nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- listener_
id This property is required. str - Deploy listener ID (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- listener_
name This property is required. str - Deploy listener name (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- namespace
This property is required. str - Naming Space (TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- old_
cert_ id This property is required. str - Old certificate ID.
- port
This property is required. float - portNote: This field may return NULL, indicating that the valid value cannot be obtained.
- protocol
This property is required. str - protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
- region
This property is required. str - DeploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
- resource_
type This property is required. str - Deploy resource type.
- secret_
name This property is required. str - Secret Name (TKE for TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- sni_
switch This property is required. float - Whether to turn on SNI (CLB dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status
This property is required. float - Deployment state.
- t_
cb_ type This property is required. str - TCB deployment typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- update_
time This property is required. str - Last update time.
- bucket
This property is required. String - BUCKET name (COS dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Id This property is required. String - New certificate ID.
- create
Time This property is required. String - Deployment time.
- domains
This property is required. List<String> - List of deployment domainNote: This field may return NULL, indicating that the valid value cannot be obtained.
- env
Id This property is required. String - Environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- error
Msg This property is required. String - Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id
This property is required. Number - Detailed record ID.
- instance
Id This property is required. String - Deployment instance IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
- instance
Name This property is required. String - Deployment example nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
- listener
Id This property is required. String - Deploy listener ID (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- listener
Name This property is required. String - Deploy listener name (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- namespace
This property is required. String - Naming Space (TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- old
Cert Id This property is required. String - Old certificate ID.
- port
This property is required. Number - portNote: This field may return NULL, indicating that the valid value cannot be obtained.
- protocol
This property is required. String - protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
- region
This property is required. String - DeploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
- resource
Type This property is required. String - Deploy resource type.
- secret
Name This property is required. String - Secret Name (TKE for TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- sni
Switch This property is required. Number - Whether to turn on SNI (CLB dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status
This property is required. Number - Deployment state.
- t
CBType This property is required. String - TCB deployment typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- update
Time This property is required. String - Last update time.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack