Class: Aws::Pinpoint::Types::EventStream

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Model for an event publishing subscription export.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application from which events should be published.

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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_idString

The external ID assigned the IAM role that authorizes Amazon Pinpoint to publish to the stream.

Returns:

  • (String)


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_dateString

The date the event stream was last updated in ISO 8601 format.

Returns:

  • (String)


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_byString

The IAM user who last modified the event stream.

Returns:

  • (String)


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_arnString

The IAM role that authorizes Amazon Pinpoint to publish events to the stream in your account.

Returns:

  • (String)


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