AWSPinpointTargetingExportJobResource Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSPinpointTargetingModel.h AWSPinpointTargetingModel.m |
roleArn
The Amazon Resource Name (ARN) of an IAM role that grants Amazon Pinpoint access to the Amazon S3 location that endpoints will be exported to.
@property (nonatomic, strong) NSString *roleArn
Declared In
AWSPinpointTargetingModel.h
s3UrlPrefix
A URL that points to the location within an Amazon S3 bucket that will receive the export. The location is typically a folder with multiple files.The URL should follow this format: s3://bucket-name/folder-name/Amazon Pinpoint will export endpoints to this location.
@property (nonatomic, strong) NSString *s3UrlPrefix
Declared In
AWSPinpointTargetingModel.h
segmentId
The ID of the segment to export endpoints from. If not present, Amazon Pinpoint exports all of the endpoints that belong to the application.
@property (nonatomic, strong) NSString *segmentId
Declared In
AWSPinpointTargetingModel.h
segmentVersion
The version of the segment to export if specified.
@property (nonatomic, strong) NSNumber *segmentVersion
Declared In
AWSPinpointTargetingModel.h