GetKafkaSchema
Using GetKafkaSchema
function getKafkaSchema(args: GetKafkaSchemaArgs, opts?: InvokeOptions): Promise<GetKafkaSchemaResult>function get_kafka_schema(project=None, schema=None, service_name=None, subject_name=None, version=None, opts=None)func LookupKafkaSchema(ctx *Context, args *LookupKafkaSchemaArgs, opts ...InvokeOption) (*LookupKafkaSchemaResult, error)Note: This function is named
LookupKafkaSchemain the Go SDK.
public static class GetKafkaSchema {
public static Task<GetKafkaSchemaResult> InvokeAsync(GetKafkaSchemaArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetKafkaSchema Result
The following output properties are available:
Package Details
- Repository
- https://github.com/pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aivenTerraform Provider.