Forward

data class Forward(val value: ForwardAction) : RuleAction

The forward action. Traffic that matches the rule is forwarded to the specified target groups.

Constructors

Link copied to clipboard
constructor(value: ForwardAction)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this RuleAction as a Forward and retrieves its aws.sdk.kotlin.services.vpclattice.model.ForwardAction value. Throws an exception if the RuleAction is not a Forward.

Link copied to clipboard

Casts this RuleAction as a Forward and retrieves its aws.sdk.kotlin.services.vpclattice.model.ForwardAction value. Returns null if the RuleAction is not a Forward.