GetKafkaSchemaConfiguration

Using GetKafkaSchemaConfiguration

function getKafkaSchemaConfiguration(args: GetKafkaSchemaConfigurationArgs, opts?: InvokeOptions): Promise<GetKafkaSchemaConfigurationResult>
function  get_kafka_schema_configuration(project=None, schema=None, service_name=None, subject_name=None, version=None, opts=None)
func LookupKafkaSchemaConfiguration(ctx *Context, args *LookupKafkaSchemaConfigurationArgs, opts ...InvokeOption) (*LookupKafkaSchemaConfigurationResult, error)

Note: This function is named LookupKafkaSchemaConfiguration in the Go SDK.

public static class GetKafkaSchemaConfiguration {
    public static Task<GetKafkaSchemaConfigurationResult> InvokeAsync(GetKafkaSchemaConfigurationArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Project string
ServiceName string
Schema string
SubjectName string
Version int
Project string
ServiceName string
Schema string
SubjectName string
Version int
project string
serviceName string
schema string
subjectName string
version number
project str
service_name str
schema str
subject_name str
version float

GetKafkaSchemaConfiguration Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

Project string
ServiceName string
Version int
Schema string
SubjectName string
Id string

The provider-assigned unique ID for this managed resource.

Project string
ServiceName string
Version int
Schema string
SubjectName string
id string

The provider-assigned unique ID for this managed resource.

project string
serviceName string
version number
schema string
subjectName string
id str

The provider-assigned unique ID for this managed resource.

project str
service_name str
version float
schema str
subject_name str

Package Details

Repository
https://github.com/pulumi/pulumi-aiven
License
Apache-2.0
Notes
This Pulumi package is based on the aiven Terraform Provider.