ExportJobRequest class
Specifies the settings for a job that exports endpoint definitions to an Amazon Simple Storage Service (Amazon S3) bucket.
Constructors
- ExportJobRequest({required String roleArn, required String s3UrlPrefix, String? segmentId, int? segmentVersion})
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 authorizes Amazon Pinpoint to access the Amazon S3 location
where you want to export endpoint definitions 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 you want to export endpoint definitions 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 to export endpoint definitions from. If you
don't specify this value, Amazon Pinpoint exports definitions for all the
endpoints that are associated with the application.
final
- segmentVersion → int?
-
The version of the segment to export endpoint definitions from, if
specified.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited