confluentcloud.getSchema
Explore with Pulumi AI
Using getSchema
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 getSchema(args: GetSchemaArgs, opts?: InvokeOptions): Promise<GetSchemaResult>
function getSchemaOutput(args: GetSchemaOutputArgs, opts?: InvokeOptions): Output<GetSchemaResult>
def get_schema(credentials: Optional[GetSchemaCredentials] = None,
rest_endpoint: Optional[str] = None,
schema_identifier: Optional[int] = None,
schema_registry_cluster: Optional[GetSchemaSchemaRegistryCluster] = None,
subject_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSchemaResult
def get_schema_output(credentials: Optional[pulumi.Input[GetSchemaCredentialsArgs]] = None,
rest_endpoint: Optional[pulumi.Input[str]] = None,
schema_identifier: Optional[pulumi.Input[int]] = None,
schema_registry_cluster: Optional[pulumi.Input[GetSchemaSchemaRegistryClusterArgs]] = None,
subject_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSchemaResult]
func LookupSchema(ctx *Context, args *LookupSchemaArgs, opts ...InvokeOption) (*LookupSchemaResult, error)
func LookupSchemaOutput(ctx *Context, args *LookupSchemaOutputArgs, opts ...InvokeOption) LookupSchemaResultOutput
> Note: This function is named LookupSchema
in the Go SDK.
public static class GetSchema
{
public static Task<GetSchemaResult> InvokeAsync(GetSchemaArgs args, InvokeOptions? opts = null)
public static Output<GetSchemaResult> Invoke(GetSchemaInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSchemaResult> getSchema(GetSchemaArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: confluentcloud:index/getSchema:getSchema
arguments:
# arguments dictionary
The following arguments are supported:
- Schema
Identifier int The globally unique ID of the Schema, for example,
100003
. If the same schema is registered under a different subject, the same identifier will be returned. However, theversion
of the schema may be different under different subjects.Note: A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
- Subject
Name string The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example,
test-subject
. Schemas evolve safely, following a compatibility mode defined, under a subject name.- Credentials
Pulumi.
Confluent Cloud. Inputs. Get Schema Credentials - Rest
Endpoint string The REST endpoint of the Schema Registry cluster, for example,
https://psrc-00000.us-central1.gcp.confluent.cloud:443
).- Schema
Registry Pulumi.Cluster Confluent Cloud. Inputs. Get Schema Schema Registry Cluster
- Schema
Identifier int The globally unique ID of the Schema, for example,
100003
. If the same schema is registered under a different subject, the same identifier will be returned. However, theversion
of the schema may be different under different subjects.Note: A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
- Subject
Name string The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example,
test-subject
. Schemas evolve safely, following a compatibility mode defined, under a subject name.- Credentials
Get
Schema Credentials - Rest
Endpoint string The REST endpoint of the Schema Registry cluster, for example,
https://psrc-00000.us-central1.gcp.confluent.cloud:443
).- Schema
Registry GetCluster Schema Schema Registry Cluster
- schema
Identifier Integer The globally unique ID of the Schema, for example,
100003
. If the same schema is registered under a different subject, the same identifier will be returned. However, theversion
of the schema may be different under different subjects.Note: A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
- subject
Name String The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example,
test-subject
. Schemas evolve safely, following a compatibility mode defined, under a subject name.- credentials
Get
Schema Credentials - rest
Endpoint String The REST endpoint of the Schema Registry cluster, for example,
https://psrc-00000.us-central1.gcp.confluent.cloud:443
).- schema
Registry GetCluster Schema Schema Registry Cluster
- schema
Identifier number The globally unique ID of the Schema, for example,
100003
. If the same schema is registered under a different subject, the same identifier will be returned. However, theversion
of the schema may be different under different subjects.Note: A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
- subject
Name string The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example,
test-subject
. Schemas evolve safely, following a compatibility mode defined, under a subject name.- credentials
Get
Schema Credentials - rest
Endpoint string The REST endpoint of the Schema Registry cluster, for example,
https://psrc-00000.us-central1.gcp.confluent.cloud:443
).- schema
Registry GetCluster Schema Schema Registry Cluster
- schema_
identifier int The globally unique ID of the Schema, for example,
100003
. If the same schema is registered under a different subject, the same identifier will be returned. However, theversion
of the schema may be different under different subjects.Note: A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
- subject_
name str The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example,
test-subject
. Schemas evolve safely, following a compatibility mode defined, under a subject name.- credentials
Get
Schema Credentials - rest_
endpoint str The REST endpoint of the Schema Registry cluster, for example,
https://psrc-00000.us-central1.gcp.confluent.cloud:443
).- schema_
registry_ Getcluster Schema Schema Registry Cluster
- schema
Identifier Number The globally unique ID of the Schema, for example,
100003
. If the same schema is registered under a different subject, the same identifier will be returned. However, theversion
of the schema may be different under different subjects.Note: A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
- subject
Name String The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example,
test-subject
. Schemas evolve safely, following a compatibility mode defined, under a subject name.- credentials Property Map
- rest
Endpoint String The REST endpoint of the Schema Registry cluster, for example,
https://psrc-00000.us-central1.gcp.confluent.cloud:443
).- schema
Registry Property MapCluster
getSchema Result
The following output properties are available:
- Format string
(Required String) The format of the schema. Accepted values are:
AVRO
,PROTOBUF
, andJSON
.- Hard
Delete bool - Id string
The provider-assigned unique ID for this managed resource.
- Recreate
On boolUpdate - Schema string
(Required String) The schema string, for example,
file("./schema_version_1.avsc")
.- Schema
Identifier int - Schema
References List<Pulumi.Confluent Cloud. Outputs. Get Schema Schema Reference> (Optional List) The list of referenced schemas (see Schema References for more details):
- Subject
Name string (Required String) The name for the reference. (For Avro Schema, the reference name is the fully qualified schema name, for JSON Schema it is a URL, and for Protobuf Schema, it is the name of another Protobuf file.)
- Version int
(Required Integer) The version of the Schema, for example,
4
.- Credentials
Pulumi.
Confluent Cloud. Outputs. Get Schema Credentials - Rest
Endpoint string - Schema
Registry Pulumi.Cluster Confluent Cloud. Outputs. Get Schema Schema Registry Cluster
- Format string
(Required String) The format of the schema. Accepted values are:
AVRO
,PROTOBUF
, andJSON
.- Hard
Delete bool - Id string
The provider-assigned unique ID for this managed resource.
- Recreate
On boolUpdate - Schema string
(Required String) The schema string, for example,
file("./schema_version_1.avsc")
.- Schema
Identifier int - Schema
References []GetSchema Schema Reference (Optional List) The list of referenced schemas (see Schema References for more details):
- Subject
Name string (Required String) The name for the reference. (For Avro Schema, the reference name is the fully qualified schema name, for JSON Schema it is a URL, and for Protobuf Schema, it is the name of another Protobuf file.)
- Version int
(Required Integer) The version of the Schema, for example,
4
.- Credentials
Get
Schema Credentials - Rest
Endpoint string - Schema
Registry GetCluster Schema Schema Registry Cluster
- format String
(Required String) The format of the schema. Accepted values are:
AVRO
,PROTOBUF
, andJSON
.- hard
Delete Boolean - id String
The provider-assigned unique ID for this managed resource.
- recreate
On BooleanUpdate - schema String
(Required String) The schema string, for example,
file("./schema_version_1.avsc")
.- schema
Identifier Integer - schema
References List<GetSchema Schema Reference> (Optional List) The list of referenced schemas (see Schema References for more details):
- subject
Name String (Required String) The name for the reference. (For Avro Schema, the reference name is the fully qualified schema name, for JSON Schema it is a URL, and for Protobuf Schema, it is the name of another Protobuf file.)
- version Integer
(Required Integer) The version of the Schema, for example,
4
.- credentials
Get
Schema Credentials - rest
Endpoint String - schema
Registry GetCluster Schema Schema Registry Cluster
- format string
(Required String) The format of the schema. Accepted values are:
AVRO
,PROTOBUF
, andJSON
.- hard
Delete boolean - id string
The provider-assigned unique ID for this managed resource.
- recreate
On booleanUpdate - schema string
(Required String) The schema string, for example,
file("./schema_version_1.avsc")
.- schema
Identifier number - schema
References GetSchema Schema Reference[] (Optional List) The list of referenced schemas (see Schema References for more details):
- subject
Name string (Required String) The name for the reference. (For Avro Schema, the reference name is the fully qualified schema name, for JSON Schema it is a URL, and for Protobuf Schema, it is the name of another Protobuf file.)
- version number
(Required Integer) The version of the Schema, for example,
4
.- credentials
Get
Schema Credentials - rest
Endpoint string - schema
Registry GetCluster Schema Schema Registry Cluster
- format str
(Required String) The format of the schema. Accepted values are:
AVRO
,PROTOBUF
, andJSON
.- hard_
delete bool - id str
The provider-assigned unique ID for this managed resource.
- recreate_
on_ boolupdate - schema str
(Required String) The schema string, for example,
file("./schema_version_1.avsc")
.- schema_
identifier int - schema_
references Sequence[GetSchema Schema Reference] (Optional List) The list of referenced schemas (see Schema References for more details):
- subject_
name str (Required String) The name for the reference. (For Avro Schema, the reference name is the fully qualified schema name, for JSON Schema it is a URL, and for Protobuf Schema, it is the name of another Protobuf file.)
- version int
(Required Integer) The version of the Schema, for example,
4
.- credentials
Get
Schema Credentials - rest_
endpoint str - schema_
registry_ Getcluster Schema Schema Registry Cluster
- format String
(Required String) The format of the schema. Accepted values are:
AVRO
,PROTOBUF
, andJSON
.- hard
Delete Boolean - id String
The provider-assigned unique ID for this managed resource.
- recreate
On BooleanUpdate - schema String
(Required String) The schema string, for example,
file("./schema_version_1.avsc")
.- schema
Identifier Number - schema
References List<Property Map> (Optional List) The list of referenced schemas (see Schema References for more details):
- subject
Name String (Required String) The name for the reference. (For Avro Schema, the reference name is the fully qualified schema name, for JSON Schema it is a URL, and for Protobuf Schema, it is the name of another Protobuf file.)
- version Number
(Required Integer) The version of the Schema, for example,
4
.- credentials Property Map
- rest
Endpoint String - schema
Registry Property MapCluster
Supporting Types
GetSchemaCredentials
GetSchemaSchemaReference
- Name string
(Required String) The name of the subject, representing the subject under which the referenced schema is registered.
- Subject
Name string The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example,
test-subject
. Schemas evolve safely, following a compatibility mode defined, under a subject name.- Version int
(Required Integer) The version of the Schema, for example,
4
.
- Name string
(Required String) The name of the subject, representing the subject under which the referenced schema is registered.
- Subject
Name string The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example,
test-subject
. Schemas evolve safely, following a compatibility mode defined, under a subject name.- Version int
(Required Integer) The version of the Schema, for example,
4
.
- name String
(Required String) The name of the subject, representing the subject under which the referenced schema is registered.
- subject
Name String The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example,
test-subject
. Schemas evolve safely, following a compatibility mode defined, under a subject name.- version Integer
(Required Integer) The version of the Schema, for example,
4
.
- name string
(Required String) The name of the subject, representing the subject under which the referenced schema is registered.
- subject
Name string The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example,
test-subject
. Schemas evolve safely, following a compatibility mode defined, under a subject name.- version number
(Required Integer) The version of the Schema, for example,
4
.
- name str
(Required String) The name of the subject, representing the subject under which the referenced schema is registered.
- subject_
name str The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example,
test-subject
. Schemas evolve safely, following a compatibility mode defined, under a subject name.- version int
(Required Integer) The version of the Schema, for example,
4
.
- name String
(Required String) The name of the subject, representing the subject under which the referenced schema is registered.
- subject
Name String The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example,
test-subject
. Schemas evolve safely, following a compatibility mode defined, under a subject name.- version Number
(Required Integer) The version of the Schema, for example,
4
.
GetSchemaSchemaRegistryCluster
- 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.