toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.vpclattice.kotlin.outputs
/
RuleHeaderMatchType
Rule
Header
Match
Type
data
class
RuleHeaderMatchType
(
val
contains
:
String
?
=
null
,
val
exact
:
String
?
=
null
,
val
prefix
:
String
?
=
null
)
Members
Constructors
Rule
Header
Match
Type
Link copied to clipboard
constructor
(
contains
:
String
?
=
null
,
exact
:
String
?
=
null
,
prefix
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
contains
Link copied to clipboard
val
contains
:
String
?
=
null
A contains type match.
exact
Link copied to clipboard
val
exact
:
String
?
=
null
An exact type match.
prefix
Link copied to clipboard
val
prefix
:
String
?
=
null
A prefix type match. Matches the value with the prefix.