pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.storage.kotlin.outputs
/
GetBucketCor
Get
Bucket
Cor
data
class
GetBucketCor
(
val
maxAgeSeconds
:
Int
,
val
methods
:
List
<
String
>
,
val
origins
:
List
<
String
>
,
val
responseHeaders
:
List
<
String
>
)
Types
Constructors
Properties
Constructors
Get
Bucket
Cor
Link copied to clipboard
fun
GetBucketCor
(
maxAgeSeconds
:
Int
,
methods
:
List
<
String
>
,
origins
:
List
<
String
>
,
responseHeaders
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
max
Age
Seconds
Link copied to clipboard
val
maxAgeSeconds
:
Int
methods
Link copied to clipboard
val
methods
:
List
<
String
>
origins
Link copied to clipboard
val
origins
:
List
<
String
>
response
Headers
Link copied to clipboard
val
responseHeaders
:
List
<
String
>