1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getSslDescribeHostCosInstanceList
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack

tencentcloud.getSslDescribeHostCosInstanceList

Explore with Pulumi AI

Use this data source to query detailed information of ssl describe_host_cos_instance_list

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";

const describeHostCosInstanceList = tencentcloud.getSslDescribeHostCosInstanceList({
    certificateId: "8u8DII0l",
    resourceType: "cos",
});
Copy
import pulumi
import pulumi_tencentcloud as tencentcloud

describe_host_cos_instance_list = tencentcloud.get_ssl_describe_host_cos_instance_list(certificate_id="8u8DII0l",
    resource_type="cos")
Copy
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.GetSslDescribeHostCosInstanceList(ctx, &tencentcloud.GetSslDescribeHostCosInstanceListArgs{
			CertificateId: "8u8DII0l",
			ResourceType:  "cos",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;

return await Deployment.RunAsync(() => 
{
    var describeHostCosInstanceList = Tencentcloud.GetSslDescribeHostCosInstanceList.Invoke(new()
    {
        CertificateId = "8u8DII0l",
        ResourceType = "cos",
    });

});
Copy
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.GetSslDescribeHostCosInstanceListArgs;
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 describeHostCosInstanceList = TencentcloudFunctions.getSslDescribeHostCosInstanceList(GetSslDescribeHostCosInstanceListArgs.builder()
            .certificateId("8u8DII0l")
            .resourceType("cos")
            .build());

    }
}
Copy
variables:
  describeHostCosInstanceList:
    fn::invoke:
      function: tencentcloud:getSslDescribeHostCosInstanceList
      arguments:
        certificateId: 8u8DII0l
        resourceType: cos
Copy

Using getSslDescribeHostCosInstanceList

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 getSslDescribeHostCosInstanceList(args: GetSslDescribeHostCosInstanceListArgs, opts?: InvokeOptions): Promise<GetSslDescribeHostCosInstanceListResult>
function getSslDescribeHostCosInstanceListOutput(args: GetSslDescribeHostCosInstanceListOutputArgs, opts?: InvokeOptions): Output<GetSslDescribeHostCosInstanceListResult>
Copy
def get_ssl_describe_host_cos_instance_list(certificate_id: Optional[str] = None,
                                            filters: Optional[Sequence[GetSslDescribeHostCosInstanceListFilter]] = None,
                                            id: Optional[str] = None,
                                            is_cache: Optional[float] = None,
                                            resource_type: Optional[str] = None,
                                            result_output_file: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetSslDescribeHostCosInstanceListResult
def get_ssl_describe_host_cos_instance_list_output(certificate_id: Optional[pulumi.Input[str]] = None,
                                            filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetSslDescribeHostCosInstanceListFilterArgs]]]] = None,
                                            id: Optional[pulumi.Input[str]] = None,
                                            is_cache: Optional[pulumi.Input[float]] = None,
                                            resource_type: Optional[pulumi.Input[str]] = None,
                                            result_output_file: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetSslDescribeHostCosInstanceListResult]
Copy
func GetSslDescribeHostCosInstanceList(ctx *Context, args *GetSslDescribeHostCosInstanceListArgs, opts ...InvokeOption) (*GetSslDescribeHostCosInstanceListResult, error)
func GetSslDescribeHostCosInstanceListOutput(ctx *Context, args *GetSslDescribeHostCosInstanceListOutputArgs, opts ...InvokeOption) GetSslDescribeHostCosInstanceListResultOutput
Copy

> Note: This function is named GetSslDescribeHostCosInstanceList in the Go SDK.

