UpdateAliasRequest

Types

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

Properties

Link copied to clipboard

A description of the alias.

Link copied to clipboard

The name or ARN of the Lambda function.

Link copied to clipboard

The function version that the alias invokes.

Link copied to clipboard
val name: String?

The name of the alias.

Link copied to clipboard

Only update the alias if the revision ID matches the ID that's specified. Use this option to avoid modifying an alias that has changed since you last read it.

Link copied to clipboard

Functions

Link copied to clipboard
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