Class: Aws::Types::KafkaSchemaRegistryConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • ("JSON", "SOURCE")


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.

Returns:

  • (::String)


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