EventSourceMappingAmazonManagedKafkaEventSourceConfigSchemaRegistryConfig constructor
const
EventSourceMappingAmazonManagedKafkaEventSourceConfigSchemaRegistryConfig({
- Input<
List< ? accessConfigs,EventSourceMappingAmazonManagedKafkaEventSourceConfigSchemaRegistryConfigAccessConfig> ?> - Input<
String?> ? eventRecordFormat, - Input<
String?> ? schemaRegistryUri, - Input<
List< ? schemaValidationConfigs,EventSourceMappingAmazonManagedKafkaEventSourceConfigSchemaRegistryConfigSchemaValidationConfig> ?>
Creates a new EventSourceMappingAmazonManagedKafkaEventSourceConfigSchemaRegistryConfig.
accessConfigs Configuration block for authentication Lambda uses to access the schema registry. See below.
eventRecordFormat Record format that Lambda delivers to the function after schema validation. Valid values: JSON, SOURCE.
schemaRegistryUri URI of the schema registry. For AWS Glue schema registries, use the ARN of the registry. For Confluent schema registries, use the registry URL.
schemaValidationConfigs Repeatable block that defines schema validation settings. These specify the message attributes that Lambda should validate and filter using the schema registry. See below.
Implementation
const EventSourceMappingAmazonManagedKafkaEventSourceConfigSchemaRegistryConfig({
this.accessConfigs,
this.eventRecordFormat,
this.schemaRegistryUri,
this.schemaValidationConfigs,
});