Creates a new FunctionUrlCors.
allowCredentials Whether to allow cookies or other credentials in requests to the function URL.
allowHeaders HTTP headers that origins can include in requests to the function URL.
allowMethods HTTP methods that are allowed when calling the function URL.
allowOrigins Origins that can access the function URL.
exposeHeaders HTTP headers in your function response that you want to expose to origins that call the function URL.
maxAge Maximum amount of time, in seconds, that web browsers can cache results of a preflight request. Maximum value is 86400.