data class BucketCorsItemArgs(val maxAgeSeconds: Output<Int>? = null, val method: Output<List<String>>? = null, val origin: Output<List<String>>? = null, val responseHeader: Output<List<String>>? = null) : ConvertibleToJava<BucketCorsItemArgs>
The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".