Class: Aws::Pinpoint::Types::EventStream
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::EventStream
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Model for an event publishing subscription export.
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application from which events should be published.
-
#destination_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Kinesis stream or Firehose delivery stream to which you want to publish events.
-
#external_id ⇒ String
The external ID assigned the IAM role that authorizes Amazon Pinpoint to publish to the stream.
-
#last_modified_date ⇒ String
The date the event stream was last updated in ISO 8601 format.
-
#last_updated_by ⇒ String
The IAM user who last modified the event stream.
-
#role_arn ⇒ String
The IAM role that authorizes Amazon Pinpoint to publish events to the stream in your account.
Instance Attribute Details
#application_id ⇒ String
The ID of the application from which events should be published.
2163 2164 2165 2166 2167 2168 2169 2170 2171 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2163 class EventStream < Struct.new( :application_id, :destination_stream_arn, :external_id, :last_modified_date, :last_updated_by, :role_arn) include Aws::Structure end |
#destination_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Kinesis stream or Firehose delivery stream to which you want to publish events. Firehose ARN: arn:aws:firehose:REGION:ACCOUNT_ID:deliverystream/STREAM_NAME Kinesis ARN: arn:aws:kinesis:REGION:ACCOUNT_ID:stream/STREAM_NAME
2163 2164 2165 2166 2167 2168 2169 2170 2171 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2163 class EventStream < Struct.new( :application_id, :destination_stream_arn, :external_id, :last_modified_date, :last_updated_by, :role_arn) include Aws::Structure end |
#external_id ⇒ String
The external ID assigned the IAM role that authorizes Amazon Pinpoint to publish to the stream.
2163 2164 2165 2166 2167 2168 2169 2170 2171 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2163 class EventStream < Struct.new( :application_id, :destination_stream_arn, :external_id, :last_modified_date, :last_updated_by, :role_arn) include Aws::Structure end |
#last_modified_date ⇒ String
The date the event stream was last updated in ISO 8601 format.
2163 2164 2165 2166 2167 2168 2169 2170 2171 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2163 class EventStream < Struct.new( :application_id, :destination_stream_arn, :external_id, :last_modified_date, :last_updated_by, :role_arn) include Aws::Structure end |
#last_updated_by ⇒ String
The IAM user who last modified the event stream.
2163 2164 2165 2166 2167 2168 2169 2170 2171 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2163 class EventStream < Struct.new( :application_id, :destination_stream_arn, :external_id, :last_modified_date, :last_updated_by, :role_arn) include Aws::Structure end |
#role_arn ⇒ String
The IAM role that authorizes Amazon Pinpoint to publish events to the stream in your account.
2163 2164 2165 2166 2167 2168 2169 2170 2171 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2163 class EventStream < Struct.new( :application_id, :destination_stream_arn, :external_id, :last_modified_date, :last_updated_by, :role_arn) include Aws::Structure end |