pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.apigatewayv2.kotlin.inputs
/
ApiCorsConfigurationArgs
/
ApiCorsConfigurationArgs
Api
Cors
Configuration
Args
fun
ApiCorsConfigurationArgs
(
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
)