cloudfront_get_function {paws.networking}R 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.


[Package paws.networking version 0.9.0 Index]