pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.wafv2.kotlin.inputs
/
RuleGroupCustomHttpHeaderArgs
Rule
Group
Custom
Http
Header
Args
data
class
RuleGroupCustomHttpHeaderArgs
(
val
name
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
RuleGroupCustomHttpHeaderArgs
>
HTTP header.
Constructors
Functions
Properties
Constructors
Rule
Group
Custom
Http
Header
Args
Link copied to clipboard
fun
RuleGroupCustomHttpHeaderArgs
(
name
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RuleGroupCustomHttpHeaderArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
value
Link copied to clipboard
val
value
:
Output
<
String
>