toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.storage.kotlin.inputs
/
CorsRuleArgs
/
CorsRuleArgs
Cors
Rule
Args
constructor
(
allowedHeaders
:
Output
<
List
<
String
>
>
,
allowedMethods
:
Output
<
List
<
Either
<
String
,
AllowedMethods
>
>
>
,
allowedOrigins
:
Output
<
List
<
String
>
>
,
exposedHeaders
:
Output
<
List
<
String
>
>
,
maxAgeInSeconds
:
Output
<
Int
>
)