This package is deprecated. We recommend using the new Confluent Cloud package.
confluent.SchemaRegistry
Explore with Pulumi AI
This package is deprecated. We recommend using the new Confluent Cloud package.
Create SchemaRegistry Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SchemaRegistry(name: string, args: SchemaRegistryArgs, opts?: CustomResourceOptions);
@overload
def SchemaRegistry(resource_name: str,
args: SchemaRegistryArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SchemaRegistry(resource_name: str,
opts: Optional[ResourceOptions] = None,
environment_id: Optional[str] = None,
region: Optional[str] = None,
service_provider: Optional[str] = None)
func NewSchemaRegistry(ctx *Context, name string, args SchemaRegistryArgs, opts ...ResourceOption) (*SchemaRegistry, error)
public SchemaRegistry(string name, SchemaRegistryArgs args, CustomResourceOptions? opts = null)
public SchemaRegistry(String name, SchemaRegistryArgs args)
public SchemaRegistry(String name, SchemaRegistryArgs args, CustomResourceOptions options)
type: confluent:SchemaRegistry
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 SchemaRegistryArgs
- 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 SchemaRegistryArgs
- 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 SchemaRegistryArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SchemaRegistryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SchemaRegistryArgs
- 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 schemaRegistryResource = new Confluent.SchemaRegistry("schemaRegistryResource", new()
{
EnvironmentId = "string",
Region = "string",
ServiceProvider = "string",
});
example, err := confluent.NewSchemaRegistry(ctx, "schemaRegistryResource", &confluent.SchemaRegistryArgs{
EnvironmentId: pulumi.String("string"),
Region: pulumi.String("string"),
ServiceProvider: pulumi.String("string"),
})
var schemaRegistryResource = new SchemaRegistry("schemaRegistryResource", SchemaRegistryArgs.builder()
.environmentId("string")
.region("string")
.serviceProvider("string")
.build());
schema_registry_resource = confluent.SchemaRegistry("schemaRegistryResource",
environment_id="string",
region="string",
service_provider="string")
const schemaRegistryResource = new confluent.SchemaRegistry("schemaRegistryResource", {
environmentId: "string",
region: "string",
serviceProvider: "string",
});
type: confluent:SchemaRegistry
properties:
environmentId: string
region: string
serviceProvider: string
SchemaRegistry 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 SchemaRegistry resource accepts the following input properties:
- Environment
Id string - Environment ID
- Region string
- where
- Service
Provider string - Cloud provider
- Environment
Id string - Environment ID
- Region string
- where
- Service
Provider string - Cloud provider
- environment
Id String - Environment ID
- region String
- where
- service
Provider String - Cloud provider
- environment
Id string - Environment ID
- region string
- where
- service
Provider string - Cloud provider
- environment_
id str - Environment ID
- region str
- where
- service_
provider str - Cloud provider
- environment
Id String - Environment ID
- region String
- where
- service
Provider String - Cloud provider
Outputs
All input properties are implicitly available as output properties. Additionally, the SchemaRegistry resource produces the following output properties:
Look up Existing SchemaRegistry Resource
Get an existing SchemaRegistry 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?: SchemaRegistryState, opts?: CustomResourceOptions): SchemaRegistry
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
endpoint: Optional[str] = None,
environment_id: Optional[str] = None,
region: Optional[str] = None,
service_provider: Optional[str] = None) -> SchemaRegistry
func GetSchemaRegistry(ctx *Context, name string, id IDInput, state *SchemaRegistryState, opts ...ResourceOption) (*SchemaRegistry, error)
public static SchemaRegistry Get(string name, Input<string> id, SchemaRegistryState? state, CustomResourceOptions? opts = null)
public static SchemaRegistry get(String name, Output<String> id, SchemaRegistryState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Endpoint string
- Environment
Id string - Environment ID
- Region string
- where
- Service
Provider string - Cloud provider
- Endpoint string
- Environment
Id string - Environment ID
- Region string
- where
- Service
Provider string - Cloud provider
- endpoint String
- environment
Id String - Environment ID
- region String
- where
- service
Provider String - Cloud provider
- endpoint string
- environment
Id string - Environment ID
- region string
- where
- service
Provider string - Cloud provider
- endpoint str
- environment_
id str - Environment ID
- region str
- where
- service_
provider str - Cloud provider
- endpoint String
- environment
Id String - Environment ID
- region String
- where
- service
Provider String - Cloud provider
Package Details
- Repository
- Confluent Cloud (Deprecated) pulumi/pulumi-confluent
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
confluent
Terraform Provider.
This package is deprecated. We recommend using the new Confluent Cloud package.