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¶
ivs_get_playback_restriction_policy(arn)
Arguments¶
arn |
[required] ARN of the playback restriction policy to be returned. |
Value¶
A list with the following syntax:
list(
playbackRestrictionPolicy = list(
allowedCountries = list(
"string"
),
allowedOrigins = list(
"string"
),
arn = "string",
enableStrictOriginEnforcement = TRUE|FALSE,
name = "string",
tags = list(
"string"
)
)
)
Request syntax¶
svc$get_playback_restriction_policy(
arn = "string"
)