Sha256: e7082d9713f14e29486e293c2dd9a8f7862bb907c20d47aceb5c2b5fb47152bd

Contents?: true

Size: 518 Bytes

Versions: 38

Compression:

Stored size: 518 Bytes

Contents

# OryClient::SetEventStreamBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **role_arn** | **String** | The AWS IAM role ARN to assume when publishing to the SNS topic. |  |
| **topic_arn** | **String** | The AWS SNS topic ARN. |  |
| **type** | **String** | The type of the event stream (AWS SNS, GCP Pub/Sub, etc). |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::SetEventStreamBody.new(
  role_arn: null,
  topic_arn: null,
  type: null
)
```

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/SetEventStreamBody.md
ory-client-1.16.1 docs/SetEventStreamBody.md
ory-client-1.16.0 docs/SetEventStreamBody.md
ory-client-1.15.17 docs/SetEventStreamBody.md
ory-client-1.15.16 docs/SetEventStreamBody.md
ory-client-1.15.15 docs/SetEventStreamBody.md
ory-client-1.15.14 docs/SetEventStreamBody.md
ory-client-1.15.13 docs/SetEventStreamBody.md
ory-client-1.15.12 docs/SetEventStreamBody.md
ory-client-1.15.10 docs/SetEventStreamBody.md
ory-client-1.15.7 docs/SetEventStreamBody.md
ory-client-1.15.6 docs/SetEventStreamBody.md
ory-client-1.15.5 docs/SetEventStreamBody.md
ory-client-1.15.4 docs/SetEventStreamBody.md
ory-client-1.15.3 docs/SetEventStreamBody.md
ory-client-1.15.0 docs/SetEventStreamBody.md
ory-client-1.14.5 docs/SetEventStreamBody.md
ory-client-1.14.4 docs/SetEventStreamBody.md
ory-client-1.14.3 docs/SetEventStreamBody.md
ory-client-1.14.2 docs/SetEventStreamBody.md