toggle menu
pulumi-aws-kotlin
6.37.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.s3.kotlin.outputs
/
BucketCorsRule
Bucket
Cors
Rule
data
class
BucketCorsRule
(
val
allowedHeaders
:
List
<
String
>
?
=
null
,
val
allowedMethods
:
List
<
String
>
,
val
allowedOrigins
:
List
<
String
>
,
val
exposeHeaders
:
List
<
String
>
?
=
null
,
val
maxAgeSeconds
:
Int
?
=
null
)
Members
Constructors
Bucket
Cors
Rule
Link copied to clipboard
constructor
(
allowedHeaders
:
List
<
String
>
?
=
null
,
allowedMethods
:
List
<
String
>
,
allowedOrigins
:
List
<
String
>
,
exposeHeaders
:
List
<
String
>
?
=
null
,
maxAgeSeconds
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
allowed
Headers
Link copied to clipboard
val
allowedHeaders
:
List
<
String
>
?
=
null
allowed
Methods
Link copied to clipboard
val
allowedMethods
:
List
<
String
>
allowed
Origins
Link copied to clipboard
val
allowedOrigins
:
List
<
String
>
expose
Headers
Link copied to clipboard
val
exposeHeaders
:
List
<
String
>
?
=
null
max
Age
Seconds
Link copied to clipboard
val
maxAgeSeconds
:
Int
?
=
null