Learn R Programming

paws.networking (version 0.7.0)

cloudfront_test_function: Tests a CloudFront function

Description

Tests a CloudFront function.

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

Usage

cloudfront_test_function(Name, IfMatch, Stage = NULL, EventObject)

Arguments

Name

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

IfMatch

[required] The current version (ETag value) of the function that you are testing, which you can get using describe_function.

Stage

The stage of the function that you are testing, either DEVELOPMENT or LIVE.

EventObject

[required] The event object to test the function with. For more information about the structure of the event object, see Testing functions in the Amazon CloudFront Developer Guide.