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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


4766
4767
4768
4769
4770
4771
4772
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4766

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

#key_value_store_associationsTypes::KeyValueStoreAssociations

The configuration for the key value store associations.



4766
4767
4768
4769
4770
4771
4772
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4766

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

#runtimeString

The function's runtime environment version.

Returns:

  • (String)


4766
4767
4768
4769
4770
4771
4772
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4766

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