AliasRoutingStrategyArgs

data class AliasRoutingStrategyArgs(val fleetId: Output<String>? = null, val message: Output<String>? = null, val type: Output<AliasRoutingStrategyType>) : ConvertibleToJava<AliasRoutingStrategyArgs>

Constructors

Link copied to clipboard
constructor(fleetId: Output<String>? = null, message: Output<String>? = null, type: Output<AliasRoutingStrategyType>)

Properties

Link copied to clipboard
val fleetId: Output<String>? = null

A unique identifier for a fleet that the alias points to. If you specify SIMPLE for the Type property, you must specify this property.

Link copied to clipboard
val message: Output<String>? = null

The message text to be used with a terminal routing strategy. If you specify TERMINAL for the Type property, you must specify this property.

Link copied to clipboard

Simple routing strategy. The alias resolves to one specific fleet. Use this type when routing to active fleets.

Functions

Link copied to clipboard
open override fun toJava(): AliasRoutingStrategyArgs