AWSPinpointTargetingPutEventStreamRequest
Objective-C
@interface AWSPinpointTargetingPutEventStreamRequest
Swift
class AWSPinpointTargetingPutEventStreamRequest
-
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable applicationId;
Swift
var applicationId: String? { get set }
-
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.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingWriteEventStream *_Nullable writeEventStream;
Swift
var writeEventStream: AWSPinpointTargetingWriteEventStream? { get set }