JsonInputSchemaMapping Class
This enables publishing to Event Grid using a custom input schema. This can be used to map properties from a custom input JSON schema to the Event Grid event schema.
Constructor
JsonInputSchemaMapping(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
properties
|
JSON Properties of the input schema mapping. |
|
input_schema_mapping_type
|
str or
<xref:azure.mgmt.eventgrid.models.JSON>
Type of the custom mapping. Required. Json. |
Attributes
input_schema_mapping_type
Type of the custom mapping. Required. Json.
input_schema_mapping_type: JSON: 'Json'>]
properties
JSON Properties of the input schema mapping.
properties: _models.JsonInputSchemaMappingProperties | None