1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. SslCheckCertificateDomainVerificationOperation
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.SslCheckCertificateDomainVerificationOperation

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Provides a resource to create a ssl Check Certificate Domain Verification

    NOTE: You can customize the maximum timeout time by setting parameter timeouts, which defaults to 15 minutes.

    Example Usage

    Check certificate domain

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const example = new tencentcloud.SslCheckCertificateDomainVerificationOperation("example", {certificateId: "6BE701Jx"});
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    example = tencentcloud.SslCheckCertificateDomainVerificationOperation("example", certificate_id="6BE701Jx")
    
    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.NewSslCheckCertificateDomainVerificationOperation(ctx, "example", &tencentcloud.SslCheckCertificateDomainVerificationOperationArgs{
    			CertificateId: pulumi.String("6BE701Jx"),
    		})
    		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 example = new Tencentcloud.SslCheckCertificateDomainVerificationOperation("example", new()
        {
            CertificateId = "6BE701Jx",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.SslCheckCertificateDomainVerificationOperation;
    import com.pulumi.tencentcloud.SslCheckCertificateDomainVerificationOperationArgs;
    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) {
            var example = new SslCheckCertificateDomainVerificationOperation("example", SslCheckCertificateDomainVerificationOperationArgs.builder()
                .certificateId("6BE701Jx")
                .build());
    
        }
    }
    
    resources:
      example:
        type: tencentcloud:SslCheckCertificateDomainVerificationOperation
        properties:
          certificateId: 6BE701Jx
    

    Check certificate domain and set the maximum timeout period

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.SslCheckCertificateDomainVerificationOperation;
    import com.pulumi.tencentcloud.SslCheckCertificateDomainVerificationOperationArgs;
    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) {
            var example = new SslCheckCertificateDomainVerificationOperation("example", SslCheckCertificateDomainVerificationOperationArgs.builder()
                .certificateId("6BE701Jx")
                .timeouts(SslCheckCertificateDomainVerificationOperationTimeoutsArgs.builder()
                    .create("30m")
                    .build())
                .build());
    
        }
    }
    
    resources:
      example:
        type: tencentcloud:SslCheckCertificateDomainVerificationOperation
        properties:
          certificateId: 6BE701Jx
          timeouts:
            - create: 30m
    

    Create SslCheckCertificateDomainVerificationOperation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SslCheckCertificateDomainVerificationOperation(name: string, args: SslCheckCertificateDomainVerificationOperationArgs, opts?: CustomResourceOptions);
    @overload
    def SslCheckCertificateDomainVerificationOperation(resource_name: str,
                                                       args: SslCheckCertificateDomainVerificationOperationArgs,
                                                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def SslCheckCertificateDomainVerificationOperation(resource_name: str,
                                                       opts: Optional[ResourceOptions] = None,
                                                       certificate_id: Optional[str] = None,
                                                       ssl_check_certificate_domain_verification_operation_id: Optional[str] = None,
                                                       timeouts: Optional[SslCheckCertificateDomainVerificationOperationTimeoutsArgs] = None)
    func NewSslCheckCertificateDomainVerificationOperation(ctx *Context, name string, args SslCheckCertificateDomainVerificationOperationArgs, opts ...ResourceOption) (*SslCheckCertificateDomainVerificationOperation, error)
    public SslCheckCertificateDomainVerificationOperation(string name, SslCheckCertificateDomainVerificationOperationArgs args, CustomResourceOptions? opts = null)
    public SslCheckCertificateDomainVerificationOperation(String name, SslCheckCertificateDomainVerificationOperationArgs args)
    public SslCheckCertificateDomainVerificationOperation(String name, SslCheckCertificateDomainVerificationOperationArgs args, CustomResourceOptions options)
    
    type: tencentcloud:SslCheckCertificateDomainVerificationOperation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args SslCheckCertificateDomainVerificationOperationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args SslCheckCertificateDomainVerificationOperationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args SslCheckCertificateDomainVerificationOperationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SslCheckCertificateDomainVerificationOperationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SslCheckCertificateDomainVerificationOperationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    SslCheckCertificateDomainVerificationOperation Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The SslCheckCertificateDomainVerificationOperation resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SslCheckCertificateDomainVerificationOperation resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    VerificationResults List<SslCheckCertificateDomainVerificationOperationVerificationResult>
    Domain name verification results.
    Id string
    The provider-assigned unique ID for this managed resource.
    VerificationResults []SslCheckCertificateDomainVerificationOperationVerificationResult
    Domain name verification results.
    id String
    The provider-assigned unique ID for this managed resource.
    verificationResults List<SslCheckCertificateDomainVerificationOperationVerificationResult>
    Domain name verification results.
    id string
    The provider-assigned unique ID for this managed resource.
    verificationResults SslCheckCertificateDomainVerificationOperationVerificationResult[]
    Domain name verification results.
    id str
    The provider-assigned unique ID for this managed resource.
    verification_results Sequence[SslCheckCertificateDomainVerificationOperationVerificationResult]
    Domain name verification results.
    id String
    The provider-assigned unique ID for this managed resource.
    verificationResults List<Property Map>
    Domain name verification results.

    Look up Existing SslCheckCertificateDomainVerificationOperation Resource

    Get an existing SslCheckCertificateDomainVerificationOperation resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: SslCheckCertificateDomainVerificationOperationState, opts?: CustomResourceOptions): SslCheckCertificateDomainVerificationOperation
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            certificate_id: Optional[str] = None,
            ssl_check_certificate_domain_verification_operation_id: Optional[str] = None,
            timeouts: Optional[SslCheckCertificateDomainVerificationOperationTimeoutsArgs] = None,
            verification_results: Optional[Sequence[SslCheckCertificateDomainVerificationOperationVerificationResultArgs]] = None) -> SslCheckCertificateDomainVerificationOperation
    func GetSslCheckCertificateDomainVerificationOperation(ctx *Context, name string, id IDInput, state *SslCheckCertificateDomainVerificationOperationState, opts ...ResourceOption) (*SslCheckCertificateDomainVerificationOperation, error)
    public static SslCheckCertificateDomainVerificationOperation Get(string name, Input<string> id, SslCheckCertificateDomainVerificationOperationState? state, CustomResourceOptions? opts = null)
    public static SslCheckCertificateDomainVerificationOperation get(String name, Output<String> id, SslCheckCertificateDomainVerificationOperationState state, CustomResourceOptions options)
    resources:  _:    type: tencentcloud:SslCheckCertificateDomainVerificationOperation    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    certificateId String
    The certificate ID.
    sslCheckCertificateDomainVerificationOperationId String
    ID of the resource.
    timeouts Property Map
    verificationResults List<Property Map>
    Domain name verification results.

    Supporting Types

    SslCheckCertificateDomainVerificationOperationTimeouts, SslCheckCertificateDomainVerificationOperationTimeoutsArgs

    Create string
    Create string
    create String
    create string
    create str
    create String

    SslCheckCertificateDomainVerificationOperationVerificationResult, SslCheckCertificateDomainVerificationOperationVerificationResultArgs

    CaCheck double
    CA inspection results.
    CheckValues List<string>
    Detected values.
    Domain string
    Domain name.
    Frequently bool
    Whether frequent requests.
    Issued bool
    Whether issued.
    LocalCheck double
    Local inspection results.
    LocalCheckFailReason string
    Check the reason for the failure.
    VerifyType string
    Domain Verify Type.
    CaCheck float64
    CA inspection results.
    CheckValues []string
    Detected values.
    Domain string
    Domain name.
    Frequently bool
    Whether frequent requests.
    Issued bool
    Whether issued.
    LocalCheck float64
    Local inspection results.
    LocalCheckFailReason string
    Check the reason for the failure.
    VerifyType string
    Domain Verify Type.
    caCheck Double
    CA inspection results.
    checkValues List<String>
    Detected values.
    domain String
    Domain name.
    frequently Boolean
    Whether frequent requests.
    issued Boolean
    Whether issued.
    localCheck Double
    Local inspection results.
    localCheckFailReason String
    Check the reason for the failure.
    verifyType String
    Domain Verify Type.
    caCheck number
    CA inspection results.
    checkValues string[]
    Detected values.
    domain string
    Domain name.
    frequently boolean
    Whether frequent requests.
    issued boolean
    Whether issued.
    localCheck number
    Local inspection results.
    localCheckFailReason string
    Check the reason for the failure.
    verifyType string
    Domain Verify Type.
    ca_check float
    CA inspection results.
    check_values Sequence[str]
    Detected values.
    domain str
    Domain name.
    frequently bool
    Whether frequent requests.
    issued bool
    Whether issued.
    local_check float
    Local inspection results.
    local_check_fail_reason str
    Check the reason for the failure.
    verify_type str
    Domain Verify Type.
    caCheck Number
    CA inspection results.
    checkValues List<String>
    Detected values.
    domain String
    Domain name.
    frequently Boolean
    Whether frequent requests.
    issued Boolean
    Whether issued.
    localCheck Number
    Local inspection results.
    localCheckFailReason String
    Check the reason for the failure.
    verifyType String
    Domain Verify Type.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack