Updates a CloudFront function.
See https://www.paws-r-sdk.com/docs/cloudfront_update_function/ for full documentation.
Arguments
- Name
[required] The name of the function that you are updating.
- IfMatch
[required] The current version (
ETagvalue) of the function that you are updating, which you can get usingdescribe_function.- FunctionConfig
[required] Configuration information about the function.
- FunctionCode
[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.