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