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.



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.

Returns:

  • ("JSON", "SOURCE")


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.

Returns:

  • (::String)


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