ResolverPipelineConfig

data class ResolverPipelineConfig(val functions: List<String>? = null)

Use the `PipelineConfig` property type to specify `PipelineConfig` for an APSYlong resolver. `PipelineConfig` is a property of the AWS::AppSync::Resolver resource.

Constructors

Link copied to clipboard
constructor(functions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val functions: List<String>? = null

A list of `Function` objects.