pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.cosmosdb.kotlin.inputs
/
AccountCorsRuleArgs
/
AccountCorsRuleArgs
Account
Cors
Rule
Args
fun
AccountCorsRuleArgs
(
allowedHeaders
:
Output
<
List
<
String
>
>
,
allowedMethods
:
Output
<
List
<
String
>
>
,
allowedOrigins
:
Output
<
List
<
String
>
>
,
exposedHeaders
:
Output
<
List
<
String
>
>
,
maxAgeInSeconds
:
Output
<
Int
>
?
=
null
)