ExportJobResource class
Provides information about the resource settings for a job that exports endpoint definitions to a file. The file can be added directly to an Amazon Simple Storage Service (Amazon S3) bucket by using the Amazon Pinpoint API or downloaded directly to a computer by using the Amazon Pinpoint console.
Constructors
- ExportJobResource({required String roleArn, required String s3UrlPrefix, String? segmentId, int? segmentVersion})
-
ExportJobResource.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- roleArn → String
-
The Amazon Resource Name (ARN) of the AWS Identity and Access Management
(IAM) role that authorized Amazon Pinpoint to access the Amazon S3 location
where the endpoint definitions were exported to.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3UrlPrefix → String
-
The URL of the location in an Amazon Simple Storage Service (Amazon S3)
bucket where the endpoint definitions were exported to. This location is
typically a folder that contains multiple files. The URL should be in the
following format:
s3:////.
final
- segmentId → String?
-
The identifier for the segment that the endpoint definitions were exported
from. If this value isn't present, Amazon Pinpoint exported definitions for
all the endpoints that are associated with the application.
final
- segmentVersion → int?
-
The version of the segment that the endpoint definitions were exported from.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited