HttpMatch

data class HttpMatch(val value: HttpMatch) : RuleMatch

The HTTP criteria that a rule must match.

Constructors

Link copied to clipboard
constructor(value: HttpMatch)

Properties

Link copied to clipboard

Inherited 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.