Builder

class Builder

Properties

Link copied to clipboard

The function code. For more information about writing a CloudFront function, see Writing function code for CloudFront Functions in the Amazon CloudFront Developer Guide.

Link copied to clipboard

Configuration information about the function, including an optional comment and the function's runtime.

Link copied to clipboard
var name: String?

A name to identify the function.

Link copied to clipboard
var tags: Tags?

A complex type that contains zero or more Tag elements.

Functions

Link copied to clipboard
Link copied to clipboard
fun tags(block: Tags.Builder.() -> Unit)