pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.healthcare.kotlin.inputs
/
ServiceCorsConfigurationArgs
/
ServiceCorsConfigurationArgs
Service
Cors
Configuration
Args
fun
ServiceCorsConfigurationArgs
(
allowCredentials
:
Output
<
Boolean
>
?
=
null
,
allowedHeaders
:
Output
<
List
<
String
>
>
?
=
null
,
allowedMethods
:
Output
<
List
<
String
>
>
?
=
null
,
allowedOrigins
:
Output
<
List
<
String
>
>
?
=
null
,
maxAgeInSeconds
:
Output
<
Int
>
?
=
null
)