# `Stripe.Resources.V2.Core.EventDestination.AmazonEventbridge`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/event_destination.ex#L71)

Nested struct within the parent resource.

# `t`

```elixir
@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`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
