pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.trafficmanager.kotlin.inputs
/
ProfileMonitorConfigCustomHeaderArgs
Profile
Monitor
Config
Custom
Header
Args
data
class
ProfileMonitorConfigCustomHeaderArgs
(
val
name
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
ProfileMonitorConfigCustomHeaderArgs
>
Constructors
Functions
Properties
Constructors
Profile
Monitor
Config
Custom
Header
Args
Link copied to clipboard
fun
ProfileMonitorConfigCustomHeaderArgs
(
name
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ProfileMonitorConfigCustomHeaderArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of the custom header.
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value of custom header. Applicable for HTTP and HTTPS protocol.