published on Friday, May 22, 2026 by pulumiverse
published on Friday, May 22, 2026 by pulumiverse
This resource is deprecated since version 3.2.0. Please refer to the docs for migration steps.
Create Registration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Registration(name: string, args: RegistrationArgs, opts?: CustomResourceOptions);@overload
def Registration(resource_name: str,
args: RegistrationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Registration(resource_name: str,
opts: Optional[ResourceOptions] = None,
cloud_provider: Optional[str] = None,
private_endpoint_id: Optional[str] = None,
region: Optional[str] = None,
description: Optional[str] = None)func NewRegistration(ctx *Context, name string, args RegistrationArgs, opts ...ResourceOption) (*Registration, error)public Registration(string name, RegistrationArgs args, CustomResourceOptions? opts = null)
public Registration(String name, RegistrationArgs args)
public Registration(String name, RegistrationArgs args, CustomResourceOptions options)
type: clickhouse:PrivateEndpoint:Registration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "clickhouse_privateendpoint_registration" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args RegistrationArgs
- 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 RegistrationArgs
- 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 RegistrationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RegistrationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RegistrationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var registrationResource = new Clickhouse.PrivateEndpoint.Registration("registrationResource", new()
{
CloudProvider = "string",
PrivateEndpointId = "string",
Region = "string",
Description = "string",
});
example, err := privateendpoint.NewRegistration(ctx, "registrationResource", &privateendpoint.RegistrationArgs{
CloudProvider: pulumi.String("string"),
PrivateEndpointId: pulumi.String("string"),
Region: pulumi.String("string"),
Description: pulumi.String("string"),
})
resource "clickhouse_privateendpoint_registration" "registrationResource" {
cloud_provider = "string"
private_endpoint_id = "string"
region = "string"
description = "string"
}
var registrationResource = new Registration("registrationResource", RegistrationArgs.builder()
.cloudProvider("string")
.privateEndpointId("string")
.region("string")
.description("string")
.build());
registration_resource = clickhouse.privateendpoint.Registration("registrationResource",
cloud_provider="string",
private_endpoint_id="string",
region="string",
description="string")
const registrationResource = new clickhouse.privateendpoint.Registration("registrationResource", {
cloudProvider: "string",
privateEndpointId: "string",
region: "string",
description: "string",
});
type: clickhouse:PrivateEndpoint:Registration
properties:
cloudProvider: string
description: string
privateEndpointId: string
region: string
Registration 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 Registration resource accepts the following input properties:
- Cloud
Provider string - Cloud provider of the private endpoint ID
- Private
Endpoint stringId - ID of the private endpoint (replaces deprecated attribute
id) - Region string
- Region of the private endpoint
- Description string
- Description of the private endpoint
- Cloud
Provider string - Cloud provider of the private endpoint ID
- Private
Endpoint stringId - ID of the private endpoint (replaces deprecated attribute
id) - Region string
- Region of the private endpoint
- Description string
- Description of the private endpoint
- cloud_
provider string - Cloud provider of the private endpoint ID
- private_
endpoint_ stringid - ID of the private endpoint (replaces deprecated attribute
id) - region string
- Region of the private endpoint
- description string
- Description of the private endpoint
- cloud
Provider String - Cloud provider of the private endpoint ID
- private
Endpoint StringId - ID of the private endpoint (replaces deprecated attribute
id) - region String
- Region of the private endpoint
- description String
- Description of the private endpoint
- cloud
Provider string - Cloud provider of the private endpoint ID
- private
Endpoint stringId - ID of the private endpoint (replaces deprecated attribute
id) - region string
- Region of the private endpoint
- description string
- Description of the private endpoint
- cloud_
provider str - Cloud provider of the private endpoint ID
- private_
endpoint_ strid - ID of the private endpoint (replaces deprecated attribute
id) - region str
- Region of the private endpoint
- description str
- Description of the private endpoint
- cloud
Provider String - Cloud provider of the private endpoint ID
- private
Endpoint StringId - ID of the private endpoint (replaces deprecated attribute
id) - region String
- Region of the private endpoint
- description String
- Description of the private endpoint
Outputs
All input properties are implicitly available as output properties. Additionally, the Registration 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 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 Registration Resource
Get an existing Registration 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?: RegistrationState, opts?: CustomResourceOptions): Registration@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cloud_provider: Optional[str] = None,
description: Optional[str] = None,
private_endpoint_id: Optional[str] = None,
region: Optional[str] = None) -> Registrationfunc GetRegistration(ctx *Context, name string, id IDInput, state *RegistrationState, opts ...ResourceOption) (*Registration, error)public static Registration Get(string name, Input<string> id, RegistrationState? state, CustomResourceOptions? opts = null)public static Registration get(String name, Output<String> id, RegistrationState state, CustomResourceOptions options)resources: _: type: clickhouse:PrivateEndpoint:Registration get: id: ${id}import {
to = clickhouse_privateendpoint_registration.example
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.
- Cloud
Provider string - Cloud provider of the private endpoint ID
- Description string
- Description of the private endpoint
- Private
Endpoint stringId - ID of the private endpoint (replaces deprecated attribute
id) - Region string
- Region of the private endpoint
- Cloud
Provider string - Cloud provider of the private endpoint ID
- Description string
- Description of the private endpoint
- Private
Endpoint stringId - ID of the private endpoint (replaces deprecated attribute
id) - Region string
- Region of the private endpoint
- cloud_
provider string - Cloud provider of the private endpoint ID
- description string
- Description of the private endpoint
- private_
endpoint_ stringid - ID of the private endpoint (replaces deprecated attribute
id) - region string
- Region of the private endpoint
- cloud
Provider String - Cloud provider of the private endpoint ID
- description String
- Description of the private endpoint
- private
Endpoint StringId - ID of the private endpoint (replaces deprecated attribute
id) - region String
- Region of the private endpoint
- cloud
Provider string - Cloud provider of the private endpoint ID
- description string
- Description of the private endpoint
- private
Endpoint stringId - ID of the private endpoint (replaces deprecated attribute
id) - region string
- Region of the private endpoint
- cloud_
provider str - Cloud provider of the private endpoint ID
- description str
- Description of the private endpoint
- private_
endpoint_ strid - ID of the private endpoint (replaces deprecated attribute
id) - region str
- Region of the private endpoint
- cloud
Provider String - Cloud provider of the private endpoint ID
- description String
- Description of the private endpoint
- private
Endpoint StringId - ID of the private endpoint (replaces deprecated attribute
id) - region String
- Region of the private endpoint
Package Details
- Repository
- clickhouse pulumiverse/pulumi-clickhouse
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
clickhouseTerraform Provider.
published on Friday, May 22, 2026 by pulumiverse