Stripe.Resources.V2.Core.EventDestination.AmazonEventbridge (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.V2.Core.EventDestination.AmazonEventbridge{
  aws_account_id: String.t() | nil,
  aws_event_source_arn: String.t() | nil,
  aws_event_source_status: String.t() | nil
}
  • aws_account_id - The AWS account ID.
  • aws_event_source_arn - The ARN of the AWS event source.
  • aws_event_source_status - The state of the AWS event source. Possible values: active, deleted, pending, unknown.