EventStream class

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

Constructors

EventStream({required String applicationId, required String destinationStreamArn, required String roleArn, String? externalId, String? lastModifiedDate, String? lastUpdatedBy})
EventStream.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String
The unique identifier for the application to publish event data for.
final
destinationStreamArn String
The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery stream to publish event data to.
final
externalId String?
(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.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedDate String?
The date, in ISO 8601 format, when the event stream was last modified.
final
lastUpdatedBy String?
The IAM user who last modified the event stream.
final
roleArn String
The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to the stream in your AWS account.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited