toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.lambda.kotlin.outputs
/
FunctionUrlCors
/
FunctionUrlCors
Function
Url
Cors
constructor
(
allowCredentials
:
Boolean
?
=
null
,
allowHeaders
:
List
<
String
>
?
=
null
,
allowMethods
:
List
<
String
>
?
=
null
,
allowOrigins
:
List
<
String
>
?
=
null
,
exposeHeaders
:
List
<
String
>
?
=
null
,
maxAge
:
Int
?
=
null
)