1. Packages
  2. Confluent Cloud
  3. API Docs
  4. getSchemaRegistryClusterConfig
Confluent v1.38.0 published on Thursday, Mar 21, 2024 by Pulumi

confluentcloud.getSchemaRegistryClusterConfig

Explore with Pulumi AI

confluentcloud logo
Confluent v1.38.0 published on Thursday, Mar 21, 2024 by Pulumi

    Using getSchemaRegistryClusterConfig

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSchemaRegistryClusterConfig(args: GetSchemaRegistryClusterConfigArgs, opts?: InvokeOptions): Promise<GetSchemaRegistryClusterConfigResult>
    function getSchemaRegistryClusterConfigOutput(args: GetSchemaRegistryClusterConfigOutputArgs, opts?: InvokeOptions): Output<GetSchemaRegistryClusterConfigResult>
    def get_schema_registry_cluster_config(credentials: Optional[GetSchemaRegistryClusterConfigCredentials] = None,
                                           rest_endpoint: Optional[str] = None,
                                           schema_registry_cluster: Optional[GetSchemaRegistryClusterConfigSchemaRegistryCluster] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetSchemaRegistryClusterConfigResult
    def get_schema_registry_cluster_config_output(credentials: Optional[pulumi.Input[GetSchemaRegistryClusterConfigCredentialsArgs]] = None,
                                           rest_endpoint: Optional[pulumi.Input[str]] = None,
                                           schema_registry_cluster: Optional[pulumi.Input[GetSchemaRegistryClusterConfigSchemaRegistryClusterArgs]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetSchemaRegistryClusterConfigResult]
    func LookupSchemaRegistryClusterConfig(ctx *Context, args *LookupSchemaRegistryClusterConfigArgs, opts ...InvokeOption) (*LookupSchemaRegistryClusterConfigResult, error)
    func LookupSchemaRegistryClusterConfigOutput(ctx *Context, args *LookupSchemaRegistryClusterConfigOutputArgs, opts ...InvokeOption) LookupSchemaRegistryClusterConfigResultOutput

    > Note: This function is named LookupSchemaRegistryClusterConfig in the Go SDK.

    public static class GetSchemaRegistryClusterConfig 
    {
        public static Task<GetSchemaRegistryClusterConfigResult> InvokeAsync(GetSchemaRegistryClusterConfigArgs args, InvokeOptions? opts = null)
        public static Output<GetSchemaRegistryClusterConfigResult> Invoke(GetSchemaRegistryClusterConfigInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSchemaRegistryClusterConfigResult> getSchemaRegistryClusterConfig(GetSchemaRegistryClusterConfigArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: confluentcloud:index/getSchemaRegistryClusterConfig:getSchemaRegistryClusterConfig
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Credentials GetSchemaRegistryClusterConfigCredentials
    RestEndpoint string
    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).
    SchemaRegistryCluster GetSchemaRegistryClusterConfigSchemaRegistryCluster
    credentials GetSchemaRegistryClusterConfigCredentials
    restEndpoint String
    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).
    schemaRegistryCluster GetSchemaRegistryClusterConfigSchemaRegistryCluster
    credentials GetSchemaRegistryClusterConfigCredentials
    restEndpoint string
    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).
    schemaRegistryCluster GetSchemaRegistryClusterConfigSchemaRegistryCluster
    credentials GetSchemaRegistryClusterConfigCredentials
    rest_endpoint str
    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).
    schema_registry_cluster GetSchemaRegistryClusterConfigSchemaRegistryCluster
    credentials Property Map
    restEndpoint String
    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).
    schemaRegistryCluster Property Map

    getSchemaRegistryClusterConfig Result

    The following output properties are available:

    CompatibilityLevel string
    (Required String) The global Schema Registry compatibility level. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.
    Id string
    The provider-assigned unique ID for this managed resource.
    Credentials Pulumi.ConfluentCloud.Outputs.GetSchemaRegistryClusterConfigCredentials
    RestEndpoint string
    SchemaRegistryCluster Pulumi.ConfluentCloud.Outputs.GetSchemaRegistryClusterConfigSchemaRegistryCluster
    CompatibilityLevel string
    (Required String) The global Schema Registry compatibility level. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.
    Id string
    The provider-assigned unique ID for this managed resource.
    Credentials GetSchemaRegistryClusterConfigCredentials
    RestEndpoint string
    SchemaRegistryCluster GetSchemaRegistryClusterConfigSchemaRegistryCluster
    compatibilityLevel String
    (Required String) The global Schema Registry compatibility level. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.
    id String
    The provider-assigned unique ID for this managed resource.
    credentials GetSchemaRegistryClusterConfigCredentials
    restEndpoint String
    schemaRegistryCluster GetSchemaRegistryClusterConfigSchemaRegistryCluster
    compatibilityLevel string
    (Required String) The global Schema Registry compatibility level. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.
    id string
    The provider-assigned unique ID for this managed resource.
    credentials GetSchemaRegistryClusterConfigCredentials
    restEndpoint string
    schemaRegistryCluster GetSchemaRegistryClusterConfigSchemaRegistryCluster
    compatibility_level str
    (Required String) The global Schema Registry compatibility level. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.
    id str
    The provider-assigned unique ID for this managed resource.
    credentials GetSchemaRegistryClusterConfigCredentials
    rest_endpoint str
    schema_registry_cluster GetSchemaRegistryClusterConfigSchemaRegistryCluster
    compatibilityLevel String
    (Required String) The global Schema Registry compatibility level. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.
    id String
    The provider-assigned unique ID for this managed resource.
    credentials Property Map
    restEndpoint String
    schemaRegistryCluster Property Map

    Supporting Types

    GetSchemaRegistryClusterConfigCredentials

    Key string
    The Schema Registry API Key.
    Secret string
    The Schema Registry API Secret.
    Key string
    The Schema Registry API Key.
    Secret string
    The Schema Registry API Secret.
    key String
    The Schema Registry API Key.
    secret String
    The Schema Registry API Secret.
    key string
    The Schema Registry API Key.
    secret string
    The Schema Registry API Secret.
    key str
    The Schema Registry API Key.
    secret str
    The Schema Registry API Secret.
    key String
    The Schema Registry API Key.
    secret String
    The Schema Registry API Secret.

    GetSchemaRegistryClusterConfigSchemaRegistryCluster

    Id string
    The ID of the Schema Registry cluster, for example, lsrc-abc123.
    Id string
    The ID of the Schema Registry cluster, for example, lsrc-abc123.
    id String
    The ID of the Schema Registry cluster, for example, lsrc-abc123.
    id string
    The ID of the Schema Registry cluster, for example, lsrc-abc123.
    id str
    The ID of the Schema Registry cluster, for example, lsrc-abc123.
    id String
    The ID of the Schema Registry cluster, for example, lsrc-abc123.

    Package Details

    Repository
    Confluent Cloud pulumi/pulumi-confluentcloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the confluent Terraform Provider.
    confluentcloud logo
    Confluent v1.38.0 published on Thursday, Mar 21, 2024 by Pulumi