Class: Aws::EventBridgeV2::Types::SchemaRegistryConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb

Overview

Schema registry settings used to encode open-format (Avro/Protobuf) events.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#confluent_public_registry_configuration ⇒ Types::ConfluentPublicRegistryConfiguration

Required when RegistryUri is an HTTPS URL. Provides Connection-based auth for Confluent Cloud.



2405
2406
2407
2408
2409
2410
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2405

class SchemaRegistryConfiguration < Struct.new(
  :registry_uri,
  :confluent_public_registry_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#registry_uri ⇒ String

Glue Schema Registry ARN, or Confluent Cloud HTTPS URL.

Returns:

  • (String)


2405
2406
2407
2408
2409
2410
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2405

class SchemaRegistryConfiguration < Struct.new(
  :registry_uri,
  :confluent_public_registry_configuration)
  SENSITIVE = []
  include Aws::Structure
end