Class: Aws::CloudFront::Types::FunctionConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Contains configuration information about a CloudFront function.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

A comment to describe the function.

Returns:

  • (String)


4597
4598
4599
4600
4601
4602
# File 'lib/aws-sdk-cloudfront/types.rb', line 4597

class FunctionConfig < Struct.new(
  :comment,
  :runtime)
  SENSITIVE = []
  include Aws::Structure
end

#runtimeString

The function’s runtime environment. The only valid value is ‘cloudfront-js-1.0`.

Returns:

  • (String)


4597
4598
4599
4600
4601
4602
# File 'lib/aws-sdk-cloudfront/types.rb', line 4597

class FunctionConfig < Struct.new(
  :comment,
  :runtime)
  SENSITIVE = []
  include Aws::Structure
end