Function

class Function

-- Define Mixin --

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the function.

Link copied to clipboard

The configuration for a CUSTOM_OUTPUT function.

Link copied to clipboard

A description of the function.

Link copied to clipboard

The identifier of the function.

Link copied to clipboard

The type of the function.

Link copied to clipboard

The configuration for an HTTP_REQUEST function.

Link copied to clipboard

The configuration for a SEQUENTIAL_EXECUTOR function.

Link copied to clipboard

The tags assigned to the function. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.

Functions

Link copied to clipboard
inline fun copy(block: Function.Builder.() -> Unit = {}): Function
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