AudienceExportJobSummary
Provides information about the audience export job.
Contents
- audienceGenerationJobArn
-
The Amazon Resource Name (ARN) of the audience generation job that was exported.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:audience-generation-job/[-a-zA-Z0-9_/.]+
Required: Yes
- audienceSize
-
The size of the generated audience. Must match one of the sizes in the configured audience model.
Type: AudienceSize object
Required: Yes
- createTime
-
The time at which the audience export job was created.
Type: Timestamp
Required: Yes
- name
-
The name of the audience export job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
(?!\s*$)[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t]*
Required: Yes
- status
-
The status of the audience export job.
Type: String
Valid Values:
CREATE_PENDING | CREATE_IN_PROGRESS | CREATE_FAILED | ACTIVE
Required: Yes
- updateTime
-
The most recent time at which the audience export job was updated.
Type: Timestamp
Required: Yes
- description
-
The description of the audience export job.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 255.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t\r\n]*
Required: No
- outputLocation
-
The Amazon S3 bucket where the audience export is stored.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1285.
Pattern:
s3://.+
Required: No
- statusDetails
-
Details about the status of a resource.
Type: StatusDetails object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: