cloudfront_update_streaming_distribution {paws.networking} | R Documentation |
Update a streaming distribution
Description
Update a streaming distribution.
See https://www.paws-r-sdk.com/docs/cloudfront_update_streaming_distribution/ for full documentation.
Usage
cloudfront_update_streaming_distribution(
StreamingDistributionConfig,
Id,
IfMatch = NULL
)
Arguments
StreamingDistributionConfig |
[required] The streaming distribution's configuration information. |
Id |
[required] The streaming distribution's id. |
IfMatch |
The value of the |
[Package paws.networking version 0.7.0 Index]