Skip to contents

Updates 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 (ETag value) of the connection function you are updating.

ConnectionFunctionConfig

[required] Contains configuration information about a CloudFront function.

ConnectionFunctionCode

[required] The connection function code.