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

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

Overview

Specifies settings for publishing event data to an Amazon Kinesis data stream or an Amazon Kinesis Data Firehose delivery stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier for the application to publish event data for.

Returns:

  • (String)


5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5403

class EventStream < Struct.new(
  :application_id,
  :destination_stream_arn,
  :external_id,
  :last_modified_date,
  :last_updated_by,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#destination_stream_arnString

The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery stream to publish event data to.

For a Kinesis data stream, the ARN format is: arn:aws:kinesis:region:account-id:stream/stream_name

For a Kinesis Data Firehose delivery stream, the ARN format is: arn:aws:firehose:region:account-id:deliverystream/stream_name

Returns:

  • (String)


5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5403

class EventStream < Struct.new(
  :application_id,
  :destination_stream_arn,
  :external_id,
  :last_modified_date,
  :last_updated_by,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#external_idString

(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy. Amazon Pinpoint previously used this value to assume an IAM role when publishing event data, but we removed this requirement. We don't recommend use of external IDs for IAM roles that are assumed by Amazon Pinpoint.

Returns:

  • (String)


5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5403

class EventStream < Struct.new(
  :application_id,
  :destination_stream_arn,
  :external_id,
  :last_modified_date,
  :last_updated_by,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateString

The date, in ISO 8601 format, when the event stream was last modified.

Returns:

  • (String)


5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5403

class EventStream < Struct.new(
  :application_id,
  :destination_stream_arn,
  :external_id,
  :last_modified_date,
  :last_updated_by,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_byString

The IAM user who last modified the event stream.

Returns:

  • (String)


5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5403

class EventStream < Struct.new(
  :application_id,
  :destination_stream_arn,
  :external_id,
  :last_modified_date,
  :last_updated_by,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to the stream in your AWS account.

Returns:

  • (String)


5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5403

class EventStream < Struct.new(
  :application_id,
  :destination_stream_arn,
  :external_id,
  :last_modified_date,
  :last_updated_by,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end