Learn R Programming

paws.networking (version 0.2.0)

cloudfront_update_function: Updates a CloudFront function

Description

Updates a CloudFront function.

See https://paws-r.github.io/docs/cloudfront/update_function.html for full documentation.

Usage

cloudfront_update_function(Name, IfMatch, FunctionConfig, FunctionCode)

Arguments

Name

[required] The name of the function that you are updating.

IfMatch

[required] The current version (ETag value) of the function that you are updating, which you can get using describe_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.