Bucket Cor Args
data class BucketCorArgs(val maxAgeSeconds: Output<Int>? = null, val methods: Output<List<String>>? = null, val origins: Output<List<String>>? = null, val responseHeaders: Output<List<String>>? = null) : ConvertibleToJava<BucketCorArgs>
Constructors
Functions
Properties
Link copied to clipboard
The value, in seconds, to return in the Access-Control-Max-Age header used in preflight responses.
Link copied to clipboard
The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.