GetFunctionPlainArgs

data class GetFunctionPlainArgs(val name: String, val stage: String) : ConvertibleToJava<GetFunctionPlainArgs>

A collection of arguments for invoking getFunction.

Constructors

Link copied to clipboard
constructor(name: String, stage: String)

Properties

Link copied to clipboard

Name of the CloudFront function.

Link copied to clipboard

Function’s stage, either DEVELOPMENT or LIVE.

Functions

Link copied to clipboard
open override fun toJava(): GetFunctionPlainArgs