public static class GetSslDescribeHostCosInstanceList 
{
    public static Task<GetSslDescribeHostCosInstanceListResult> InvokeAsync(GetSslDescribeHostCosInstanceListArgs args, InvokeOptions? opts = null)
    public static Output<GetSslDescribeHostCosInstanceListResult> Invoke(GetSslDescribeHostCosInstanceListInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetSslDescribeHostCosInstanceListResult> getSslDescribeHostCosInstanceList(GetSslDescribeHostCosInstanceListArgs args, InvokeOptions options)
public static Output<GetSslDescribeHostCosInstanceListResult> getSslDescribeHostCosInstanceList(GetSslDescribeHostCosInstanceListArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: tencentcloud:index/getSslDescribeHostCosInstanceList:getSslDescribeHostCosInstanceList
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CertificateId This property is required. string
Certificate ID to be deployed.
ResourceType This property is required. string
Deploy resource type cos.
Filters List<GetSslDescribeHostCosInstanceListFilter>
List of filter parameters.
Id string
IsCache double
Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
ResultOutputFile string
Used to save results.
CertificateId This property is required. string
Certificate ID to be deployed.
ResourceType This property is required. string
Deploy resource type cos.
Filters []GetSslDescribeHostCosInstanceListFilter
List of filter parameters.
Id string
IsCache float64
Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
ResultOutputFile string
Used to save results.
certificateId This property is required. String
Certificate ID to be deployed.
resourceType This property is required. String
Deploy resource type cos.
filters List<GetSslDescribeHostCosInstanceListFilter>
List of filter parameters.
id String
isCache Double
Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
resultOutputFile String
Used to save results.
certificateId This property is required. string
Certificate ID to be deployed.
resourceType This property is required. string
Deploy resource type cos.
filters GetSslDescribeHostCosInstanceListFilter[]
List of filter parameters.
id string
isCache number
Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
resultOutputFile string
Used to save results.
certificate_id This property is required. str
Certificate ID to be deployed.
resource_type This property is required. str
Deploy resource type cos.
filters Sequence[GetSslDescribeHostCosInstanceListFilter]
List of filter parameters.
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.
result_output_file str
Used to save results.
certificateId This property is required. String
Certificate ID to be deployed.
resourceType This property is required. String
Deploy resource type cos.
filters List<Property Map>
List of filter parameters.
id String
isCache Number
Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
resultOutputFile String
Used to save results.

getSslDescribeHostCosInstanceList Result

The following output properties are available:

AsyncCacheTime string
Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
AsyncOffset double
Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
AsyncTotalNum double
The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
CertificateId string
Id string
InstanceLists List<GetSslDescribeHostCosInstanceListInstanceList>
COS instance listNote: This field may return NULL, indicating that the valid value cannot be obtained.
ResourceType string
Filters List<GetSslDescribeHostCosInstanceListFilter>
IsCache double
ResultOutputFile string
AsyncCacheTime string
Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
AsyncOffset float64
Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
AsyncTotalNum float64
The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
CertificateId string
Id string
InstanceLists []GetSslDescribeHostCosInstanceListInstanceList
COS instance listNote: This field may return NULL, indicating that the valid value cannot be obtained.
ResourceType string
Filters []GetSslDescribeHostCosInstanceListFilter
IsCache float64
ResultOutputFile string
asyncCacheTime String
Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
asyncOffset Double
Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
asyncTotalNum Double
The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
certificateId String
id String
instanceLists List<GetSslDescribeHostCosInstanceListInstanceList>
COS instance listNote: This field may return NULL, indicating that the valid value cannot be obtained.
resourceType String
filters List<GetSslDescribeHostCosInstanceListFilter>
isCache Double
resultOutputFile String
asyncCacheTime string
Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
asyncOffset number
Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
asyncTotalNum number
The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
certificateId string
id string
instanceLists GetSslDescribeHostCosInstanceListInstanceList[]
COS instance listNote: This field may return NULL, indicating that the valid value cannot be obtained.
resourceType string
filters GetSslDescribeHostCosInstanceListFilter[]
isCache number
resultOutputFile string
async_cache_time str
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_num float
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[GetSslDescribeHostCosInstanceListInstanceList]
COS instance listNote: This field may return NULL, indicating that the valid value cannot be obtained.
resource_type str
filters Sequence[GetSslDescribeHostCosInstanceListFilter]
is_cache float
result_output_file str
asyncCacheTime String
Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
asyncOffset Number
Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
asyncTotalNum Number
The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
certificateId String
id String
instanceLists List<Property Map>
COS instance listNote: This field may return NULL, indicating that the valid value cannot be obtained.
resourceType String
filters List<Property Map>
isCache Number
resultOutputFile String

Supporting Types

GetSslDescribeHostCosInstanceListFilter

FilterKey This property is required. string
Filter parameter key.
FilterValue This property is required. string
Filter parameter value.
FilterKey This property is required. string
Filter parameter key.
FilterValue This property is required. string
Filter parameter value.
filterKey This property is required. String
Filter parameter key.
filterValue This property is required. String
Filter parameter value.
filterKey This property is required. string
Filter parameter key.
filterValue This property is required. string
Filter parameter value.
filter_key This property is required. str
Filter parameter key.
filter_value This property is required. str
Filter parameter value.
filterKey This property is required. String
Filter parameter key.
filterValue This property is required. String
Filter parameter value.

GetSslDescribeHostCosInstanceListInstanceList

Bucket This property is required. string
Reserve bucket nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
CertId This property is required. string
Binded certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
Domain This property is required. string
domain name.
Region This property is required. string
Barrel areaNote: This field may return NULL, indicating that the valid value cannot be obtained.
Status This property is required. string
Enabled: domain name online statusDisabled: Domain name offline status.
Bucket This property is required. string
Reserve bucket nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
CertId This property is required. string
Binded certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
Domain This property is required. string
domain name.
Region This property is required. string
Barrel areaNote: This field may return NULL, indicating that the valid value cannot be obtained.
Status This property is required. string
Enabled: domain name online statusDisabled: Domain name offline status.
bucket This property is required. String
Reserve bucket nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
certId This property is required. String
Binded certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
domain This property is required. String
domain name.
region This property is required. String
Barrel areaNote: This field may return NULL, indicating that the valid value cannot be obtained.
status This property is required. String
Enabled: domain name online statusDisabled: Domain name offline status.
bucket This property is required. string
Reserve bucket nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
certId This property is required. string
Binded certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
domain This property is required. string
domain name.
region This property is required. string
Barrel areaNote: This field may return NULL, indicating that the valid value cannot be obtained.
status This property is required. string
Enabled: domain name online statusDisabled: Domain name offline status.
bucket This property is required. str
Reserve bucket nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
cert_id This property is required. str
Binded certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
domain This property is required. str
domain name.
region This property is required. str
Barrel areaNote: This field may return NULL, indicating that the valid value cannot be obtained.
status This property is required. str
Enabled: domain name online statusDisabled: Domain name offline status.
bucket This property is required. String
Reserve bucket nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
certId This property is required. String
Binded certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
domain This property is required. String
domain name.
region This property is required. String
Barrel areaNote: This field may return NULL, indicating that the valid value cannot be obtained.
status This property is required. String
Enabled: domain name online statusDisabled: Domain name offline status.

Package Details

Repository
tencentcloud tencentcloudstack/terraform-provider-tencentcloud
License
Notes
This Pulumi package is based on the tencentcloud Terraform Provider.