cloudfront_test_function: Tests a CloudFront function

View source: R/cloudfront_operations.R

cloudfront_test_functionR 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 (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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.