toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.alb.kotlin.inputs
/
RuleRuleActionCorsConfigArgs
/
RuleRuleActionCorsConfigArgs
Rule
Rule
Action
Cors
Config
Args
constructor
(
allowCredentials
:
Output
<
String
>
?
=
null
,
allowHeaders
:
Output
<
List
<
String
>
>
?
=
null
,
allowMethods
:
Output
<
List
<
String
>
>
?
=
null
,
allowOrigins
:
Output
<
List
<
String
>
>
?
=
null
,
exposeHeaders
:
Output
<
List
<
String
>
>
?
=
null
,
maxAge
:
Output
<
Int
>
?
=
null
)