Class: Aws::EventBridgeV2::Types::ConfluentPublicRegistryConfiguration

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

Overview

Authentication configuration for public Confluent Schema Registry via EventBridge Connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arn ⇒ String

EventBridge Connection ARN that provides API Key or OAuth credentials for the registry.

Returns:

  • (String)


135
136
137
138
139
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 135

class ConfluentPublicRegistryConfiguration < Struct.new(
  :connection_arn)
  SENSITIVE = []
  include Aws::Structure
end