tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack
tencentcloud.getSslDescribeHostDeployRecord
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_deploy_record
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const describeHostDeployRecord = tencentcloud.getSslDescribeHostDeployRecord({
certificateId: "8u8DII0l",
resourceType: "ddos",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
describe_host_deploy_record = tencentcloud.get_ssl_describe_host_deploy_record(certificate_id="8u8DII0l",
resource_type="ddos")
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.GetSslDescribeHostDeployRecord(ctx, &tencentcloud.GetSslDescribeHostDeployRecordArgs{
CertificateId: "8u8DII0l",
ResourceType: pulumi.StringRef("ddos"),
}, 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 describeHostDeployRecord = Tencentcloud.GetSslDescribeHostDeployRecord.Invoke(new()
{
CertificateId = "8u8DII0l",
ResourceType = "ddos",
});
});
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.GetSslDescribeHostDeployRecordArgs;
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 describeHostDeployRecord = TencentcloudFunctions.getSslDescribeHostDeployRecord(GetSslDescribeHostDeployRecordArgs.builder()
.certificateId("8u8DII0l")
.resourceType("ddos")
.build());
}
}
variables:
describeHostDeployRecord:
fn::invoke:
function: tencentcloud:getSslDescribeHostDeployRecord
arguments:
certificateId: 8u8DII0l
resourceType: ddos
Using getSslDescribeHostDeployRecord
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 getSslDescribeHostDeployRecord(args: GetSslDescribeHostDeployRecordArgs, opts?: InvokeOptions): Promise<GetSslDescribeHostDeployRecordResult>
function getSslDescribeHostDeployRecordOutput(args: GetSslDescribeHostDeployRecordOutputArgs, opts?: InvokeOptions): Output<GetSslDescribeHostDeployRecordResult>
def get_ssl_describe_host_deploy_record(certificate_id: Optional[str] = None,
id: Optional[str] = None,
resource_type: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSslDescribeHostDeployRecordResult
def get_ssl_describe_host_deploy_record_output(certificate_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
resource_type: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSslDescribeHostDeployRecordResult]
func GetSslDescribeHostDeployRecord(ctx *Context, args *GetSslDescribeHostDeployRecordArgs, opts ...InvokeOption) (*GetSslDescribeHostDeployRecordResult, error)
func GetSslDescribeHostDeployRecordOutput(ctx *Context, args *GetSslDescribeHostDeployRecordOutputArgs, opts ...InvokeOption) GetSslDescribeHostDeployRecordResultOutput
> Note: This function is named GetSslDescribeHostDeployRecord
in the Go SDK.
public static class GetSslDescribeHostDeployRecord
{
public static Task<GetSslDescribeHostDeployRecordResult> InvokeAsync(GetSslDescribeHostDeployRecordArgs args, InvokeOptions? opts = null)
public static Output<GetSslDescribeHostDeployRecordResult> Invoke(GetSslDescribeHostDeployRecordInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSslDescribeHostDeployRecordResult> getSslDescribeHostDeployRecord(GetSslDescribeHostDeployRecordArgs args, InvokeOptions options)
public static Output<GetSslDescribeHostDeployRecordResult> getSslDescribeHostDeployRecord(GetSslDescribeHostDeployRecordArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getSslDescribeHostDeployRecord:getSslDescribeHostDeployRecord
arguments:
# arguments dictionary
The following arguments are supported:
- Certificate
Id string - Certificate ID to be deployed.
- Id string
- Deployment record ID.
- Resource
Type string - Resource Type.
- Result
Output stringFile - Used to save results.
- Certificate
Id string - Certificate ID to be deployed.
- Id string
- Deployment record ID.
- Resource
Type string - Resource Type.
- Result
Output stringFile - Used to save results.
- certificate
Id String - Certificate ID to be deployed.
- id String
- Deployment record ID.
- resource
Type String - Resource Type.
- result
Output StringFile - Used to save results.
- certificate
Id string - Certificate ID to be deployed.
- id string
- Deployment record ID.
- resource
Type string - Resource Type.
- result
Output stringFile - Used to save results.
- certificate_
id str - Certificate ID to be deployed.
- id str
- Deployment record ID.
- resource_
type str - Resource Type.
- result_
output_ strfile - Used to save results.
- certificate
Id String - Certificate ID to be deployed.
- id String
- Deployment record ID.
- resource
Type String - Resource Type.
- result
Output StringFile - Used to save results.
getSslDescribeHostDeployRecord Result
The following output properties are available:
- Certificate
Id string - Deploy
Record List<GetLists Ssl Describe Host Deploy Record Deploy Record List> - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Id string
- Deployment record ID.
- Resource
Type string - Deploy resource type.
- Result
Output stringFile
- Certificate
Id string - Deploy
Record []GetLists Ssl Describe Host Deploy Record Deploy Record List - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Id string
- Deployment record ID.
- Resource
Type string - Deploy resource type.
- Result
Output stringFile
- certificate
Id String - deploy
Record List<GetLists Ssl Describe Host Deploy Record Deploy Record List> - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id String
- Deployment record ID.
- resource
Type String - Deploy resource type.
- result
Output StringFile
- certificate
Id string - deploy
Record GetLists Ssl Describe Host Deploy Record Deploy Record List[] - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id string
- Deployment record ID.
- resource
Type string - Deploy resource type.
- result
Output stringFile
- certificate_
id str - deploy_
record_ Sequence[Getlists Ssl Describe Host Deploy Record Deploy Record List] - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id str
- Deployment record ID.
- resource_
type str - Deploy resource type.
- result_
output_ strfile
- certificate
Id String - deploy
Record List<Property Map>Lists - Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id String
- Deployment record ID.
- resource
Type String - Deploy resource type.
- result
Output StringFile
Supporting Types
GetSslDescribeHostDeployRecordDeployRecordList
- Cert
Id string - Deployment certificate ID.
- Create
Time string - Deployment time.
- Id double
- Deployment record ID.
- Region string
- Deployment.
- Resource
Type string - Resource Type.
- Status double
- Deployment state.
- Update
Time string - Recent update time.
- Cert
Id string - Deployment certificate ID.
- Create
Time string - Deployment time.
- Id float64
- Deployment record ID.
- Region string
- Deployment.
- Resource
Type string - Resource Type.
- Status float64
- Deployment state.
- Update
Time string - Recent update time.
- cert
Id String - Deployment certificate ID.
- create
Time String - Deployment time.
- id Double
- Deployment record ID.
- region String
- Deployment.
- resource
Type String - Resource Type.
- status Double
- Deployment state.
- update
Time String - Recent update time.
- cert
Id string - Deployment certificate ID.
- create
Time string - Deployment time.
- id number
- Deployment record ID.
- region string
- Deployment.
- resource
Type string - Resource Type.
- status number
- Deployment state.
- update
Time string - Recent update time.
- cert_
id str - Deployment certificate ID.
- create_
time str - Deployment time.
- id float
- Deployment record ID.
- region str
- Deployment.
- resource_
type str - Resource Type.
- status float
- Deployment state.
- update_
time str - Recent update time.
- cert
Id String - Deployment certificate ID.
- create
Time String - Deployment time.
- id Number
- Deployment record ID.
- region String
- Deployment.
- resource
Type String - Resource Type.
- status Number
- Deployment state.
- update
Time String - Recent 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