toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.s3.kotlin.outputs
/
BucketCorsRule
/
BucketCorsRule
Bucket
Cors
Rule
constructor
(
allowedHeaders
:
List
<
String
>
?
=
null
,
allowedMethods
:
List
<
BucketCorsRuleAllowedMethodsItem
>
,
allowedOrigins
:
List
<
String
>
,
exposedHeaders
:
List
<
String
>
?
=
null
,
id
:
String
?
=
null
,
maxAge
:
Int
?
=
null
)