Updates a connection function
Source:R/cloudfront_operations.R
cloudfront_update_connection_function.RdUpdates a connection function.
See https://www.paws-r-sdk.com/docs/cloudfront_update_connection_function/ for full documentation.
Usage
cloudfront_update_connection_function(
Id,
IfMatch,
ConnectionFunctionConfig,
ConnectionFunctionCode
)Arguments
- Id
[required] The connection function ID.
- IfMatch
[required] The current version (
ETagvalue) of the connection function you are updating.- ConnectionFunctionConfig
[required] Contains configuration information about a CloudFront function.
- ConnectionFunctionCode
[required] The connection function code.