RoutingStrategy

The routing configuration for a fleet alias.

Related actions

All APIs by task

Types

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

Properties

Link copied to clipboard

A unique identifier for the fleet that the alias points to. This value is the fleet ID, not the fleet ARN.

Link copied to clipboard

The message text to be used with a terminal routing strategy.

Link copied to clipboard

The type of routing strategy for the alias.

Functions

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