List Ad Configurations
| ivs_list_ad_configurations | R Documentation |
Gets summary information about all ad configurations in your account, in the AWS region where the API request is processed¶
Description¶
Gets summary information about all ad configurations in your account, in the AWS region where the API request is processed.
Usage¶
ivs_list_ad_configurations(nextToken, maxResults)
Arguments¶
nextToken |
The first ad configuration to retrieve. This is used for
pagination; see the |
maxResults |
Maximum number of ad configurations to return. Default: your service quota or 100, whichever is smaller. |
Value¶
A list with the following syntax:
list(
adConfigurations = list(
list(
arn = "string",
name = "string",
mediaTailorPlaybackConfigurations = list(
list(
playbackConfigurationArn = "string"
)
),
tags = list(
"string"
)
)
),
nextToken = "string"
)
Request syntax¶
svc$list_ad_configurations(
nextToken = "string",
maxResults = 123
)