Skip to contents

Creates a connection function.

See https://www.paws-r-sdk.com/docs/cloudfront_create_connection_function/ for full documentation.

Usage

cloudfront_create_connection_function(
  Name,
  ConnectionFunctionConfig,
  ConnectionFunctionCode,
  Tags = NULL
)

Arguments

Name

[required] A name for the connection function.

ConnectionFunctionConfig

[required] Contains configuration information about a CloudFront function.

ConnectionFunctionCode

[required] The code for the connection function.

Tags

A complex type that contains zero or more Tag elements.