FunctionMetadata

Contains metadata about a CloudFront function.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time when the function was created.

Link copied to clipboard

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

Link copied to clipboard

The date and time when the function was most recently updated.

Link copied to clipboard

The stage that the function is in, either DEVELOPMENT or LIVE.

Functions

Link copied to clipboard
inline fun copy(block: FunctionMetadata.Builder.() -> Unit = {}): FunctionMetadata
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String