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

tencentcloud.SslUpdateCertificateRecordRollbackOperation

Explore with Pulumi AI

Provides a resource to create a ssl update_certificate_record_rollback

Example Usage

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

const updateCertificateRecordRollback = new tencentcloud.SslUpdateCertificateRecordRollbackOperation("updateCertificateRecordRollback", {deployRecordId: "1603"});
Copy
import pulumi
import pulumi_tencentcloud as tencentcloud

update_certificate_record_rollback = tencentcloud.SslUpdateCertificateRecordRollbackOperation("updateCertificateRecordRollback", deploy_record_id="1603")
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.NewSslUpdateCertificateRecordRollbackOperation(ctx, "updateCertificateRecordRollback", &tencentcloud.SslUpdateCertificateRecordRollbackOperationArgs{
			DeployRecordId: pulumi.String("1603"),
		})
		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 updateCertificateRecordRollback = new Tencentcloud.SslUpdateCertificateRecordRollbackOperation("updateCertificateRecordRollback", new()
    {
        DeployRecordId = "1603",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.SslUpdateCertificateRecordRollbackOperation;
import com.pulumi.tencentcloud.SslUpdateCertificateRecordRollbackOperationArgs;
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 updateCertificateRecordRollback = new SslUpdateCertificateRecordRollbackOperation("updateCertificateRecordRollback", SslUpdateCertificateRecordRollbackOperationArgs.builder()
            .deployRecordId("1603")
            .build());

    }
}
Copy
resources:
  updateCertificateRecordRollback:
    type: tencentcloud:SslUpdateCertificateRecordRollbackOperation
    properties:
      deployRecordId: '1603'
Copy

Create SslUpdateCertificateRecordRollbackOperation Resource

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

Constructor syntax

new SslUpdateCertificateRecordRollbackOperation(name: string, args?: SslUpdateCertificateRecordRollbackOperationArgs, opts?: CustomResourceOptions);
@overload
def SslUpdateCertificateRecordRollbackOperation(resource_name: str,
                                                args: Optional[SslUpdateCertificateRecordRollbackOperationArgs] = None,
                                                opts: Optional[ResourceOptions] = None)

@overload
def SslUpdateCertificateRecordRollbackOperation(resource_name: str,
                                                opts: Optional[ResourceOptions] = None,
                                                deploy_record_id: Optional[str] = None,
                                                ssl_update_certificate_record_rollback_operation_id: Optional[str] = None)
func NewSslUpdateCertificateRecordRollbackOperation(ctx *Context, name string, args *SslUpdateCertificateRecordRollbackOperationArgs, opts ...ResourceOption) (*SslUpdateCertificateRecordRollbackOperation, error)
public SslUpdateCertificateRecordRollbackOperation(string name, SslUpdateCertificateRecordRollbackOperationArgs? args = null, CustomResourceOptions? opts = null)
public SslUpdateCertificateRecordRollbackOperation(String name, SslUpdateCertificateRecordRollbackOperationArgs args)
public SslUpdateCertificateRecordRollbackOperation(String name, SslUpdateCertificateRecordRollbackOperationArgs args, CustomResourceOptions options)
type: tencentcloud:SslUpdateCertificateRecordRollbackOperation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

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

SslUpdateCertificateRecordRollbackOperation 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 SslUpdateCertificateRecordRollbackOperation resource accepts the following input properties:

DeployRecordId string
Deployment record ID to be rolled back.
SslUpdateCertificateRecordRollbackOperationId string
ID of the resource.
DeployRecordId string
Deployment record ID to be rolled back.
SslUpdateCertificateRecordRollbackOperationId string
ID of the resource.
deployRecordId String
Deployment record ID to be rolled back.
sslUpdateCertificateRecordRollbackOperationId String
ID of the resource.
deployRecordId string
Deployment record ID to be rolled back.
sslUpdateCertificateRecordRollbackOperationId string
ID of the resource.
deploy_record_id str
Deployment record ID to be rolled back.
ssl_update_certificate_record_rollback_operation_id str
ID of the resource.
deployRecordId String
Deployment record ID to be rolled back.
sslUpdateCertificateRecordRollbackOperationId String
ID of the resource.

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing SslUpdateCertificateRecordRollbackOperation Resource

Get an existing SslUpdateCertificateRecordRollbackOperation 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?: SslUpdateCertificateRecordRollbackOperationState, opts?: CustomResourceOptions): SslUpdateCertificateRecordRollbackOperation
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        deploy_record_id: Optional[str] = None,
        ssl_update_certificate_record_rollback_operation_id: Optional[str] = None) -> SslUpdateCertificateRecordRollbackOperation
func GetSslUpdateCertificateRecordRollbackOperation(ctx *Context, name string, id IDInput, state *SslUpdateCertificateRecordRollbackOperationState, opts ...ResourceOption) (*SslUpdateCertificateRecordRollbackOperation, error)
public static SslUpdateCertificateRecordRollbackOperation Get(string name, Input<string> id, SslUpdateCertificateRecordRollbackOperationState? state, CustomResourceOptions? opts = null)
public static SslUpdateCertificateRecordRollbackOperation get(String name, Output<String> id, SslUpdateCertificateRecordRollbackOperationState state, CustomResourceOptions options)
resources:  _:    type: tencentcloud:SslUpdateCertificateRecordRollbackOperation    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
DeployRecordId string
Deployment record ID to be rolled back.
SslUpdateCertificateRecordRollbackOperationId string
ID of the resource.
DeployRecordId string
Deployment record ID to be rolled back.
SslUpdateCertificateRecordRollbackOperationId string
ID of the resource.
deployRecordId String
Deployment record ID to be rolled back.
sslUpdateCertificateRecordRollbackOperationId String
ID of the resource.
deployRecordId string
Deployment record ID to be rolled back.
sslUpdateCertificateRecordRollbackOperationId string
ID of the resource.
deploy_record_id str
Deployment record ID to be rolled back.
ssl_update_certificate_record_rollback_operation_id str
ID of the resource.
deployRecordId String
Deployment record ID to be rolled back.
sslUpdateCertificateRecordRollbackOperationId String
ID of the resource.

Import

ssl update_certificate_record_rollback can be imported using the id, e.g.

$ pulumi import tencentcloud:index/sslUpdateCertificateRecordRollbackOperation:SslUpdateCertificateRecordRollbackOperation update_certificate_record_rollback update_certificate_record_rollback_id
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

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