1. Packages
  2. Confluent Cloud (Deprecated)
  3. API Docs
  4. SchemaRegistry

This package is deprecated. We recommend using the new Confluent Cloud package.

Confluent Cloud v0.2.2 published on Friday, Dec 10, 2021 by Pulumi

confluent.SchemaRegistry

Explore with Pulumi AI

confluent logo

This package is deprecated. We recommend using the new Confluent Cloud package.

Confluent Cloud v0.2.2 published on Friday, Dec 10, 2021 by Pulumi

    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.

    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

    The SchemaRegistry resource accepts the following input properties:

    EnvironmentId string
    Environment ID
    Region string
    where
    ServiceProvider string
    Cloud provider
    EnvironmentId string
    Environment ID
    Region string
    where
    ServiceProvider string
    Cloud provider
    environmentId String
    Environment ID
    region String
    where
    serviceProvider String
    Cloud provider
    environmentId string
    Environment ID
    region string
    where
    serviceProvider string
    Cloud provider
    environment_id str
    Environment ID
    region str
    where
    service_provider str
    Cloud provider
    environmentId String
    Environment ID
    region String
    where
    serviceProvider String
    Cloud provider

    Outputs

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

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

    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.
    The following state arguments are supported:
    Endpoint string
    EnvironmentId string
    Environment ID
    Region string
    where
    ServiceProvider string
    Cloud provider
    Endpoint string
    EnvironmentId string
    Environment ID
    Region string
    where
    ServiceProvider string
    Cloud provider
    endpoint String
    environmentId String
    Environment ID
    region String
    where
    serviceProvider String
    Cloud provider
    endpoint string
    environmentId string
    Environment ID
    region string
    where
    serviceProvider string
    Cloud provider
    endpoint str
    environment_id str
    Environment ID
    region str
    where
    service_provider str
    Cloud provider
    endpoint String
    environmentId String
    Environment ID
    region String
    where
    serviceProvider 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.
    confluent logo

    This package is deprecated. We recommend using the new Confluent Cloud package.

    Confluent Cloud v0.2.2 published on Friday, Dec 10, 2021 by Pulumi