class Aws::CloudFront::Types::FunctionConfig

Contains configuration information about a CloudFront function.

@note When making an API call, you may pass FunctionConfig

data as a hash:

    {
      comment: "string", # required
      runtime: "cloudfront-js-1.0", # required, accepts cloudfront-js-1.0
    }

@!attribute [rw] comment

A comment to describe the function.
@return [String]

@!attribute [rw] runtime

The function’s runtime environment. The only valid value is
`cloudfront-js-1.0`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/FunctionConfig AWS API Documentation

Constants

SENSITIVE