Class: Aws::EventBridgeV2::Types::ConfluentPublicRegistryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::ConfluentPublicRegistryConfiguration
- 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
-
#connection_arn ⇒ String
EventBridge Connection ARN that provides API Key or OAuth credentials for the registry.
Instance Attribute Details
#connection_arn ⇒ String
EventBridge Connection ARN that provides API Key or OAuth credentials for the registry.
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 |