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