BucketCorsRuleArgs

data class BucketCorsRuleArgs(val allowedHeaders: Output<List<String>>? = null, val allowedMethods: Output<List<String>>, val allowedOrigins: Output<List<String>>, val exposeHeaders: Output<List<String>>? = null, val maxAgeSeconds: Output<Int>? = null) : ConvertibleToJava<BucketCorsRuleArgs>

Constructors

Link copied to clipboard
fun BucketCorsRuleArgs(allowedHeaders: Output<List<String>>? = null, allowedMethods: Output<List<String>>, allowedOrigins: Output<List<String>>, exposeHeaders: Output<List<String>>? = null, maxAgeSeconds: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): BucketCorsRuleArgs

Properties

Link copied to clipboard
val allowedHeaders: Output<List<String>>? = null
Link copied to clipboard
val allowedMethods: Output<List<String>>
Link copied to clipboard
val allowedOrigins: Output<List<String>>
Link copied to clipboard
val exposeHeaders: Output<List<String>>? = null
Link copied to clipboard
val maxAgeSeconds: Output<Int>? = null