toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.vpclattice.kotlin.outputs
/
RuleHeaderMatch
Rule
Header
Match
data
class
RuleHeaderMatch
(
val
caseSensitive
:
Boolean
?
=
null
,
val
match
:
RuleHeaderMatchType
,
val
name
:
String
)
Members
Constructors
Rule
Header
Match
Link copied to clipboard
constructor
(
caseSensitive
:
Boolean
?
=
null
,
match
:
RuleHeaderMatchType
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
case
Sensitive
Link copied to clipboard
val
caseSensitive
:
Boolean
?
=
null
Indicates whether the match is case sensitive.
match
Link copied to clipboard
val
match
:
RuleHeaderMatchType
The header match type.
name
Link copied to clipboard
val
name
:
String
The name of the header.