Sha256: 717e8ec7a8827be1acf22059d85da76459cc048315d757fad9393dc3e218cd82
Contents?: true
Size: 524 Bytes
Versions: 38
Compression:
Stored size: 524 Bytes
Contents
# OryClient::CreateEventStreamBody ## 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::CreateEventStreamBody.new( role_arn: null, topic_arn: null, type: null ) ```
Version data entries
38 entries across 38 versions & 1 rubygems