Get Ad Configuration
| ivs_get_ad_configuration | R Documentation |
Gets the ad configuration represented by the specified ARN¶
Description¶
Gets the ad configuration represented by the specified ARN.
Usage¶
ivs_get_ad_configuration(arn)
Arguments¶
arn |
[required] ARN of the ad configuration to be retrieved. |
Value¶
A list with the following syntax:
list(
adConfiguration = list(
arn = "string",
name = "string",
mediaTailorPlaybackConfigurations = list(
list(
playbackConfigurationArn = "string"
)
),
tags = list(
"string"
)
)
)
Request syntax¶
svc$get_ad_configuration(
arn = "string"
)