cloudfront_test_function {paws.networking} | R Documentation |
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 ( |
Stage |
The stage of the function that you are testing, either |
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. |
[Package paws.networking version 0.7.0 Index]