Sha256: 48ab47a22e5976c6daee1e1f43a2e43bd2b3f4a99af7422746fff5b77e50de90

Contents?: true

Size: 1.1 KB

Versions: 2

Compression:

Stored size: 1.1 KB

Contents

# Fn::Route

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**path** | **String** | URL path that will be matched to this route | [optional] 
**image** | **String** | Name of Docker image to use in this route. You should include the image tag, which should be a version number, to be more accurate. Can be overridden on a per route basis with route.image. | [optional] 
**headers** | **Hash<String, Array<String>>** | Map of http headers that will be sent with the response | [optional] 
**memory** | **Integer** | Max usable memory for this route (MiB). | [optional] 
**type** | **String** | Route type | [optional] 
**format** | **String** | Payload format sent into function. | [optional] 
**config** | **Hash<String, String>** | Route configuration - overrides application configuration | [optional] 
**timeout** | **Integer** | Timeout for executions of this route. Value in Seconds | [optional] [default to 30]
**idle_timeout** | **Integer** | Hot functions idle timeout before termination. Value in Seconds | [optional] [default to 30]


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fn_ruby-0.2.1 docs/Route.md
fn_ruby-0.2.0 docs/Route.md