data class SpacesBucketCorsRuleArgs(val allowedHeaders: Output<List<String>>? = null, val allowedMethods: Output<List<String>>, val allowedOrigins: Output<List<String>>, val maxAgeSeconds: Output<Int>? = null) : ConvertibleToJava<SpacesBucketCorsRuleArgs>
A list of headers that will be included in the CORS preflight request's Access-Control-Request-Headers. A header may contain one wildcard (e.g. x-amz-*).