toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.lambda.kotlin.inputs
/
FunctionUrlCorsArgs
/
FunctionUrlCorsArgs
Function
Url
Cors
Args
constructor
(
allowCredentials
:
Output
<
Boolean
>
?
=
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
)