Gets configuration information and metadata about a CloudFront function, but not the function’s code. To get a function’s code, use get_function
.
See https://paws-r.github.io/docs/cloudfront/describe_function.html for full documentation.
cloudfront_describe_function(Name, Stage = NULL)
[required] The name of the function that you are getting information about.
The function’s stage, either DEVELOPMENT
or LIVE
.