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