cloudfront_get_function: Gets the code of a CloudFront function

View source: R/cloudfront_operations.R

cloudfront_get_functionR Documentation

Gets the code of a CloudFront function

Description

Gets the code of a CloudFront function. To get configuration information and metadata about a function, use describe_function.

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

Usage

cloudfront_get_function(Name, Stage = NULL)

Arguments

Name

[required] The name of the function whose code you are getting.

Stage

The function's stage, either DEVELOPMENT or LIVE.


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