ExportJobRequest is a JSON Structure definition published by Amazon Pinpoint, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-export-job-request-structure.json",
"name": "ExportJobRequest",
"description": "Specifies the settings for a job that exports endpoint definitions to an Amazon Simple Storage Service (Amazon S3) bucket.",
"type": "object",
"properties": {
"RoleArn": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "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."
}
]
},
"S3UrlPrefix": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "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://<replaceable>bucket-name</replaceable>/<replaceable>folder-name</replaceable>/."
}
]
},
"SegmentId": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "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."
}
]
},
"SegmentVersion": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"description": "The version of the segment to export endpoint definitions from, if specified."
}
]
}
},
"required": [
"S3UrlPrefix",
"RoleArn"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.