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)


5070
5071
5072
5073
5074
5075
5076
# File 'lib/aws-sdk-cloudfront/types.rb', line 5070

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.



5070
5071
5072
5073
5074
5075
5076
# File 'lib/aws-sdk-cloudfront/types.rb', line 5070

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

#runtimeString

The function’s runtime environment version.

Returns:

  • (String)


5070
5071
5072
5073
5074
5075
5076
# File 'lib/aws-sdk-cloudfront/types.rb', line 5070

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