Props for HandlerLambdaCloudFrontFunction

Hierarchy

  • Omit<cloudfront.FunctionProps, "code">
    • CloudFrontRewriteFunctionProps

Properties

comment?: string

A comment to describe the function.

Default

  • same as functionName
fromHostname: string

The hostname to rewrite from.

functionName?: string

A name to identify the function.

Default

  • generated from the id
redirectUriPattern: string

The redirect URI match pattern used for substitution.

targetUriPattern: string

Target URI pattern for substitution.

toHostname: string

The hostname to rewrite to.

Generated using TypeDoc