Skip to content

Start Audience Export Job

cleanroomsml_start_audience_export_job R Documentation

Export an audience of a specified size after you have generated an audience

Description

Export an audience of a specified size after you have generated an audience.

Usage

cleanroomsml_start_audience_export_job(name, audienceGenerationJobArn,
  audienceSize, description)

Arguments

name

[required] The name of the audience export job.

audienceGenerationJobArn

[required] The Amazon Resource Name (ARN) of the audience generation job that you want to export.

audienceSize

[required] The size of the generated audience. Must match one of the sizes in the configured audience model.

description

The description of the audience export job.

Value

An empty list.

Request syntax

svc$start_audience_export_job(
  name = "string",
  audienceGenerationJobArn = "string",
  audienceSize = list(
    type = "ABSOLUTE"|"PERCENTAGE",
    value = 123
  ),
  description = "string"
)