AWSPinpointTargetingWriteEventStream
Objective-C
@interface AWSPinpointTargetingWriteEventStream
Swift
class AWSPinpointTargetingWriteEventStream
Specifies the Amazon Resource Name (ARN) of an event stream to publish events to and the AWS Identity and Access Management (IAM) role to use when publishing those events.
Required parameters: [RoleArn, DestinationStreamArn]
-
The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery stream that you want 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 }
-
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 }