Gets summary information about all channels in your account, in the Amazon Web Services region where the API request is processed
Source:R/ivs_operations.R
ivs_list_channels.RdGets summary information about all channels in your account, in the Amazon Web Services region where the API request is processed. This list can be filtered to match a specified name or recording-configuration ARN. Filters are mutually exclusive and cannot be used together. If you try to use both filters, you will get an error (409 ConflictException).
See https://www.paws-r-sdk.com/docs/ivs_list_channels/ for full documentation.
Usage
ivs_list_channels(
filterByName = NULL,
filterByRecordingConfigurationArn = NULL,
filterByPlaybackRestrictionPolicyArn = NULL,
filterByAdConfigurationArn = NULL,
nextToken = NULL,
maxResults = NULL
)Arguments
- filterByName
Filters the channel list to match the specified name.
- filterByRecordingConfigurationArn
Filters the channel list to match the specified recording-configuration ARN.
- filterByPlaybackRestrictionPolicyArn
Filters the channel list to match the specified policy.
- filterByAdConfigurationArn
Filters the channel list to match the specified ad configuration ARN.
- nextToken
The first channel to retrieve. This is used for pagination; see the
nextTokenresponse field.- maxResults
Maximum number of channels to return. Default: 100.