Stripe.Params.V2.Core.EventDestinationCreateParams (tiger_stripe v0.4.0)

Copy Markdown View Source

Parameters for event destination create.

Summary

Types

t()

@type t() :: %Stripe.Params.V2.Core.EventDestinationCreateParams{
  amazon_eventbridge: term(),
  azure_event_grid: term(),
  description: term(),
  enabled_events: term(),
  event_payload: term(),
  events_from: term(),
  include: term(),
  metadata: term(),
  name: term(),
  snapshot_api_version: term(),
  type: term(),
  webhook_endpoint: term()
}
  • amazon_eventbridge - Amazon EventBridge configuration.
  • azure_event_grid - Azure Event Grid configuration.
  • description - An optional description of what the event destination is used for.
  • enabled_events - The list of events to enable for this endpoint.
  • event_payload - Payload type of events being subscribed to. Possible values: snapshot, thin.
  • events_from - Specifies which accounts' events route to this destination. @self: Receive events from the account that owns the event destination. @accounts: Receive events emitted from other accounts you manage which includes your v1 and v2 accounts. @organization_members: Receive events from accounts directly linked to the organization. @organization_members/@accounts: Receive events from all accounts connected to any platform accounts in the organization.
  • include - Additional fields to include in the response.
  • metadata - Metadata.
  • name - Event destination name.
  • snapshot_api_version - If using the snapshot event payload, the API version events are rendered as.
  • type - Event destination type. Possible values: amazon_eventbridge, azure_event_grid, webhook_endpoint.
  • webhook_endpoint - Webhook endpoint configuration.