AWSPinpointTargetingEventStream
Objective-C
@interface AWSPinpointTargetingEventStream
Swift
class AWSPinpointTargetingEventStream
Specifies settings for publishing event data to an Amazon Kinesis data stream or an Amazon Kinesis Data Firehose delivery stream.
Required parameters: [ApplicationId, RoleArn, DestinationStreamArn]
-
The unique identifier for the application to publish event data for.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable applicationId;
Swift
var applicationId: String? { get set }
-
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 Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destinationStreamArn;
Swift
var destinationStreamArn: String? { get set }
-
(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.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable externalId;
Swift
var externalId: String? { get set }
-
The date, in ISO 8601 format, when the event stream was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lastModifiedDate;
Swift
var lastModifiedDate: String? { get set }
-
The IAM user who last modified the event stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lastUpdatedBy;
Swift
var lastUpdatedBy: String? { get set }
-
The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to the stream in your AWS account.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleArn;
Swift
var roleArn: String? { get set }