cloudfront_create_function: Creates a CloudFront function

View source: R/cloudfront_operations.R

cloudfront_create_functionR Documentation

Creates a CloudFront function

Description

Creates a CloudFront function.

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

Usage

cloudfront_create_function(Name, FunctionConfig, FunctionCode)

Arguments

Name

[required] A name to identify the function.

FunctionConfig

[required] Configuration information about the function, including an optional comment and the function's runtime.

FunctionCode

[required] The function code. For more information about writing a CloudFront function, see Writing function code for CloudFront Functions in the Amazon CloudFront Developer Guide.


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