pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hybridcontainerservice.kotlin.inputs
/
HttpProxyConfigArgs
/
HttpProxyConfigArgs
Http
Proxy
Config
Args
fun
HttpProxyConfigArgs
(
httpProxy
:
Output
<
String
>
?
=
null
,
httpsProxy
:
Output
<
String
>
?
=
null
,
noProxy
:
Output
<
List
<
String
>
>
?
=
null
,
password
:
Output
<
String
>
?
=
null
,
trustedCa
:
Output
<
String
>
?
=
null
,
username
:
Output
<
String
>
?
=
null
)