Optional
additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional
enabledWhether logs matching this custom destination should be forwarded or not.
Optional
forwardWhether tags from the forwarded logs should be forwarded or not.
Optional
forwardList of keys of tags to be restricted from being forwarded.
An empty list represents no restriction is in place and either all or no tags will be forwarded depending on forward_tags_restriction_list_type
parameter.
Optional
forwardHow forward_tags_restriction_list
parameter should be interpreted.
If ALLOW_LIST
, then only tags whose keys on the forwarded logs match the ones on the restriction list
are forwarded.
BLOCK_LIST
works the opposite way. It does not forward the tags matching the ones on the list.
Optional
forwarderA custom destination's location to forward logs.
Optional
nameThe custom destination name.
Optional
queryThe custom destination query and filter. Logs matching this query are forwarded to the destination.
Generated using TypeDoc
The attributes associated with the custom destination.