toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.healthcare.kotlin.inputs
/
ServiceCorsConfigurationArgs
/
ServiceCorsConfigurationArgs
Service
Cors
Configuration
Args
constructor
(
allowCredentials
:
Output
<
Boolean
>
?
=
null
,
allowedHeaders
:
Output
<
List
<
String
>
>
?
=
null
,
allowedMethods
:
Output
<
List
<
String
>
>
?
=
null
,
allowedOrigins
:
Output
<
List
<
String
>
>
?
=
null
,
maxAgeInSeconds
:
Output
<
Int
>
?
=
null
)