toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.compute.kotlin.outputs
/
RegionUrlMapPathMatcherPathRuleRouteActionCorsPolicy
/
RegionUrlMapPathMatcherPathRuleRouteActionCorsPolicy
Region
Url
Map
Path
Matcher
Path
Rule
Route
Action
Cors
Policy
constructor
(
allowCredentials
:
Boolean
?
=
null
,
allowHeaders
:
List
<
String
>
?
=
null
,
allowMethods
:
List
<
String
>
?
=
null
,
allowOriginRegexes
:
List
<
String
>
?
=
null
,
allowOrigins
:
List
<
String
>
?
=
null
,
disabled
:
Boolean
,
exposeHeaders
:
List
<
String
>
?
=
null
,
maxAge
:
Int
?
=
null
)