cleanroomsml_start_audience_export_job {paws.security.identity} | 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.
See https://www.paws-r-sdk.com/docs/cleanroomsml_start_audience_export_job/ for full documentation.
Usage
cleanroomsml_start_audience_export_job(
name,
audienceGenerationJobArn,
audienceSize,
description = NULL
)
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] |
description |
The description of the audience export job. |
[Package paws.security.identity version 0.9.0 Index]