# `Stripe.Params.V2.Core.EventDestinationCreateParams.AmazonEventbridge`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/event_destination_create_params.ex#L46)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.V2.Core.EventDestinationCreateParams.AmazonEventbridge{
  aws_account_id: String.t() | nil,
  aws_region: String.t() | nil
}
```

* `aws_account_id` - The AWS account ID.
* `aws_region` - The region of the AWS event source.

---

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