AWSPinpointTargetingWriteEventStream Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSPinpointTargetingModel.h AWSPinpointTargetingModel.m |
destinationStreamArn
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_NAMEKinesis ARN: arn:aws:kinesis:REGION:ACCOUNT_ID:stream/STREAM_NAME
@property (nonatomic, strong) NSString *destinationStreamArn
Declared In
AWSPinpointTargetingModel.h
roleArn
The IAM role that authorizes Amazon Pinpoint to publish events to the stream in your account.
@property (nonatomic, strong) NSString *roleArn
Declared In
AWSPinpointTargetingModel.h