DynamicDeliveryAttributeMapping Class

Dynamic delivery attribute mapping details.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.eventgrid.models._models_py3.DeliveryAttributeMapping
DynamicDeliveryAttributeMapping

Constructor

DynamicDeliveryAttributeMapping(*, name: Optional[str] = None, source_field: Optional[str] = None, **kwargs)

Variables

name
str

Name of the delivery attribute or header.

type
str or DeliveryAttributeMappingType

Required. Type of the delivery attribute or header name.Constant filled by server. Possible values include: "Static", "Dynamic".

source_field
str

JSON path in the event which contains attribute value.