toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.apigatewayv2.kotlin.inputs
/
ApiCorsConfigurationArgs
/
ApiCorsConfigurationArgs
Api
Cors
Configuration
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
)