aws.ivs.list_playback_restriction_policies
Example SQL Queries
SELECT * FROMaws.ivs.list_playback_restriction_policies;Description
Gets summary information about playback restriction policies.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column Maximum number of policies to return. Default: 1. | BIGINT |
| next_token Input Column If there are more channels than maxResults, use nextToken in the request to get the next set. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| playback_restriction_policies List of the matching policies. | STRUCT( |
Show child fields
| |