toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.esa.kotlin.inputs
/
OriginPoolOriginArgs
/
OriginPoolOriginArgs
Origin
Pool
Origin
Args
constructor
(
address
:
Output
<
String
>
?
=
null
,
authConf
:
Output
<
OriginPoolOriginAuthConfArgs
>
?
=
null
,
enabled
:
Output
<
Boolean
>
?
=
null
,
header
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
originId
:
Output
<
Int
>
?
=
null
,
type
:
Output
<
String
>
?
=
null
,
weight
:
Output
<
Int
>
?
=
null
)