CorsRuleArgs

constructor(allowedHeaders: Output<List<String>>, allowedMethods: Output<List<Either<String, AllowedMethods>>>, allowedOrigins: Output<List<String>>, exposedHeaders: Output<List<String>>, maxAgeInSeconds: Output<Int>)