You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

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

Returns:

  • (String)

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

#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)

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

#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)

    (Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy.

#last_modified_dateString

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

Returns:

  • (String)

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

#last_updated_byString

The IAM user who last modified the event stream.

Returns:

  • (String)

    The IAM user who last modified the event stream.

#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)

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