CorsRuleArgs

constructor(allowedHeaders: Output<List<String>>? = null, allowedMethods: Output<List<String>>? = null, allowedOrigins: Output<List<String>>, exposedHeaders: Output<List<String>>? = null, maxAgeInSeconds: Output<Int>? = null)