/dhall-aws-cloudformation/cloudformation/AWS::CloudFront::Function/FunctionConfig.dhall
Copy path to clipboardSource
{ Type =
{ Comment : (./../../Fn.dhall).CfnText
, KeyValueStoreAssociations :
Optional (List (./KeyValueStoreAssociation.dhall).Type)
, Runtime : (./../../Fn.dhall).CfnText
}
, default.KeyValueStoreAssociations
= None (List (./KeyValueStoreAssociation.dhall).Type)
}