Class: Aws::Types::KafkaSchemaRegistryConfig
- Inherits:
-
Object
- Object
- Aws::Types::KafkaSchemaRegistryConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_configs ⇒ ::Array[Types::KafkaSchemaRegistryAccessConfig]
Returns the value of attribute access_configs.
-
#event_record_format ⇒ "JSON", "SOURCE"
Returns the value of attribute event_record_format.
-
#schema_registry_uri ⇒ ::String
Returns the value of attribute schema_registry_uri.
-
#schema_validation_configs ⇒ ::Array[Types::KafkaSchemaValidationConfig]
Returns the value of attribute schema_validation_configs.
Instance Attribute Details
#access_configs ⇒ ::Array[Types::KafkaSchemaRegistryAccessConfig]
Returns the value of attribute access_configs.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def access_configs @access_configs end |
#event_record_format ⇒ "JSON", "SOURCE"
Returns the value of attribute event_record_format.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def event_record_format @event_record_format end |
#schema_registry_uri ⇒ ::String
Returns the value of attribute schema_registry_uri.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def schema_registry_uri @schema_registry_uri end |
#schema_validation_configs ⇒ ::Array[Types::KafkaSchemaValidationConfig]
Returns the value of attribute schema_validation_configs.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def schema_validation_configs @schema_validation_configs end |