Dependency

A structure that contains information about a dependency for a canary.

Types

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

Properties

Link copied to clipboard

The dependency reference. For Lambda layers, this is the ARN of the Lambda layer. For more information about Lambda ARN format, see Lambda.

Link copied to clipboard

The type of dependency. Valid value is LambdaLayer.

Functions

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