AccessApplicationCorsHeadersArgs

constructor(allowAllHeaders: Output<Boolean>? = null, allowAllMethods: Output<Boolean>? = null, allowAllOrigins: Output<Boolean>? = null, allowCredentials: Output<Boolean>? = null, allowedHeaders: Output<List<String>>? = null, allowedMethods: Output<List<String>>? = null, allowedOrigins: Output<List<String>>? = null, maxAge: Output<Double>? = null)