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.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def access_configs @access_configs end |
#event_record_format ⇒ "JSON", "SOURCE"
Returns the value of attribute event_record_format.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def event_record_format @event_record_format end |
#schema_registry_uri ⇒ ::String
Returns the value of attribute schema_registry_uri.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def schema_registry_uri @schema_registry_uri end |
#schema_validation_configs ⇒ ::Array[Types::KafkaSchemaValidationConfig]
Returns the value of attribute schema_validation_configs.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def schema_validation_configs @schema_validation_configs end |