toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.networkservices.kotlin.inputs
/
EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyArgs
/
EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyArgs
Edge
Cache
Service
Routing
Path
Matcher
Route
Rule
Route
Action
Cors
Policy
Args
constructor
(
allowCredentials
:
Output
<
Boolean
>
?
=
null
,
allowHeaders
:
Output
<
List
<
String
>
>
?
=
null
,
allowMethods
:
Output
<
List
<
String
>
>
?
=
null
,
allowOrigins
:
Output
<
List
<
String
>
>
?
=
null
,
disabled
:
Output
<
Boolean
>
?
=
null
,
exposeHeaders
:
Output
<
List
<
String
>
>
?
=
null
,
maxAge
:
Output
<
String
>
)