Updates a CloudFront function.
See https://paws-r.github.io/docs/cloudfront/update_function.html for full documentation.
cloudfront_update_function(Name, IfMatch, FunctionConfig, FunctionCode)
[required] The name of the function that you are updating.
[required] The current version (ETag
value) of the function that you are
updating, which you can get using
describe_function
.
[required] Configuration information about the function.
[required] The function code. For more information about writing a CloudFront function, see Writing function code for CloudFront Functions in the Amazon CloudFront Developer Guide.