toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.storage.kotlin.inputs
/
AccountQueuePropertiesCorsRuleArgs
/
AccountQueuePropertiesCorsRuleArgs
Account
Queue
Properties
Cors
Rule
Args
constructor
(
allowedHeaders
:
Output
<
List
<
String
>
>
,
allowedMethods
:
Output
<
List
<
String
>
>
,
allowedOrigins
:
Output
<
List
<
String
>
>
,
exposedHeaders
:
Output
<
List
<
String
>
>
,
maxAgeInSeconds
:
Output
<
Int
>
)