FunctionMetadata

data class FunctionMetadata(val functionArn: String? = null)

Contains metadata about a CloudFront function.

Constructors

Link copied to clipboard
constructor(functionArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val functionArn: String? = null

The Amazon Resource Name (ARN) of the function. The ARN uniquely identifies the function.