RuleMatch

sealed class RuleMatch

Describes a rule match.

Inheritors

Types

Link copied to clipboard
data class HttpMatch(val value: HttpMatch) : RuleMatch

The HTTP criteria that a rule must match.

Link copied to clipboard

Functions

Link copied to clipboard

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

Link copied to clipboard

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