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