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)


3586
3587
3588
3589
3590
3591
3592
3593
3594
# File 'lib/aws-sdk-pinpoint/types.rb', line 3586

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)


3586
3587
3588
3589
3590
3591
3592
3593
3594
# File 'lib/aws-sdk-pinpoint/types.rb', line 3586

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

DEPRECATED. Your AWS account ID, which you assigned to the ExternalID key in an IAM trust policy. Used by Amazon Pinpoint to assume an IAM role. This requirement is removed, and external IDs are not recommended for IAM roles assumed by Amazon Pinpoint.

Returns:

  • (String)


3586
3587
3588
3589
3590
3591
3592
3593
3594
# File 'lib/aws-sdk-pinpoint/types.rb', line 3586

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)


3586
3587
3588
3589
3590
3591
3592
3593
3594
# File 'lib/aws-sdk-pinpoint/types.rb', line 3586

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)


3586
3587
3588
3589
3590
3591
3592
3593
3594
# File 'lib/aws-sdk-pinpoint/types.rb', line 3586

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)


3586
3587
3588
3589
3590
3591
3592
3593
3594
# File 'lib/aws-sdk-pinpoint/types.rb', line 3586

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