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