Get Playback Restriction Policy
ivs_get_playback_restriction_policy | R Documentation |
Gets the specified playback restriction policy¶
Description¶
Gets the specified playback restriction policy.
Usage¶
Arguments¶
arn
[required] ARN of the playback restriction policy to be returned.
Value¶
A list with the following syntax:
list(
playbackRestrictionPolicy = list(
arn = "string",
allowedCountries = list(
"string"
),
allowedOrigins = list(
"string"
),
enableStrictOriginEnforcement = TRUE|FALSE,
name = "string",
tags = list(
"string"
)
)
)