# EventStream

Event Stream

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **string** |  | [optional] [default to undefined]
**https_endpoint** | **string** |  | [optional] [default to undefined]
**id** | **string** |  | [optional] [default to undefined]
**role_arn** | **string** |  | [optional] [default to undefined]
**topic_arn** | **string** |  | [optional] [default to undefined]
**type** | **string** |  | [optional] [default to undefined]
**updated_at** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { EventStream } from '@ory/client';

const instance: EventStream = {
    created_at,
    https_endpoint,
    id,
    role_arn,
    topic_arn,
    type,
    updated_at,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
